@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_01000302	rdf:type	owl:Class .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ENVO_01000302	rdfs:label	"outcrop"^^xsd:string ;
	rdfs:comment	"This is kept as a general class. One can specify subclasses by identifying the protruding material (e.g. rock outcroup, mineral outcrop, etc ) and the material(s) the protrusion emerges from. Possible logical definition:   A portion of ENVO:environmental material which has_quality PATO:\"protruding out of\" a ENVO:surface layer of an ENVO:environmental material."^^xsd:string ;
	rdfs:subClassOf	ns1:ENVO_00000191 .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:ENVO_01000302	obo:created_by	"pbuttigieg"^^xsd:string ;
	obo:creation_date	"2014-04-24T13:12:49Z"^^xsd:string ;
	ns1:IAO_0000115	"A portion of environmental material which protrudes through a surface layer."^^xsd:string ;
	obo:hasOBONamespace	"ENVO"^^xsd:string ;
	obo:id	"ENVO:01000302"^^xsd:string .