http://www.ifomis.org/bfo/1.1/span#ScatteredSpatiotemporalRegion
Examples: the space and time occupied by the individual games of the World Cup, the space and time occupied by the individual liaisons in a romantic affair - Definition: A spatiotemporal region [span:SpatiotemporalRegion] that has spatial and temporal dimensions and every spatial and temporal point of which is not connected with every other spatial and temporal point of which.
Instances of span:ScatteredSpatiotemporalRegion can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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:ScatteredSpatiotemporalRegion a owl:Class ;
rdfs:label "scattered_spatiotemporal_region"^^xsd:string ;
rdfs:comment "Definition: A spatiotemporal region [span:SpatiotemporalRegion] that has spatial and temporal dimensions and every spatial and temporal point of which is not connected with every other spatial and temporal point of which."^^xsd:string,
"Examples: the space and time occupied by the individual games of the World Cup, the space and time occupied by the individual liaisons in a romantic affair"^^xsd:string ;
rdfs:subClassOf span:SpatiotemporalRegion ;
owl:disjointWith span:ConnectedSpatiotemporalRegion .