span:TemporalInterval leaf node


URI

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

Label

temporal_interval

Description

Examples: any continuous temporal duration during which a process occurs - Definition: A connected temporal region [span:ConnectedTemporalRegion] lasting for more than a single moment of time.

Usage

Instances of span:TemporalInterval 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:TemporalInterval a owl:Class ;
    rdfs:label "temporal_interval"^^xsd:string ;
    rdfs:comment "Definition: A connected temporal region [span:ConnectedTemporalRegion] lasting for more than a single moment of time."^^xsd:string,
        "Examples: any continuous temporal duration during which a process occurs"^^xsd:string ;
    rdfs:subClassOf span:ConnectedTemporalRegion ;
    owl:disjointWith span:TemporalInstant .