@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_00000428	rdf:type	owl:Class .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ENVO_00000428	rdfs:label	"biome"^^xsd:string ;
	rdfs:comment	"This class is currently being aligned to the Basic Formal Ontology. Following this alignment, its definition and the definitions of its subclasses will be revised."^^xsd:string ;
	owl:disjointWith	ns1:ENVO_01000280 ,
		ns1:ENVO_01000276 ;
	rdfs:subClassOf	ns1:ENVO_01000254 .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:ENVO_00000428	obo:hasDbXref	"Wikipedia:Biome"^^xsd:string ,
		"EcoLexicon:biome"^^xsd:string ;
	obo:hasExactSynonym	"major habitat type"^^xsd:string ;
	obo:hasRelatedSynonym	"ecosystem"^^xsd:string ,
		"EcosytemType"^^xsd:string ;
	ns1:IAO_0000115	"A biome is an environmental system to which resident ecological communities have evolved adaptations."^^xsd:string ;
	obo:hasOBONamespace	"ENVO"^^xsd:string ;
	obo:id	"ENVO:00000428"^^xsd:string .