Definition of saref:hasPhenomenonTime
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a procedure execution to the time that the result applies. It may be an interval or an instant, or some other compound temporal entity expressed using OWL Time.
Description as an Object Property
- has range
- time:TemporalEntity
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> dct:references saref:hasPhenomenonTime .
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#> dct:references saref:hasPhenomenonTime .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasPhenomenonTime ;
dct:subject saref:hasPhenomenonTime .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasPhenomenonTime ;
dct:subject saref:hasPhenomenonTime .
saref:hasPhenomenonTime a owl:ObjectProperty ;
rdfs:label "has phenomenon time"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#> ;
rdfs:comment "Links a procedure execution to the time that the result applies. It may be an interval or an instant, or some other compound temporal entity expressed using OWL Time."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range time:TemporalEntity ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
skos:hiddenLabel "hasPhenomenonTime" ;
skos:historyNote "V3.2.1: Introduced saref:hasPhenomenonTime as part of general will to make SAREF and SOSA/SSN converge."@en .