Definition of saref:hasTime
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A relationship to associate time information to an entity
Description as an Object Property
- has range
- saref:Time
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@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/> .
saref:Profile rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Time ;
owl:onProperty saref:hasTime ] .
<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references saref:hasTime .
<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> dct:references saref:hasTime .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references saref:hasTime .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references saref:hasTime .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasTime ;
dct:subject saref:hasTime .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasTime ;
dct:subject saref:hasTime .
saref:hasTime a owl:ObjectProperty ;
rdfs:label "has time"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>,
<https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> ;
rdfs:comment "A relationship to associate time information to an entity"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/> ;
rdfs:range saref:Time ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/> ;
ns1:hiddenLabel "hasTime" .