pirates/commit

Include some core dependencies

authorJan Wielemaker
Thu Apr 28 11:09:00 2011 +0200
committerJan Wielemaker
Thu Apr 28 11:09:00 2011 +0200
commit5e387329a4086c0554f8dac76b590f688eed6acf
tree834cb96db4f730f22ab190fcea7631464e9c3277
parent20807e2eea101590473c1cebdaf1aee66795c98b
Diff style: patch stat
diff --git a/rdf/pirates/Manifest.ttl b/rdf/pirates/Manifest.ttl
index f8ce85e..8ff70fa 100644
--- a/rdf/pirates/Manifest.ttl
+++ b/rdf/pirates/Manifest.ttl
@@ -9,7 +9,7 @@
 @prefix	   dcam: <http://purl.org/dc/dcam/> .
 @prefix	    eor: <http://dublincore.org/2000/03/13/eor#> .
 
-#	OWL
+# Load pirates ontology and data from local files and the web
 
 <pirates>
 	a lib:Instances ;
@@ -19,5 +19,8 @@
 		<piracy_events_imb_mss_eez.rdf> ,
 		<types_and_mappings.rdf> ,
 		<eez.ttl> ,
-		<http://semanticweb.cs.vu.nl/2009/11/sem/> .
+		<http://semanticweb.cs.vu.nl/2009/11/sem/> ,
+		<http://www.w3.org/2002/07/owl> ,
+		<http://www.w3.org/1999/02/22-rdf-syntax-ns> ,
+		<http://www.w3.org/2000/01/rdf-schema> .