Skip to content

Commit

Permalink
unnecessary triple quotes around comments w3c#1898
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdanoura committed Oct 18, 2023
1 parent 6b40a09 commit d1db075
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions ontology/td.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -265,90 +265,90 @@

:readProperty rdf:type :OperationType ;
rdfs:label "readProperty" ;
rdfs:comment """Operation type of forms used to read a property value"""@en ;
rdfs:comment "Operation type of forms used to read a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:writeProperty rdf:type :OperationType ;
rdfs:label "writeProperty" ;
rdfs:comment """Operation type of forms used to write a property value"""@en ;
rdfs:comment "Operation type of forms used to write a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:observeProperty rdf:type :OperationType ;
rdfs:label "observeProperty" ;
rdfs:comment """Operation type of forms used to observe a property value"""@en ;
rdfs:comment "Operation type of forms used to observe a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:unobserveProperty rdf:type :OperationType ;
rdfs:label "unobserveProperty" ;
rdfs:comment """Operation type of forms used to unobserve a property value"""@en ;
rdfs:comment "Operation type of forms used to unobserve a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:readMultipleProperties rdf:type :OperationType ;
rdfs:label "readMultipleProperties" ;
rdfs:comment """Operation type of forms used to read a property value"""@en ;
rdfs:comment "Operation type of forms used to read a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:writeMultipleProperties rdf:type :OperationType ;
rdfs:label "writeMultipleProperties" ;
rdfs:comment """Operation type of forms used to write a property value"""@en ;
rdfs:comment "Operation type of forms used to write a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:readAllProperties rdf:type :OperationType ;
rdfs:label "readAllProperties" ;
rdfs:comment """Operation type of forms used to read all property values"""@en ;
rdfs:comment "Operation type of forms used to read all property values"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:writeAllProperties rdf:type :OperationType ;
rdfs:label "writeAllProperties" ;
rdfs:comment """Operation type of forms used to read a property value"""@en ;
rdfs:comment "Operation type of forms used to read a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:observeAllProperties rdf:type :OperationType ;
rdfs:label "observeAllProperties" ;
rdfs:comment """Operation type of forms used to observe all property values"""@en ;
rdfs:comment "Operation type of forms used to observe all property values"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:unobserveAllProperties rdf:type :OperationType ;
rdfs:label "unobserveAllProperties" ;
rdfs:comment """Operation type of forms used to unobserve all property value"""@en ;
rdfs:comment "Operation type of forms used to unobserve all property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:invokeAction rdf:type :OperationType ;
rdfs:label "invokeAction" ;
rdfs:comment """Operation type of forms used to read a property value"""@en ;
rdfs:comment "Operation type of forms used to read a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:queryAction rdf:type :OperationType ;
rdfs:label "queryAction" ;
rdfs:comment """Operation type of forms used to query the status of an action"""@en ;
rdfs:comment "Operation type of forms used to query the status of an action"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:cancelAction rdf:type :OperationType ;
rdfs:label "cancelAction" ;
rdfs:comment """Operation type of forms used to cancel an action"""@en ;
rdfs:comment "Operation type of forms used to cancel an action"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:queryAllActions rdf:type :OperationType ;
rdfs:label "queryAllActions" ;
rdfs:comment """Operation type of forms used to query the status of all actions"""@en ;
rdfs:comment "Operation type of forms used to query the status of all actions"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:subscribeEvent rdf:type :OperationType ;
rdfs:label "subscribeEvent" ;
rdfs:comment """Operation type of forms used to read a property value"""@en ;
rdfs:comment "Operation type of forms used to read a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:unsubscribeEvent rdf:type :OperationType ;
rdfs:label "unsubscribeEvent" ;
rdfs:comment """Operation type of forms used to read a property value"""@en ;
rdfs:comment "Operation type of forms used to read a property value"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:subscribeAllEvents rdf:type :OperationType ;
rdfs:label "subscribeAllEvents" ;
rdfs:comment """Operation type of forms used to subscribe to all event types"""@en ;
rdfs:comment "Operation type of forms used to subscribe to all event types"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

:unsubscribeAllEvents rdf:type :OperationType ;
rdfs:label "unsubscribeAllEvents" ;
rdfs:comment """Operation type of forms used to unsubscribe from all event types"""@en ;
rdfs:comment "Operation type of forms used to unsubscribe from all event types"@en ;
rdfs:isDefinedBy <https://www.w3.org/2019/wot/td> .

0 comments on commit d1db075

Please sign in to comment.