@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.obolibrary.org/obo/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:ENVO_00002450	rdf:type	owl:Class .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ENVO_00002450	rdfs:label	"ocean basin"^^xsd:string ;
	rdfs:comment	"This class is defined in its geological sense:\nWikipedia: Hydrologically, an oceanic basin may be anywhere on Earth that is covered by seawater, but geologically ocean basins are large geologic basins that are below sea level. Geologically, there are other undersea geomorphological features such as the continental shelves, the deep ocean trenches, and the undersea mountain ranges (for example, the mid-Atlantic ridge) which are not considered to be part of the ocean basins; while hydrologically, oceanic basins include the flanking continental shelves and shallow, epeiric seas."^^xsd:string ;
	rdfs:subClassOf	ns1:ENVO_01000275 ,
		_:b1217763 .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:ENVO_00002450	obo:hasDbXref	"Wikipedia:Ocean_basin"^^xsd:string ,
		"EcoLexicon:ocean_basin"^^xsd:string ;
	ns1:IAO_0000115	"A structural basin that is below sea level."^^xsd:string ;
	obo:hasOBONamespace	"ENVO"^^xsd:string ;
	obo:id	"ENVO:00002450"^^xsd:string .
_:b1217763	rdf:type	owl:Restriction ;
	owl:onProperty	ns1:RO_0002220 ;
	owl:someValuesFrom	ns1:ENVO_00000015 .