span:ProcessBoundary leaf node


URI

http://www.ifomis.org/bfo/1.1/span#ProcessBoundary

Label

process_boundary

Description

Definition: A processual entity [span:ProcessualEntity] that is the fiat or bona fide instantaneous temporal process boundary. - Examples: birth, death, the forming of a synapse, the onset of REM sleep, the detaching of a finger in an industrial accident, the final separation of two cells at the end of cell-division, the incision at the beginning of a surgery

Usage

Instances of span:ProcessBoundary can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
dc:contributor owl:AnnotationProperty owl:Thing
dc:creator owl:AnnotationProperty owl:Thing
dc:format owl:AnnotationProperty owl:Thing
dc:identifier owl:AnnotationProperty owl:Thing
dc:language owl:AnnotationProperty owl:Thing
dc:publisher owl:AnnotationProperty owl:Thing
dc:rights owl:AnnotationProperty owl:Thing
dc:source owl:AnnotationProperty owl:Thing
dc:title owl:AnnotationProperty owl:Thing

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix span: <http://www.ifomis.org/bfo/1.1/span#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

span:ProcessBoundary a owl:Class ;
    rdfs:label "process_boundary"^^xsd:string ;
    rdfs:comment "Definition: A processual entity [span:ProcessualEntity] that is the fiat or bona fide instantaneous temporal process boundary."^^xsd:string,
        "Examples: birth, death, the forming of a synapse, the onset of REM sleep, the detaching of a finger in an industrial accident, the final separation of two cells at the end of cell-division, the incision at the beginning of a surgery"^^xsd:string ;
    rdfs:subClassOf span:ProcessualEntity ;
    owl:disjointWith span:FiatProcessPart,
        span:Process,
        span:ProcessAggregate,
        span:ProcessualContext .