diff options
author | David Robillard <d@drobilla.net> | 2015-04-04 03:36:33 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-04-04 03:36:33 -0400 |
commit | 77255bb5c2934bf7bcd1f42cfa9851d534f99db6 (patch) | |
tree | b907af3217e67dbd2036eb3a2ce41dcda3d5cad6 | |
parent | d2b0dfdf40e258665d298689836a2791bc85aa5d (diff) | |
download | lv2-77255bb5c2934bf7bcd1f42cfa9851d534f99db6.tar.xz |
Add schemas manifest.
-rw-r--r-- | schemas.lv2/manifest.ttl | 50 |
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> . |