saref:hasThresholdMeasurement — has threshold measurement

IRI
https://saref.etsi.org/core/hasThresholdMeasurement
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
Is referenced by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
Download serialization
License

Definition of saref:hasThresholdMeasurement

Defined in https://saref.etsi.org/core/v3.1.1/ as:

A relationship associated with an event function to notify that a certain threshold measurement has been exceeded

Description as an Object Property

has domain
saref:EventFunction
has range
saref:Measurement

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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

saref:EventFunction rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass saref:Measurement ;
            owl:onProperty saref:hasThresholdMeasurement ] .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasThresholdMeasurement ;
    dct:subject saref:hasThresholdMeasurement .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasThresholdMeasurement ;
    dct:subject saref:hasThresholdMeasurement .

saref:hasThresholdMeasurement a owl:ObjectProperty ;
    rdfs:label "has threshold measurement"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:comment "A relationship associated with an event function to notify that a certain threshold measurement has been exceeded"@en ;
    rdfs:domain saref:EventFunction ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:range saref:Measurement ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    ns1:hiddenLabel "hasThresholdMeasurement" .