Skip to content

Commit

Permalink
change rdfs:label by rdfs:comment
Browse files Browse the repository at this point in the history
in wot:interactionDescription and wot:interactionName
  • Loading branch information
mariapoveda committed May 29, 2018
1 parent 77aa840 commit fe4853a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ontology/wot.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<http://iot.linkeddata.es/def/wot#> a owl:Ontology ;
dcterms:creator <http://purl.org/net/mpoveda> , <http://www.garcia-castro.com/foaf.rdf#me> ;
vann:preferredNamespacePrefix "wot" ;
dcterms:modified "2018-05-18" ;
owl:versionInfo "0.0.11" ;
dcterms:modified "2018-05-18" ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
vann:preferredNamespaceUri "http://iot.linkeddata.es/def/wot" ;
rdfs:comment "This ontology aims to model the Web of Things domain according to the W3C Interest Group (http://w3c.github.io/wot/)"@en ;
Expand Down Expand Up @@ -185,15 +185,16 @@ vs:term_status a owl:AnnotationProperty .
# http://iot.linkeddata.es/def/wot#interactionDescription

:interactionDescription a owl:DatatypeProperty ;
rdfs:label "Description of an interaction pattern, aligment with \"(IoT) DIS 30118-1 - Text for ISO/IEC DIS 30118-1, Information technology — Open Connectivity Foundation — Part 1: Core specification\""@en , "interaction pattern description"@en .
rdfs:comment "Description of an interaction pattern, aligment with \"(IoT) DIS 30118-1 - Text for ISO/IEC DIS 30118-1, Information technology — Open Connectivity Foundation — Part 1: Core specification\""@en ;
rdfs:label "interaction pattern description"@en .
#
# http://iot.linkeddata.es/def/wot#interactionName

:interactionName a owl:DatatypeProperty ;
rdfs:subPropertyOf :name ;
rdfs:domain :InteractionPattern ;
rdfs:comment "Name of an interaction pattern" ;
rdfs:label "Title of an interaction pattern, aligment with \"(IoT) DIS 30118-1 - Text for ISO/IEC DIS 30118-1, Information technology — Open Connectivity Foundation — Part 1: Core specification\""@en , "interaction name"@en , "interaction pattern title"@en .
rdfs:comment "Name of an interaction pattern" , "Title of an interaction pattern, aligment with \"(IoT) DIS 30118-1 - Text for ISO/IEC DIS 30118-1, Information technology — Open Connectivity Foundation — Part 1: Core specification\""@en ;
rdfs:label "interaction name"@en , "interaction pattern title"@en .
#
# http://iot.linkeddata.es/def/wot#isQueueable

Expand Down Expand Up @@ -435,4 +436,4 @@ om18:Unit_of_measure a owl:Class ;
rdfs:isDefinedBy "http://www.wurvoc.org/vocabularies/om-1.8/" ;
rdfs:label "Unit of measure"@en .
#
# Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi
# Generated by the OWL API (version 4.2.5.20160517-0735) https://github.com/owlcs/owlapi

0 comments on commit fe4853a

Please sign in to comment.