From 77255bb5c2934bf7bcd1f42cfa9851d534f99db6 Mon Sep 17 00:00:00 2001 From: David Robillard 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 (limited to 'schemas.lv2') 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: . +@prefix rdfs: . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . + + + a owl:Ontology ; + rdfs:seeAlso . -- cgit v1.2.1