saref:hasSensingRange — has sensing range

IRI
https://saref.etsi.org/core/hasSensingRange
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:hasSensingRange

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

A relationship between a sensing function and a measurement identifying the range of a sensor detection

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 saref: <https://saref.etsi.org/core/> .

saref:SensingFunction rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasSensingRange ;
            owl:someValuesFrom saref:Measurement ] .

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

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

saref:hasSensingRange a owl:ObjectProperty ;
    rdfs:label "has sensing range"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:comment "A relationship between a sensing function and a measurement identifying the range of a sensor detection"@en ;
    rdfs:domain saref:SensingFunction ;
    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 "hasSensingRange" .