@prefix	    lib: <http://www.swi-prolog.org/rdf/library/> .
@prefix     owl: <http://www.w3.org/2002/07/owl#> .
@prefix     rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix    rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix     xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix      dc: <http://purl.org/dc/elements/1.1/> .
@prefix	dcterms: <http://purl.org/dc/terms/> .
@prefix	dctypes: <http://purl.org/dc/dcmitype/> .
@prefix	   dcam: <http://purl.org/dc/dcam/> .
@prefix	    eor: <http://dublincore.org/2000/03/13/eor#> .

# Load pirates ontology and data from local files and the web

<pirates>
	a lib:Instances ;
	a lib:Virtual ;
	dcterms:title "Piracy data" ;
	owl:imports
		<piracy_events_imb_mss_eez.rdf> ,
		<types_and_mappings.rdf> ,
		<eez.ttl> ,
		<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> .