@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_0000148 a owl:Class ;
    rdfs:label "zero-dimensional temporal region"@en ;
    obo:BFO_0000179 "0d-t-region" ;
    obo:BFO_0000180 "ZeroDimensionalTemporalRegion" ;
    obo:IAO_0000112 "a temporal region that is occupied by a process boundary"@en,
        "right now"@en,
        "the moment at which a child is born"@en,
        "the moment at which a finger is detached in an industrial accident"@en,
        "the moment of death."@en ;
    obo:IAO_0000118 "temporal instant."@en ;
    obo:IAO_0000600 "A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] " ;
    rdfs:isDefinedBy obo:bfo.owl ;
    rdfs:subClassOf obo:BFO_0000008 .

