span:ConnectedTemporalRegion


URI

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

Label

connected_temporal_region

Description

Examples: the 1970s years, the time from the beginning to the end of a heart attack, the time taken up by cellular meiosis - Definition: A temporal region [span:TemporalRegion] every point of which is mediately or immediately connected with every other point of which.

Usage

Instances of span:ConnectedTemporalRegion 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:ConnectedTemporalRegion a owl:Class ;
    rdfs:label "connected_temporal_region"^^xsd:string ;
    rdfs:comment "Definition: A temporal region [span:TemporalRegion] every point of which is mediately or immediately connected with every other point of which."^^xsd:string,
        "Examples: the 1970s years, the time from the beginning to the end of a heart attack, the time taken up by cellular meiosis"^^xsd:string ;
    rdfs:subClassOf span:TemporalRegion ;
    owl:disjointWith span:ScatteredTemporalRegion ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( span:TemporalInstant span:TemporalInterval ) ] .