Commit 0821367a authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Close #14

parent a824f743
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -1217,12 +1217,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 .