Skip to content

Commit

Permalink
Merge pull request #3 from oeg-upm/master
Browse files Browse the repository at this point in the history
Updates from OEG-UPM repo
  • Loading branch information
dbujan authored Jun 28, 2023
2 parents 062affe + df41fa8 commit 90a778c
Show file tree
Hide file tree
Showing 16 changed files with 1,435 additions and 91 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node [shape = rectangle, color="orange"]; "wot:Thing" "core:User" "core:Node" "s
"saref:isPropertyOf" -> "owl:topObjectProperty" [ label = "rdfs:subPropertyOf" ];
"NULL" -> "core:ItemStatus" [ label = "owl:someValuesFrom" ];
"NULL" -> "core:hasNotification" [ label = "owl:onProperty" ];
"NULL" -> "-5d7c206e:188b43e1a1a:-7ffb" [ label = "rdf:rest" ];
"NULL" -> "core:Organisation" [ label = "owl:allValuesFrom" ];
"NULL" -> "xsd:dateTime" [ label = "owl:someValuesFrom" ];
"NULL" -> "core:hasContactMail" [ label = "owl:onProperty" ];
Expand All @@ -18,16 +17,16 @@ node [shape = rectangle, color="orange"]; "wot:Thing" "core:User" "core:Node" "s
"NULL" -> "core:Organisation" [ label = "rdf:first" ];
"NULL" -> "core:currentStatus" [ label = "owl:onProperty" ];
"NULL" -> "core:hasInput" [ label = "owl:onProperty" ];
"NULL" -> "-48ca4171:188c016819e:-7ffc" [ label = "owl:unionOf" ];
"NULL" -> "foaf:Image" [ label = "owl:allValuesFrom" ];
"NULL" -> "core:UserStatus" [ label = "owl:allValuesFrom" ];
"NULL" -> "xsd:string" [ label = "owl:allValuesFrom" ];
"NULL" -> "-5d7c206e:188b43e1a1a:-7ffc" [ label = "owl:unionOf" ];
"NULL" -> "core:isUnread" [ label = "owl:onProperty" ];
"NULL" -> "core:hasKey" [ label = "owl:onProperty" ];
"NULL" -> "saref:hasManufacturer" [ label = "owl:onProperty" ];
"NULL" -> "core:belongsTo" [ label = "owl:onProperty" ];
"NULL" -> "core:Item" [ label = "owl:allValuesFrom" ];
"NULL" -> "saref:hasManufacturer" [ label = "owl:onProperty" ];
"NULL" -> "core:PhysicalThing" [ label = "owl:someValuesFrom" ];
"NULL" -> "core:Item" [ label = "owl:allValuesFrom" ];
"NULL" -> "core:Audit" [ label = "owl:allValuesFrom" ];
"NULL" -> "xsd:boolean" [ label = "owl:someValuesFrom" ];
"NULL" -> "core:isLastUpdated" [ label = "owl:onProperty" ];
Expand All @@ -38,6 +37,7 @@ node [shape = rectangle, color="orange"]; "wot:Thing" "core:User" "core:Node" "s
"NULL" -> "http://lexvo.org/ontology#language" [ label = "owl:onProperty" ];
"NULL" -> "core:hasUser" [ label = "owl:onProperty" ];
"NULL" -> "core:hasNode" [ label = "owl:onProperty" ];
"NULL" -> "-48ca4171:188c016819e:-7ffb" [ label = "rdf:rest" ];
"NULL" -> "core:Notification" [ label = "owl:allValuesFrom" ];
"NULL" -> "core:hasCreationDate" [ label = "owl:onProperty" ];
"NULL" -> "core:hasEmail" [ label = "owl:onProperty" ];
Expand Down

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
digraph ar2dtool_diagram {
rankdir=LR;
size="1000"
node [shape = rectangle, color="black"]; "wot:Thing" "saref:Actuator" "core:User" "saref:Device" "core:City" "core:NotificationStatus" "geonames:Feature" "core:Status" "core:Service" "core:Device" "core:Sensor" "core:Actuator" "core:Organisation" "foaf:Person" "core:Building" "org:Organization" "core:Country" "core:Item" "geosparql:Geometry" "core:Place" "core:Notification" "core:ItemStatus" "geo:SpatialThing" "core:PhysicalThing" "core:UserStatus" "core:NodeStatus" "core:Municipality" "core:VirtualThing" "saref:FeatureOfInterest" "saref:Sensor" "a6cd14b457a54b1818161e7af51bb09e" ; /*classes style*/
node [shape = rectangle, color="black"]; "wot:Thing" "saref:Actuator" "core:User" "saref:Device" "core:City" "core:NotificationStatus" "geonames:Feature" "core:Status" "core:Service" "core:Device" "core:Sensor" "core:Actuator" "core:Organisation" "foaf:Person" "core:Building" "org:Organization" "core:Country" "core:Item" "geosparql:Geometry" "12e5b976ae987904bc5274bae12ae6ed" "core:Place" "core:Notification" "core:ItemStatus" "geo:SpatialThing" "core:PhysicalThing" "core:UserStatus" "core:NodeStatus" "core:Municipality" "core:VirtualThing" "saref:FeatureOfInterest" "saref:Sensor" ; /*classes style*/
"core:ItemStatus" -> "core:Status" [ label = "rdfs:subClassOf" ];
"core:Service" -> "core:VirtualThing" [ label = "rdfs:subClassOf" ];
"core:Country" -> "geonames:Feature" [ label = "rdfs:subClassOf" ];
Expand All @@ -22,7 +22,7 @@ node [shape = rectangle, color="black"]; "wot:Thing" "saref:Actuator" "core:User
"core:Item" -> "wot:Thing" [ label = "rdfs:subClassOf" ];
"core:Place" -> "geonames:Feature" [ label = "rdfs:subClassOf" ];
"geosparql:Geometry" -> "geo:SpatialThing" [ label = "rdfs:subClassOf" ];
"core:Notification" -> "a6cd14b457a54b1818161e7af51bb09e" [ label = "rdfs:subClassOf" ];
"core:Notification" -> "12e5b976ae987904bc5274bae12ae6ed" [ label = "rdfs:subClassOf" ];
"core:NotificationStatus" -> "core:Status" [ label = "rdfs:subClassOf" ];
"core:City" -> "saref:FeatureOfInterest" [ label = "rdfs:subClassOf" ];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -562,19 +562,19 @@
</data>
<data key="d1" />
</node>
<node id="nid_a6cd14b457a54b1818161e7af51bb09e">
<node id="nid_12e5b976ae987904bc5274bae12ae6ed">
<data key="d0">
<y:ShapeNode>
<y:Geometry height="30.0" width="320.0" x="0.0" y="0.0" />
<y:Fill color="#000000" transparent="false" />
<y:BorderStyle color="#000000" type="line" width="1.0" />
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" modelName="internal" modelPosition="c" textColor="#000000" visible="true">a6cd14b457a54b1818161e7af51bb09e</y:NodeLabel>
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" modelName="internal" modelPosition="c" textColor="#000000" visible="true">12e5b976ae987904bc5274bae12ae6ed</y:NodeLabel>
<y:Shape type="rectangle" />
</y:ShapeNode>
</data>
<data key="d1" />
</node>
<edge id="eid_rdfs:subClassOf20" source="nid_core:Notification" target="nid_a6cd14b457a54b1818161e7af51bb09e">
<edge id="eid_rdfs:subClassOf20" source="nid_core:Notification" target="nid_12e5b976ae987904bc5274bae12ae6ed">
<data key="d2">
<y:PolyLineEdge>
<y:LineStyle color="black" type="line" width="1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2259,6 +2259,12 @@
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "unit Hour"
} ]
}, {
"@id" : "https://www.w3.org/2006/time#unitMinute",
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
"@id" : "https://www.w3.org/2006/time#TemporalUnit"
} ]
}, {
"@id" : "https://www.w3.org/2019/wot/hypermedia#Link",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
Expand Down
4 changes: 4 additions & 0 deletions OnToology/ontology/auroral-core.ttl/documentation/ontology.nt
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,10 @@ _:genid66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2
<https://www.w3.org/2006/time#unitHour> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://www.w3.org/2006/time#TemporalUnit> .
<https://www.w3.org/2006/time#unitHour> <http://www.w3.org/2000/01/rdf-schema#label> "unit Hour" .
#
# https://www.w3.org/2006/time#unitMinute
<https://www.w3.org/2006/time#unitMinute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://www.w3.org/2006/time#unitMinute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://www.w3.org/2006/time#TemporalUnit> .
#
#
#
# #################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2339,6 +2339,15 @@



<!-- https://www.w3.org/2006/time#unitMinute -->


<owl:NamedIndividual rdf:about="https://www.w3.org/2006/time#unitMinute">
<rdf:type rdf:resource="https://www.w3.org/2006/time#TemporalUnit"/>
</owl:NamedIndividual>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,11 @@
rdfs:label "unit Hour" .


### https://www.w3.org/2006/time#unitMinute
<https://www.w3.org/2006/time#unitMinute> rdf:type owl:NamedIndividual ,
<https://www.w3.org/2006/time#TemporalUnit> .


#################################################################
# Annotations
#################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ <h3>Temporal Unit<sup class="type-c" title="class">c</sup>
<dt>has members</dt>
<dd>
<a href="#https://www.w3.org/2006/time#unitHour" title="https://www.w3.org/2006/time#unitHour">unit Hour</a>
<sup class="type-ni" title="named individual">ni</sup>, <a href="#https://www.w3.org/2006/time#unitMinute" title="https://www.w3.org/2006/time#unitMinute">unit minute</a>
<sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
Expand Down Expand Up @@ -3306,6 +3307,11 @@ <h3 id="namedindividuals" class="list">Named Individuals</h3>
<li>
<a href="#https://www.w3.org/2006/time#unitHour" title="https://www.w3.org/2006/time#unitHour">unit Hour</a>
</li>
<li>
<a href="#https://www.w3.org/2006/time#unitMinute" title="https://www.w3.org/2006/time#unitMinute">
<span>unit minute</span>
</a>
</li>
<li>
<a href="#User" title="https://auroral.iot.linkeddata.es/def/core#User">
<span>User</span>
Expand Down Expand Up @@ -4239,6 +4245,21 @@ <h3>unit Hour<sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="https://www.w3.org/2006/time#unitMinute">
<h3>unit minute<sup class="type-ni" title="named individual">ni</sup>
<span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a>
</span>
</h3>
<p>
<strong>IRI:</strong> https://www.w3.org/2006/time#unitMinute</p>
<dl class="description">
<dt>belongs to</dt>
<dd>
<a href="#https://www.w3.org/2006/time#TemporalUnit" title="https://www.w3.org/2006/time#TemporalUnit">Temporal Unit</a>
<sup class="type-c" title="class">c</sup>
</dd>
</dl>
</div>
<div class="entity" id="User">
<h3>User<sup class="type-ni" title="named individual">ni</sup>
<span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,11 @@ <h4>Classes</h4>
<li>
<a href="#https://www.w3.org/2006/time#unitHour" title="https://www.w3.org/2006/time#unitHour">unit Hour</a>
</li>
<li>
<a href="#https://www.w3.org/2006/time#unitMinute" title="https://www.w3.org/2006/time#unitMinute">
<span>unit minute</span>
</a>
</li>
<li>
<a href="#User" title="https://auroral.iot.linkeddata.es/def/core#User">
<span>User</span>
Expand Down
Loading

0 comments on commit 90a778c

Please sign in to comment.