added dependency info for owl:imports implementation.
--- 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"