Commit 3295622e authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Merge branch 'issue-14' into 'master'

Close Issue #14

Closes #14 and #31

See merge request SAREF/saref-core!11
parents 38b3304d 0821367a
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -1181,12 +1181,7 @@ saref:SwitchOnService rdf:type owl:Class ;

###  https://saref.etsi.org/Task
saref:Task rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty saref:isAccomplishedBy ;
                             owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                             owl:onClass saref:Device
                           ] ;
           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."^^xsd:string ;
           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)."^^xsd:string ;
           rdfs:label "Task"^^xsd:string .