@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_0000028 a owl:Class ;
    rdfs:label "three-dimensional spatial region"@en ;
    obo:BFO_0000179 "3d-s-region" ;
    obo:BFO_0000180 "ThreeDimensionalSpatialRegion" ;
    obo:IAO_0000112 "a cube-shaped region of space"@en,
        "a sphere-shaped region of space,"@en ;
    obo:IAO_0000600 "A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] " ;
    rdfs:isDefinedBy obo:bfo.owl ;
    rdfs:subClassOf obo:BFO_0000006 .

