aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2
diff options
context:
space:
mode:
Diffstat (limited to 'schemas.lv2')
-rw-r--r--schemas.lv2/manifest.ttl50
1 files changed, 50 insertions, 0 deletions
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> .