amalgame/commit

added modules ttl to the manifest

authorJacco van Ossenbruggen
Wed May 4 14:53:41 2011 +0200
committerJacco van Ossenbruggen
Wed May 4 14:53:41 2011 +0200
commit01516564a453936d2404610eb5f500d8c6ed7916
treea6d81955dfda5d2cd9bdcbfc08aafa26e237e788
parent52e5e45e3bdc4adaf74e7b1dd88cf548eb4ebf52
Diff style: patch stat
diff --git a/rdf/tool/Manifest.ttl b/rdf/tool/Manifest.ttl
index dad3763..58b6ed4 100644
--- a/rdf/tool/Manifest.ttl
+++ b/rdf/tool/Manifest.ttl
@@ -23,11 +23,20 @@
 		# <align.rdfs> .
 		<align.owl> .
 
+<ag_modules>
+	a lib:Ontology ;
+	a lib:Virtual ;
+	dcterms:title "Schema for the amalgame modules"@en ;
+	lib:source amalgame:modules ;
+	owl:imports
+		<ag_modules.ttl> .
+
 <amalgame>
 	a lib:Ontology ;
 	a lib:Virtual ;
 	dcterms:title "Schema for the Amalgame RDF vocabulary"@en ;
 	lib:source amalgame: ;
 	owl:imports
+		<ag_modules> ,
 		<alignmentschema> ,
 		<amalgame.ttl> .