added dependency info for owl:imports implementation.
authorTim L <lebot@rpi.edu>
Tue, 04 Oct 2011 12:08:35 -0400
changeset 470 a82ed6b805e6
parent 469 c4c93dc18acc
child 471 c72b3adda675
child 480 69d68c264724
added dependency info for owl:imports implementation.
ontology/component-aggregations/aggregate.sh
--- a/ontology/component-aggregations/aggregate.sh	Tue Oct 04 11:58:53 2011 -0400
+++ b/ontology/component-aggregations/aggregate.sh	Tue Oct 04 12:08:35 2011 -0400
@@ -3,11 +3,15 @@
 #3> @prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
 #3> @prefix dcterms: <http://purl.org/dc/terms/> .
 #3> @prefix doap:    <http://usefulinc.com/ns/doap#> .
+#3> @prefix :        <#> .
 #3>
 #3> <> a doap:Project;
 #3>   dcterms:description "Script to process one-step owl:imports of OWL components.";
 #3>   dcterms:author "Tim Lebo";
 #3>   rdfs:seeAlso <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/component-aggregations/aggregate.sh>;
+#3>   :requires [ dcterms:title "rapper";
+#3>               doap:download-page <http://librdf.org/raptor/INSTALL.html>;
+#3>               doap:download-page <http://download.librdf.org/source/raptor2-1.9.1.tar.gz> ];
 #3> .
 
 base="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/component-aggregations"