Definition of s4envi:hasTransmissionPeriod
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
The relation between a device and the period in which it transmit information.
Description as an Object Property
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 s4envi: <https://saref.etsi.org/saref4envi/> .
s4envi:Device rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:PeriodMeasurement ;
owl:onProperty s4envi:hasTransmissionPeriod ] .
<https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#> dct:references s4envi:hasTransmissionPeriod .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:hasTransmissionPeriod ;
dct:subject s4envi:hasTransmissionPeriod .
s4envi:hasTransmissionPeriod a owl:ObjectProperty ;
rdfs:label "has transmission period"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#> ;
rdfs:comment "The relation between a device and the period in which it transmit information."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v1.1.2/> ;
ns1:hiddenLabel "hasTransmissionPeriod" .