Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unnecessary triple quotes around comments #1901

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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> .