@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

obo:BFO_0000029 a owl:Class ;
    rdfs:label "site"@en ;
    obo:BFO_0000179 "site" ;
    obo:BFO_0000180 "Site" ;
    obo:IAO_0000112 "Manhattan Canyon)"@en,
        "a hole in the interior of a portion of cheese"@en,
        "a rabbit hole"@en,
        "an air traffic control region defined in the airspace above an airport"@en,
        "the Grand Canyon"@en,
        "the Piazza San Marco"@en,
        "the cockpit of an aircraft"@en,
        "the hold of a ship"@en,
        "the interior of a kangaroo pouch"@en,
        "the interior of the trunk of your car"@en,
        "the interior of your bedroom"@en,
        "the interior of your office"@en,
        "the interior of your refrigerator"@en,
        "the lumen of your gut"@en,
        "your left nostril (a fiat part – the opening – of your left nasal cavity)"@en ;
    obo:IAO_0000600 "b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002])"@en ;
    obo:IAO_0000602 "(forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] " ;
    rdfs:isDefinedBy obo:bfo.owl ;
    rdfs:subClassOf obo:BFO_0000141 .

