span:ScatteredTemporalRegion leaf node


URI

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

Label

scattered_temporal_region

Description

Definition: A temporal region [span:TemporalRegion] every point of which is not mediately or immediately connected with every other point of which. - Examples: the time occupied by the individual games of the World Cup, the time occupied by the individual liaisons in a romantic affair

Usage

Instances of span:ScatteredTemporalRegion 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:ScatteredTemporalRegion a owl:Class ;
    rdfs:label "scattered_temporal_region"^^xsd:string ;
    rdfs:comment "Definition: A temporal region [span:TemporalRegion] every point of which is not mediately or immediately connected with every other point of which."^^xsd:string,
        "Examples: the time occupied by the individual games of the World Cup, the time occupied by the individual liaisons in a romantic affair"^^xsd:string ;
    rdfs:subClassOf span:TemporalRegion ;
    owl:disjointWith span:ConnectedTemporalRegion .