@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_00005805	rdf:type	owl:Class .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ENVO_00005805	rdfs:label	"nest of bird"^^xsd:string ;
	rdfs:subClassOf	ns1:ENVO_00005803 .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:ENVO_00005805	obo:hasExactSynonym	"bird nest"^^xsd:string ,
		"bird's nest"^^xsd:string ;
	ns1:IAO_0000115	"A bird nest is the spot in which a bird lays and incubates its eggs and raises its young."^^xsd:string ;
	obo:hasNarrowSynonym	"eyrie"^^xsd:string ;
	obo:hasOBONamespace	"ENVO"^^xsd:string ;
	obo:id	"ENVO:00005805"^^xsd:string .