http://www.ifomis.org/bfo/1.1/span#ConnectedSpatiotemporalRegion
Examples: the spatial and temporal location of an individual organism's life, the spatial and temporal location of the development of a fetus - Definition: A spatiotemporal region [span:SpatiotemporalRegion] that has temporal and spatial dimensions such that all points within the spatiotemporal region are mediately or immediately connected to all other points within the same spatiotemporal region [span:SpatiotemporalRegion].
Instances of span:ConnectedSpatiotemporalRegion 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 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:ConnectedSpatiotemporalRegion a owl:Class ;
rdfs:label "connected_spatiotemporal_region"^^xsd:string ;
rdfs:comment "Definition: A spatiotemporal region [span:SpatiotemporalRegion] that has temporal and spatial dimensions such that all points within the spatiotemporal region are mediately or immediately connected to all other points within the same spatiotemporal region [span:SpatiotemporalRegion]."^^xsd:string,
"Examples: the spatial and temporal location of an individual organism's life, the spatial and temporal location of the development of a fetus"^^xsd:string ;
rdfs:subClassOf span:SpatiotemporalRegion ;
owl:disjointWith span:ScatteredSpatiotemporalRegion ;
owl:equivalentClass [ a owl:Class ;
owl:unionOf ( span:SpatiotemporalInstant span:SpatiotemporalInterval ) ] .