@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_01000318	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ENVO_01000318	rdfs:label	"extreme high temperature environment" ;
	rdfs:comment	"The lower threshold, 80 degrees Celsius, is derived from the definition of the obsolete class \"extreme high temperature habitat\" which this class replaces." ;
	rdfs:subClassOf	ns1:ENVO_01000305 ;
	ns1:IAO_0000115	"An extreme high temperature environment is a high temperature environment in which entities are exposed to temperatures above 80 degrees Celsius. " .