http://www.ifomis.org/bfo/1.1/span#SpatiotemporalInstant
Examples: the spatiotemporal region occupied by a single instantaneous temporal slice (part) of a process - Definition: A connected spatiotemporal region [span:ConnectedSpatiotemporalRegion] at a specific moment.
Instances of span:SpatiotemporalInstant 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:SpatiotemporalInstant a owl:Class ;
rdfs:label "spatiotemporal_instant"^^xsd:string ;
rdfs:comment "Definition: A connected spatiotemporal region [span:ConnectedSpatiotemporalRegion] at a specific moment."^^xsd:string,
"Examples: the spatiotemporal region occupied by a single instantaneous temporal slice (part) of a process"^^xsd:string ;
rdfs:subClassOf span:ConnectedSpatiotemporalRegion ;
owl:disjointWith span:SpatiotemporalInterval .