Skip to content

Commit

Permalink
0.0.5 update according to W3C WG decisions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariapoveda committed Apr 10, 2017
1 parent 88e64cc commit 2f15bf2
Show file tree
Hide file tree
Showing 10 changed files with 9,685 additions and 603 deletions.
2 changes: 1 addition & 1 deletion OnToology/ontology/wot.ttl/documentation/index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 property="dc:title schema:name">WoT ontology</h1>
<dt>This version:</dt>
<dd><a href="http://iot.linkeddata.es/def/wot">http://iot.linkeddata.es/def/wot</a></dd>
</dl><dt>Revision:</dt>
<dd property="schema:version">0.0.4</dd>
<dd property="schema:version">0.0.5</dd>
<dl><dt>Authors:</dt>
<dd><a property="dc:creator schema:author prov:wasAttributedTo" resource="http://purl.org/net/mpoveda" href="http://purl.org/net/mpoveda">María Poveda Villalón (Ontology Engineering Group)</a></dd>
<dd><a property="dc:creator schema:author prov:wasAttributedTo" resource="http://www.garcia-castro.com/foaf.rdf#me" href="http://www.garcia-castro.com/foaf.rdf#me">Raúl García Castro (Ontology Engineering Group)</a></dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion OnToology/ontology/wot.ttl/documentation/ontology.n3
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ _:AX2dX2b03e9ceX3aX15b56cc4416X3aXX2dX7ffb <http://www.w3.org/2002/07/owl#onProp
_:AX2dX2b03e9ceX3aX15b56cc4416X3aXX2dX7ffb <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://iot.linkeddata.es/def/wot#> <http://purl.org/dc/elements/1.1/publisher> <http://www.oeg-upm.net/> .
<http://iot.linkeddata.es/def/wot#> <http://purl.org/vocab/vann/preferredNamespacePrefix> "wot" .
<http://iot.linkeddata.es/def/wot#> <http://www.w3.org/2002/07/owl#versionInfo> "0.0.4" .
<http://iot.linkeddata.es/def/wot#> <http://www.w3.org/2002/07/owl#versionInfo> "0.0.5" .
<http://iot.linkeddata.es/def/wot#> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://iot.linkeddata.es/def/wot" .
<http://iot.linkeddata.es/def/wot#> <http://purl.org/dc/elements/1.1/title> "Ontology model for Web of Things"@en .
<http://iot.linkeddata.es/def/wot#> <http://purl.org/dc/terms/creator> <http://purl.org/net/mpoveda> .
Expand Down
2 changes: 1 addition & 1 deletion OnToology/ontology/wot.ttl/documentation/ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ ISO/IEC CC 30141. Information technology - Internet of Things Reference architec
"wot" ;
vann:preferredNamespaceUri
"http://iot.linkeddata.es/def/wot" ;
owl:versionInfo "0.0.4" .
owl:versionInfo "0.0.5" .

:DataType
a owl:Class ;
Expand Down
2 changes: 1 addition & 1 deletion OnToology/ontology/wot.ttl/documentation/ontology.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ ISO/IEC CC 30141. Information technology - Internet of Things Reference architec
<rdf:Description rdf:about="http://iot.linkeddata.es/def/wot#">
<dc:publisher rdf:resource="http://www.oeg-upm.net/"/>
<vann:preferredNamespacePrefix>wot</vann:preferredNamespacePrefix>
<owl:versionInfo>0.0.4</owl:versionInfo>
<owl:versionInfo>0.0.5</owl:versionInfo>
<vann:preferredNamespaceUri>http://iot.linkeddata.es/def/wot</vann:preferredNamespaceUri>
<dc:title xml:lang="en">Ontology model for Web of Things</dc:title>
<dcterms:creator rdf:resource="http://purl.org/net/mpoveda"/>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagrams/WOTexampleStars1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2f15bf2

Please sign in to comment.