From 725d4a404b838da6b67d9da66228a1125bddef57 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Nov 2011 23:08:57 +0000 Subject: Lay out repository structure to match include and URI structure. Treat lv2core like all the other specifications in gendoc.py. --- ns/lv2core/manifest.ttl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ns/lv2core/manifest.ttl (limited to 'ns/lv2core/manifest.ttl') diff --git a/ns/lv2core/manifest.ttl b/ns/lv2core/manifest.ttl new file mode 100644 index 0000000..cf23e82 --- /dev/null +++ b/ns/lv2core/manifest.ttl @@ -0,0 +1,10 @@ +@prefix doap: . +@prefix lv2: . +@prefix owl: . +@prefix rdfs: . + + + a doap:Project , lv2:Specification , owl:Ontology ; + lv2:minorVersion 4 ; + lv2:microVersion 1 ; + rdfs:seeAlso , . \ No newline at end of file -- cgit v1.2.1