@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://taxref.mnhn.fr/lod/location/> .
@prefix wd:	<http://www.wikidata.org/entity/> .
ns1:ETATFRA	rdf:type	wd:Q3624078 .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ETATFRA	rdfs:label	"France" .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
ns1:ETATFRA	rdfs:isDefinedBy	taxref:taxref-ld .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns6:	<https://www.wikidata.org/entity/> .
ns1:ETATFRA	owl:sameAs	ns6:Q142 .
@prefix ns7:	<http://www.wikidata.org/prop/direct/> .
ns1:ETATFRA	ns7:P2561	"France" ;
	ns7:P276	ns1:WORLD ;
	ns7:P298	"FRA" .