@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://taxref.mnhn.fr/lod/location/> .
ns1:EUROPE	rdfs:label	"Europe" .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
ns1:EUROPE	rdfs:isDefinedBy	taxref:taxref-ld .
@prefix ns3:	<http://www.wikidata.org/prop/direct/> .
ns1:EUROPE	ns3:P2561	"Europe" ;
	ns3:P276	ns1:WORLD .