Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix ex: <https://saref.etsi.org/core/v3.2.1/example/tasks/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
<https://saref.etsi.org/core/v3.2.1/example/tasks#> a dctype:Dataset ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:conformsTo <https://saref.etsi.org/core/v3.2.1/> ;
dcterms:title "Example tasks"@en ;
dcterms:description "Example tasks"@en .
ex:Cleaning a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "Cleaning"@en .
ex:Comfort a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "Comfort"@en .
ex:Drying a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "Drying"@en .
ex:EnergyEfficiency a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "EnergyEfficiency"@en .
ex:Entertainment a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "Entertainment"@en .
ex:Lighting a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "Lighting"@en .
ex:MeterReading a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "Meter reading"@en .
ex:Safety a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "Safety"@en .
ex:Washing a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "Washing"@en .
ex:WellBeing a saref:Task ;
rdfs:comment "A type of task for which a device is designed"@en ;
rdfs:label "WellBeing"@en .