Skip to content

Commit

Permalink
Aligned ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel86 committed Sep 2, 2024
1 parent d17f2e0 commit 3e17437
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 114 deletions.
8 changes: 8 additions & 0 deletions owl/knowrob.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,14 @@ The two most common types of coordinate systems are CartesianCoordinateSystems a



<!-- http://knowrob.org/kb/knowrob.owl#SensorDevice -->

<owl:Class rdf:about="http://knowrob.org/kb/knowrob.owl#SensorDevice">
<rdfs:subClassOf rdf:resource="http://www.ease-crc.org/ont/SOMA.owl#DesignedTool"/>
</owl:Class>



<!-- http://knowrob.org/kb/knowrob.owl#SensorRange -->

<owl:Class rdf:about="http://knowrob.org/kb/knowrob.owl#SensorRange">
Expand Down
20 changes: 1 addition & 19 deletions owl/srdl2-cap.owl
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@



<!-- http://knowrob.org/kb/knowrob.owl#Connector -->

<owl:Class rdf:about="http://knowrob.org/kb/knowrob.owl#Connector"/>



<!-- http://knowrob.org/kb/knowrob.owl#GroundLocomotionCapability -->

<owl:Class rdf:about="http://knowrob.org/kb/knowrob.owl#GroundLocomotionCapability">
Expand All @@ -174,12 +168,6 @@



<!-- http://knowrob.org/kb/knowrob.owl#PR2 -->

<owl:Class rdf:about="http://knowrob.org/kb/knowrob.owl#PR2"/>



<!-- http://knowrob.org/kb/knowrob.owl#WalkingCapability -->

<owl:Class rdf:about="http://knowrob.org/kb/knowrob.owl#WalkingCapability">
Expand Down Expand Up @@ -394,12 +382,6 @@

<owl:Class rdf:about="http://knowrob.org/kb/srdl2-cap.owl#InstallingHardwareCapability">
<rdfs:subClassOf rdf:resource="http://knowrob.org/kb/srdl2-cap.owl#InstallingComponentCapability"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://knowrob.org/kb/srdl2-comp.owl#dependsOnComponent"/>
<owl:someValuesFrom rdf:resource="http://knowrob.org/kb/knowrob.owl#Connector"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>


Expand Down Expand Up @@ -631,5 +613,5 @@



<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi -->

16 changes: 8 additions & 8 deletions owl/srdl2-comp.owl
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@



<!-- http://knowrob.org/kb/knowrob.owl#Finger -->

<owl:Class rdf:about="http://knowrob.org/kb/knowrob.owl#Finger"/>



<!-- http://knowrob.org/kb/knowrob.owl#MobileBase -->

<owl:Class rdf:about="http://knowrob.org/kb/knowrob.owl#MobileBase"/>
Expand Down Expand Up @@ -632,7 +626,7 @@
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.ease-crc.org/ont/SOMA.owl#hasPhysicalComponent"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://knowrob.org/kb/knowrob.owl#Finger"/>
<owl:onClass rdf:resource="http://www.ease-crc.org/ont/SOMA.owl#Finger"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment>A robot hand with fingers that can wrap around objects.</rdfs:comment>
Expand Down Expand Up @@ -1000,6 +994,12 @@



<!-- http://www.ease-crc.org/ont/SOMA.owl#Finger -->

<owl:Class rdf:about="http://www.ease-crc.org/ont/SOMA.owl#Finger"/>



<!-- http://www.ease-crc.org/ont/SOMA.owl#FunctionalPart -->

<owl:Class rdf:about="http://www.ease-crc.org/ont/SOMA.owl#FunctionalPart"/>
Expand Down Expand Up @@ -1073,5 +1073,5 @@



<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi -->

Loading

0 comments on commit 3e17437

Please sign in to comment.