-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathIDO-alignment.html
More file actions
285 lines (284 loc) · 12.4 KB
/
Copy pathIDO-alignment.html
File metadata and controls
285 lines (284 loc) · 12.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<h3>IDO Alignment Module</h3>
<p>This section introduces the alignment of SSN with
<a href="https://rds.posccaesar.org/ontology/lis14/ont/core/">Industrial Data Ontology (IDO)</a>,
which is standardized as [[ISO23726-3-DIS]].
This serves to axiomatically clarify the intended meaning of SSN terms in terms of IDO and enable usage of SSN and
SOSA with IDO-aligned ontologies.
</p>
<p>
An RDF file containing a <a href="https://github.com/w3c/sdw-sosa-ssn/blob/gh-pages/ssn/rdf/ontology/alignments/sosa-ido.ttl">graph
corresponding to this alignment is available</a>.
</p>
<section id="IDO_Alignment-namespaces">
<h4>Namespaces</h4>
<p>The following namespace prefixes are used in the alignment of SOSA to IDO.</p>
<dl>
<dt>sosa:</dt>
<dd>
<a href="http://www.w3.org/ns/sosa/">http://www.w3.org/ns/sosa/</a>
</dd>
<dt>lis:</dt>
<dd>
<a href="https://rds.posccaesar.org/ontology/lis14/ont/core/">http://rds.posccaesar.org/ontology/lis14/rdl/</a>
</dd>
</dl>
</section>
<section id="IDO-Class-Alignments">
<h4>Class Alignments</h4>
<p>The upper-level classes from SSN are aligned with the IDO classes as follows.
The alignment of subclasses of these upper-level classes follows logically from these correspondences.
</p>
<p class="note">
The notation used in this section is described in <a href="#Alignment-notation"></a>.
</p>
<p class="note">
The definition of each IDO concept is displayed as a tooltip when hovering over the concept.
</p>
<ul class="align-on-symbol">
<li>
<span class="lhs"><a>sosa:Asset</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="An object that occupies space and possesses mass.">lis:PhysicalObject</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:Deployment</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="A temporal entity in which one or more physical objects participate.">lis:Activity</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:Execution</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="A temporal entity in which one or more physical objects participate.">lis:Activity</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:ExecutionCollection</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="A temporal entity in which one or more physical objects participate.">lis:Activity</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:FeatureOfInterest</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="An entity that is not dependent on other entities for existence, and which persists through time.">lis:Object</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:Procedure</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="An object that captures information about something.">lis:InformationObject</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:Property</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="A dependent entity that is present any time its bearer exists.">lis:Quality</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:Sample</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="An entity that is not dependent on other entities for existence, and which persists through time.">lis:Object</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:SampleCollection</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="An entity that is not dependent on other entities for existence, and which persists through time.">lis:Object</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:Stimulus</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="A temporal entity in which one or more physical objects participate.">lis:Activity</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:System</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="A 'functional object' with one or more functional parts whose functions contribute to its function.">lis:System</span>
</span>
</li>
</ul>
</section>
<section id="IDO-Property-Alignments">
<h4>Property Alignments</h4>
<p>The upper-level object properties from SSN are aligned with the IDO properties as follows.
The alignment of subproperties of these upper-level properties follows logically from these correspondences.
</p>
<p class="note">
The definition of each IDO property is displayed as a tooltip when hovering over the concept.
</p>
<ul class="align-on-symbol">
<li>
<span class="lhs"><a>sosa:deployedAsset</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs">
<span title="if x 'has passive participant' y, then x is a passive participant in y.">lis:hasPassiveParticipant</span>
</span>
</li>
<li>
<span class="lhs"><a>sosa:hasDeployment</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasPassiveParticipant">lis:passiveParticipantIn</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasFeatureOfInterest</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has participant' y, then x is an 'activity', and y is an 'object' that participates in x.">lis:hasParticipant</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasInput</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has content part' y, then x and y are information objects, and x 'has part' y.">lis:hasContentPart</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasInputValue</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="if x 'has passive participant' y, then x is a passive participant in y.">lis:hasPassiveParticipant</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasMember</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has part' y, then y is a part of x.">lis:hasPart</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasOutput</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has content part' y, then x and y are information objects, and x 'has part' y.">lis:hasContentPart</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasProperty</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has quality' y, then x is an 'object', and y is a 'quality' that is dependent on x.">lis:hasQuality</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasResult</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="if x 'creates' y, then x is an 'activity', y is an 'object', and x brings y into being.">lis:creates</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasSubSystem</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has functional part' y, then x is a 'system' of which y is a part, and y has one or more functions that contribute to the function of x.">lis:hasFunctionalPart</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hasUltimateFeatureOfInterest</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has participant' y, then x is an 'activity', and y is an 'object' that participates in x.">lis:hasParticipant</span></span>
</li>
<li>
<span class="lhs"><a>sosa:hosts</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x is 'located relative to' y, then x and y are 'object's with location in space.">lis:locatedRelativeTo</span></span>
</li>
<li>
<span class="lhs"><a>sosa:inputFor</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasContentPart">lis:contentPartOf</span></span>
</li>
<li>
<span class="lhs"><a>sosa:inputValueForExecution</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasPassiveParticipant">lis:passiveParticipantIn</span></span>
</li>
<li>
<span class="lhs"><a>sosa:isFeatureOfInterestOf</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasParticipant">lis:participantIn</span></span>
</li>
<li>
<span class="lhs"><a>sosa:isHostedBy</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x is 'located relative to' y, then x and y are 'object's with location in space.">lis:locatedRelativeTo</span></span>
</li>
<li>
<span class="lhs"><a>sosa:isMemberOf</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasPart">lis:partOf</span></span>
</li>
<li>
<span class="lhs"><a>sosa:isPropertyOf</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasQuality">lis:qualityOf</span></span>
</li>
<li>
<span class="lhs"><a>sosa:isResultOf</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:creates">lis:createdBy</span></span>
</li>
<li>
<span class="lhs"><a>sosa:isSubSystemOf</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasFunctionalPart">lis:functionalPartOf</span></span>
</li>
<li>
<span class="lhs"><a>sosa:madeBySystem</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has active participant' y, then x is an active participant in y.">lis:hasActiveParticipant</span></span>
</li>
<li>
<span class="lhs"><a>sosa:madeExecution</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasActiveParticipant">lis:activeParticipantIn</span></span>
</li>
<li>
<span class="lhs"><a>sosa:observationRelatedTo</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'occurs relative to' y, then x and y are 'temporal' entities, with temporal location.">lis:occursRelativeTo</span></span>
</li>
<li>
<span class="lhs"><a>sosa:originated</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'occurs relative to' y, then x and y are 'temporal' entities, with temporal location.">lis:occursRelativeTo</span></span>
</li>
<li>
<span class="lhs"><a>sosa:outputFor</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasContentPart">lis:contentPartOf</span></span>
</li>
<li>
<span class="lhs"><a>sosa:phenomenonOccurred</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:hasTemporalExtent">lis:temporalExtentOf</span></span>
</li>
<li>
<span class="lhs"><a>sosa:phenomenonTime</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'has temporal extent' y, then x is a 'temporal' entity, and y is a temporal region which is the temporal extent of x.">lis:hasTemporalExtent</span></span>
</li>
<li>
<span class="lhs"><a>sosa:relatedObservation</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'occurs relative to' y, then x and y are 'temporal' entities, with temporal location.">lis:occursRelativeTo</span></span>
</li>
<li>
<span class="lhs"><a>sosa:usedForExecution</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="inverse of lis:concretizes">lis:concretizedBy</span></span>
</li>
<li>
<span class="lhs"><a>sosa:usedProcedure</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'concretizes' y, then y is an 'information object', and x is a 'physical object' copy of y, or an 'activity' performance of y.">lis:concretizes</span></span>
</li>
<li>
<span class="lhs"><a>sosa:wasOriginatedBy</a></span>
<span class="symbol logic">⊑</span>
<span class="rhs"><span title="If x 'occurs relative to' y, then x and y are 'temporal' entities, with temporal location.">lis:occursRelativeTo</span></span>
</li>
</ul>
</section>