@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_01000255	rdf:type	owl:Class .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ENVO_01000255	rdfs:label	"mineral deposit"^^xsd:string ;
	rdfs:comment	"Note that the definition of the term mineral is debatable; however, a mineral generally must be naturally occuring, stable at room temperature, representable by a chemical formula (unlike rocks, which may include a wide variety of components), are usually formed by geophysical processes (i.e. are abiogenic), and have an ordered atomic arrangement."^^xsd:string ;
	rdfs:subClassOf	ns1:ENVO_00000191 .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:ENVO_01000255	obo:created_by	"pbuttigieg"^^xsd:string ;
	obo:creation_date	"2013-10-05T12:23:32Z"^^xsd:string ;
	ns1:IAO_0000115	"A mineral deposit is a physiographic feature which has unusually high concentrations of one or more minerals."^^xsd:string ;
	obo:hasNarrowSynonym	"ore deposit"^^xsd:string ;
	obo:hasOBONamespace	"ENVO"^^xsd:string ;
	obo:id	"ENVO:01000255"^^xsd:string .