|
86 | 86 | /////////////////////////////////////////////////////////////////////////////////////// |
87 | 87 | --> |
88 | 88 |
|
89 | | - <!-- http://knowrob.org/kb/knowrob.owl#belongsToUser --> |
90 | | - |
91 | 89 | <owl:ObjectProperty rdf:about="&knowrob;belongsToUser"> |
92 | | - <rdfs:range rdf:resource="&knowrob;Thing"/> |
93 | | - <rdfs:domain rdf:resource="&knowrob;SpatialThing-Localized"/> |
| 90 | + <rdfs:range rdf:resource="&knowrob;Person"/> |
| 91 | + <rdfs:domain rdf:resource="&knowrob;SpatialThing"/> |
94 | 92 | </owl:ObjectProperty> |
95 | 93 |
|
96 | 94 | <owl:ObjectProperty rdf:about="&knowrob;imageFilePath"> |
97 | 95 | <rdfs:range rdf:resource="&xsd;string"/> |
98 | | - <rdfs:domain rdf:resource="&knowrob;SpatialThing-Localized"/> |
| 96 | + <rdfs:domain rdf:resource="&knowrob;SpatialThing"/> |
99 | 97 | </owl:ObjectProperty> |
100 | 98 |
|
101 | 99 | <owl:ObjectProperty rdf:about="&knowrob;imageCreationTimestamp"> |
102 | 100 | <rdfs:range rdf:resource="&xsd;int"/> |
103 | | - <rdfs:domain rdf:resource="&knowrob;SpatialThing-Localized"/> |
| 101 | + <rdfs:domain rdf:resource="&knowrob;SpatialThing"/> |
104 | 102 | </owl:ObjectProperty> |
105 | 103 |
|
106 | 104 | <owl:ObjectProperty rdf:about="&knowrob;hasFallen"> |
107 | 105 | <rdfs:range rdf:resource="&knowrob;Fall"/> |
108 | | - <rdfs:domain rdf:resource="&knowrob;Patient"/> |
| 106 | + <rdfs:domain rdf:resource="&knowrob;Person"/> |
109 | 107 | </owl:ObjectProperty> |
110 | 108 |
|
111 | 109 | <owl:ObjectProperty rdf:about="&knowrob;humanMessageType"> |
|
120 | 118 | <rdfs:domain rdf:resource="&knowrob;Agent-Generic"/> |
121 | 119 | </owl:ObjectProperty> |
122 | 120 |
|
123 | | - |
124 | | - |
125 | | - |
126 | 121 | <owl:ObjectProperty rdf:about="&knowrob;cognitiveTestVariation"> |
127 | 122 | <rdfs:range rdf:resource="&xsd;int"/> |
128 | 123 | <rdfs:domain rdf:resource="&knowrob;CognitiveTests"/> |
|
138 | 133 | <rdfs:domain rdf:resource="&knowrob;CognitiveTests"/> |
139 | 134 | </owl:ObjectProperty> |
140 | 135 |
|
141 | | - <!--warning, I did not create a cognitiveTestSubType attribute --> |
142 | | - |
143 | | - |
144 | 136 | <owl:ObjectProperty rdf:about="&knowrob;cognitiveTestPerformedPatient"> |
145 | | - <rdfs:range rdf:resource="&knowrob;Patient"/> |
| 137 | + <rdfs:range rdf:resource="&knowrob;Person"/> |
146 | 138 | <rdfs:domain rdf:resource="&knowrob;CognitiveTestPerformed"/> |
147 | 139 | </owl:ObjectProperty> |
148 | 140 |
|
|
161 | 153 | <rdfs:domain rdf:resource="&knowrob;CognitiveTestPerformed"/> |
162 | 154 | </owl:ObjectProperty> |
163 | 155 |
|
164 | | - |
165 | | - |
166 | | - |
167 | | - |
168 | | - |
169 | | - |
170 | 156 | <!-- |
171 | 157 | /////////////////////////////////////////////////////////////////////////////////////// |
172 | 158 | // |
@@ -9855,6 +9841,16 @@ Note that a fictional or imaginary object (such as Frodo, Captain Queeg, or HAL9 |
9855 | 9841 | </owl:Class> |
9856 | 9842 |
|
9857 | 9843 |
|
| 9844 | + <!-- http://knowrob.org/kb/knowrob.owl#SpatialThing-Localized --> |
| 9845 | + |
| 9846 | + <owl:Class rdf:about="&knowrob;SpatialThing-Localized-Unspecified"> |
| 9847 | + <rdfs:subClassOf rdf:resource="&knowrob;SpatialThing"/> |
| 9848 | + <rdfs:comment rdf:datatype="&xsd;string">A specialization of both SpatialThing and TemporalThing. This is the collection of all spatial things, tangible or intangible, that can meaningfully be said to have location or position in the empirical universe. |
| 9849 | + |
| 9850 | +Examples of spatially-localized things include all PartiallyTangible things, such as trees and ships, as well as certain Intangible spatial things, like the EarthsEquator. Also included are those events that can be pinned-down to specific places (see Event-Localized), and thus all PhysicalEvents. Excluded from this collection are any SpatialThings that are not localized, such as -- arguably -- purely abstract geometrical figures (e.g. a Platonic sphere). |
| 9851 | + |
| 9852 | +Note that a fictional or imaginary object (such as Frodo, Captain Queeg, or HAL9000-TheComputer) is typically localized with respect to the universe of the fictional/imagnary context in which it is found, and so is an instance of SpatialThing-Localized with respect to that context.</rdfs:comment> |
| 9853 | + </owl:Class> |
9858 | 9854 |
|
9859 | 9855 | <!-- http://knowrob.org/kb/knowrob.owl#SpatialThingTypeByShape --> |
9860 | 9856 |
|
|
0 commit comments