Definition of saref:hasResultTime
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a procedure execution to the instant of time when the activity was completed, expressed as an xsd:dateTime literal.
Definition as a Datatype Property
- has domain
- saref:ProcedureExecution
- has range
- xsd:dateTime
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4mari/v1.1.1/example/s4mari-sensor-example#> dct:references saref:hasResultTime .
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#> dct:references saref:hasResultTime .
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#> dct:references saref:hasResultTime .
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#> dct:references saref:hasResultTime .
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterObservation#> dct:references saref:hasResultTime .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasResultTime ;
dct:subject saref:hasResultTime .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasResultTime ;
dct:subject saref:hasResultTime .
saref:hasResultTime a owl:DatatypeProperty ;
rdfs:label "has result time"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4mari/v1.1.1/example/s4mari-sensor-example#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterObservation#> ;
rdfs:comment "Links a procedure execution to the instant of time when the activity was completed, expressed as an xsd:dateTime literal."@en ;
rdfs:domain saref:ProcedureExecution ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range xsd:dateTime ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4mari/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
skos:hiddenLabel "hasResultTime" ;
skos:historyNote "V3.2.1: Introduced saref:hasResultTime as part of general will to make SAREF and SOSA/SSN converge."@en .