Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions ssn/chapters/OBOE-alignment.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<h3>OBOE Alignment Module</h3>
<p>
This section introduces the alignment of SOSA to [[OBOE]].
This section introduces the alignment of SSN with the Extensible Observation Ontology [[OBOE]].
</p>
<p>
OBOE, the Extensible Observation Ontology, is used within the biodiversity community for semantic representation of
OBOE is used within the biodiversity community for semantic representation of
observation data.
The ontology is composed of multiple modules.
The core observation elements are in the module <a href="https://github.com/NCEAS/oboe/">OBOE-core</a>.
</p>
<p style="text-align: center;">
The ontology IRI of the OBOE Alignment module is <a href="http://www.w3.org/ns/sosa/oboe">http://www.w3.org/ns/sosa/oboe</a><br>
The version IRI of the OBOE Alignment module 2023 edition is <a href="http://www.w3.org/ns/sosa/2023/oboe">http://www.w3.org/ns/sosa/2023/oboe</a>. This file additionally contains justifications for the alignment.
The ontology IRI of the OBOE Alignment module is
<a href="http://www.w3.org/ns/sosa/oboe">http://www.w3.org/ns/sosa/oboe</a><br>
The version IRI of the OBOE Alignment module 2023 edition is
<a href="http://www.w3.org/ns/sosa/2023/oboe">http://www.w3.org/ns/sosa/2023/oboe</a>.
This file additionally contains justifications for the alignment.
</p>

<section id="OBOE_Alignment_ns">
Expand All @@ -21,11 +24,11 @@ <h4>Namespaces</h4>
<dl>
<dt>sosa:</dt>
<dd>
<a href="http://www.w3.org/ns/sosa/">http://www.w3.org/ns/sosa/</a>
<a href="http://www.w3.org/ns/sosa/">http://www.w3.org/ns/sosa/</a>
</dd>
<dt>oboe:</dt>
<dd>
<a href="http://ecoinformatics.org/oboe/oboe.1.1/oboe-core.owl#">http://ecoinformatics.org/oboe/oboe.1.1/oboe-core.owl#</a>
<a href="http://ecoinformatics.org/oboe/oboe.1.1/oboe-core.owl#">http://ecoinformatics.org/oboe/oboe.1.1/oboe-core.owl#</a>
</dd>
</dl>
</section>
Expand All @@ -52,14 +55,14 @@ <h4>Class Alignments</h4>
<embed alt="OBOE core aligned to SOSA Observation and ObservationCollection" src="./images/OBOE-alignment.svg"
style="width:100%" />
<figcaption>
The OBOE core model (left), shown alongside the SOSA model including two levels of
The OBOE core model (left), shown alongside the SSN model including two levels of
<a>sosa:ObservationCollection</a> (right) with matching classes and properties aligned visually.
<br>
<em><a href="#Class-diagram">Explanation of the notation used in class diagrams</a></em>.
</figcaption>
</figure>
<p>
The primary classes from [[OBOE]] are aligned with SOSA classes as follows.
The primary classes from [[OBOE]] are aligned with SSN classes as follows.
</p>
<p class="note">
The notation used in this section is described in <a href="#Alignment-notation"></a>.
Expand Down Expand Up @@ -121,7 +124,7 @@ <h4>Class Alignments</h4>
<section id="OBOE_Alignment_property">
<h4>Property Alignments</h4>
<p>
The following properties from [[OBOE]] may be directly aligned with SOSA properties.
The following properties from [[OBOE]] may be directly aligned with SSN properties.
</p>
<ul class="align-on-symbol">
<li>
Expand Down Expand Up @@ -168,4 +171,4 @@ <h4>Property Alignments</h4>
<span class="rhs"><a>sosa:hasMember</a></span>
</li>
</ul>
</section>
</section>
Loading