saref:hasFunction — has function

IRI
https://saref.etsi.org/core/hasFunction
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.1.1/example/doorswitch#
https://saref.etsi.org/core/v3.1.1/example/energymeter#
https://saref.etsi.org/core/v3.1.1/example/lightswitch#
https://saref.etsi.org/core/v3.1.1/example/smokesensor#
https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#
https://saref.etsi.org/core/v3.1.1/example/washingmachine#
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v3.2.1/example/door_switch#
https://saref.etsi.org/core/v3.2.1/example/light_switch#
https://saref.etsi.org/core/v3.2.1/example/on_off_switch#
https://saref.etsi.org/core/v3.2.1/example/open_close_switch#
https://saref.etsi.org/core/v3.2.1/example/smoke_sensor#
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/core/v4.1.1/example/door_switch#
https://saref.etsi.org/core/v4.1.1/example/light_switch#
https://saref.etsi.org/core/v4.1.1/example/on_off_switch#
https://saref.etsi.org/core/v4.1.1/example/open_close_switch#
https://saref.etsi.org/core/v4.1.1/example/smoke_sensor#
https://saref.etsi.org/saref4agri/v1.1.2/
https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#
https://saref.etsi.org/saref4wear/v1.1.1/
Download serialization
License

Definition of saref:hasFunction

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

A relationship identifying the function of a device

Description as an Object Property

has domain
saref:Device
has range
saref:Function

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:Actuator rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasFunction ;
            owl:someValuesFrom saref:ActuatingFunction ] .

saref:DoorSwitch rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasFunction ;
            owl:someValuesFrom saref:OpenCloseFunction ] .

saref:LightSwitch rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasFunction ;
            owl:someValuesFrom saref:OnOffFunction ] .

saref:Meter rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasFunction ;
            owl:someValuesFrom saref:MeteringFunction ] .

saref:Sensor rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasFunction ;
            owl:someValuesFrom saref:SensingFunction ] .

saref:SmokeSensor rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasFunction ;
            owl:someValuesFrom saref:EventFunction ],
        [ a owl:Restriction ;
            owl:onProperty saref:hasFunction ;
            owl:someValuesFrom saref:SensingFunction ] .

saref:TemperatureSensor rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasFunction ;
            owl:someValuesFrom saref:SensingFunction ] .

saref:Device rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass saref:Function ;
            owl:onProperty saref:hasFunction ] .

<https://saref.etsi.org/core/v3.1.1/example/doorswitch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.1.1/example/lightswitch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.1.1/example/smokesensor#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.2.1/example/door_switch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.2.1/example/light_switch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.2.1/example/on_off_switch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.2.1/example/open_close_switch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v3.2.1/example/smoke_sensor#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v4.1.1/example/door_switch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v4.1.1/example/light_switch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v4.1.1/example/on_off_switch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v4.1.1/example/open_close_switch#> dct:references saref:hasFunction .

<https://saref.etsi.org/core/v4.1.1/example/smoke_sensor#> dct:references saref:hasFunction .

<https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#> dct:references saref:hasFunction .

<https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#> dct:references saref:hasFunction .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:hasFunction .

<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references saref:hasFunction .

<https://saref.etsi.org/saref4inma/v1.1.2/> dct:references saref:hasFunction .

<https://saref.etsi.org/saref4inma/v2.1.1/> dct:references saref:hasFunction .

<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references saref:hasFunction .

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

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

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasFunction ;
    dct:subject saref:hasFunction .

saref:hasFunction a owl:ObjectProperty ;
    rdfs:label "has function"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.1.1/example/doorswitch#>,
        <https://saref.etsi.org/core/v3.1.1/example/energymeter#>,
        <https://saref.etsi.org/core/v3.1.1/example/lightswitch#>,
        <https://saref.etsi.org/core/v3.1.1/example/smokesensor#>,
        <https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#>,
        <https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v3.2.1/example/door_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/light_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/on_off_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/open_close_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/smoke_sensor#>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/core/v4.1.1/example/door_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/light_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/on_off_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/open_close_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/smoke_sensor#>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4ehaw/v1.1.1/example/COVIDCase#>,
        <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#>,
        <https://saref.etsi.org/saref4wear/v1.1.1/> ;
    rdfs:comment "A relationship identifying the function of a device"@en ;
    rdfs:domain saref:Device ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range saref:Function ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/>,
        <https://saref.etsi.org/saref4wear/v1.1.1/> ;
    ns1:hiddenLabel "hasFunction" .