@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://taxref.mnhn.fr/lod/loc/> .
ns1:MaritimeArea	rdfs:label	"Maritime area"@en .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
ns1:MaritimeArea	rdfs:isDefinedBy	taxref:taxref-ld ;
	rdfs:comment	"A maritime area, generally surrounding a landmass, that does not correspond to any specific sea or ocean, nor to any internationally recognized administrative subdivision (i.e. territorial waters or EEZ)"@en .
@prefix wd:	<http://www.wikidata.org/entity/> .
ns1:MaritimeArea	rdfs:subClassOf	wd:Q1496967 ,
		wd:Q15324 .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:MaritimeArea	dct:description	"Maritime area different from seas, oceans, territorial waters and EEZ."@en .