From 77255bb5c2934bf7bcd1f42cfa9851d534f99db6 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 4 Apr 2015 03:36:33 -0400
Subject: Add schemas manifest.

---
 schemas.lv2/manifest.ttl | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
 create mode 100644 schemas.lv2/manifest.ttl

diff --git a/schemas.lv2/manifest.ttl b/schemas.lv2/manifest.ttl
new file mode 100644
index 0000000..eb13855
--- /dev/null
+++ b/schemas.lv2/manifest.ttl
@@ -0,0 +1,50 @@
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://purl.org/dc/dcam/>
+	a owl:Ontology ;
+	rdfs:seeAlso <dcam.ttl> .
+
+<http://ontologi.es/doap-changeset#>
+	a owl:Ontology ;
+	rdfs:seeAlso <dcs.ttl> .
+
+<http://purl.org/dc/elements/1.1/>
+	a owl:Ontology ;
+	rdfs:seeAlso <dc.ttl> .
+
+<http://purl.org/dc/terms/>
+	a owl:Ontology ;
+	rdfs:seeAlso <dct.ttl> .
+
+<http://purl.org/dc/dcmitype/>
+	a owl:Ontology ;
+	rdfs:seeAlso <dctype.ttl> .
+
+<http://usefulinc.com/ns/doap#>
+	a owl:Ontology ;
+	rdfs:seeAlso <doap.ttl> .
+
+<http://xmlns.com/foaf/0.1/>
+	a owl:Ontology ;
+	rdfs:seeAlso <foaf.ttl> .
+
+<http://www.w3.org/2002/07/owl>
+	a owl:Ontology ;
+	rdfs:seeAlso <owl.ttl> .
+
+<http://www.w3.org/2000/01/rdf-schema#>
+	a owl:Ontology ;
+	rdfs:seeAlso <rdfs.ttl> .
+
+<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+	a owl:Ontology ;
+	rdfs:seeAlso <rdf.ttl> .
+
+<http://www.w3.org/2004/02/skos/core>
+	a owl:Ontology ;
+	rdfs:seeAlso <skos.ttl> .
+
+<http://www.w3.org/2001/XMLSchema#>
+	a owl:Ontology ;
+	rdfs:seeAlso <xsd.ttl> .
-- 
cgit v1.2.1