saref:Task — Task

IRI
https://saref.etsi.org/core/Task
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.2.1/
https://saref.etsi.org/core/v3.2.1/example/door_switch#
https://saref.etsi.org/core/v3.2.1/example/hvac#
https://saref.etsi.org/core/v3.2.1/example/light_switch#
https://saref.etsi.org/core/v3.2.1/example/smoke_sensor#
https://saref.etsi.org/core/v3.2.1/example/tasks#
https://saref.etsi.org/core/v3.2.1/example/temperature_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/hvac#
https://saref.etsi.org/core/v4.1.1/example/light_switch#
https://saref.etsi.org/core/v4.1.1/example/smoke_sensor#
https://saref.etsi.org/core/v4.1.1/example/tasks#
https://saref.etsi.org/core/v4.1.1/example/temperature_sensor#
https://saref.etsi.org/saref4agri/v1.1.2/
https://saref.etsi.org/saref4ehaw/v1.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/
https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#
https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#
https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#
https://saref.etsi.org/saref4envi/v2.1.1/
Download serialization
License

Definition of saref:Task

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

The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended. Tasks can be accomplished by devices (saref:isAccomplishedBy).

Description as a Class

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:Cleaning a saref:Task .

saref:Comfort a saref:Task .

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

saref:Drying a saref:Task .

saref:EnergyEfficiency a saref:Task .

saref:Entertainment a saref:Task .

saref:Lighting a saref:Task .

saref:MeterReading a saref:Task .

saref:Safety a saref:Task .

saref:Washing a saref:Task .

saref:WellBeing a saref:Task .

saref:isAccomplishedBy rdfs:domain saref:Task .

saref:accomplishes rdfs:range saref:Task .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references saref:Task .

<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> dct:references saref:Task .

<https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#> dct:references saref:Task .

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

<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references saref:Task .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references saref:Task .

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references saref:Task .

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

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

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

saref:Task a owl:Class ;
    rdfs:label "Task"@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.2.1/>,
        <https://saref.etsi.org/core/v3.2.1/example/door_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/hvac#>,
        <https://saref.etsi.org/core/v3.2.1/example/light_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/smoke_sensor#>,
        <https://saref.etsi.org/core/v3.2.1/example/tasks#>,
        <https://saref.etsi.org/core/v3.2.1/example/temperature_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/hvac#>,
        <https://saref.etsi.org/core/v4.1.1/example/light_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/smoke_sensor#>,
        <https://saref.etsi.org/core/v4.1.1/example/tasks#>,
        <https://saref.etsi.org/core/v4.1.1/example/temperature_sensor#>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#>,
        <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:comment "The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended. Tasks can be accomplished by devices (saref:isAccomplishedBy)."@en ;
    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: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/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/>,
        <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    ns1:hiddenLabel "Task" .