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
27 changes: 16 additions & 11 deletions ssn/chapters/RDF-implementation.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ <h4>Dependencies</h4>
<section id="expressivity">
<h4>Expressivity</h4>
<p>
The SOSA modules contain the basic definitions of the core terms with axiomatization corresponding to the
RDFS-Plus profile [[RDFS-Plus]] &mdash; `rdf:type` (`ClassAssertion`), and using axioms `ObjectInverseOf`,
`SubClassOf` and `SubObjectPropertyOf` &mdash; together with key annotations `rdfs:label` , `skos:definition` ,
`schema:domainIncludes`, and/or `schema:rangeIncludes`, plus other annotations as required.
The SOSA modules contain the basic definitions of the core terms.
SOSA has axiomatization corresponding to the RDFS-Plus profile [[RDFS-Plus]] &mdash; `rdf:type`
(`ClassAssertion`), and using axioms `ObjectInverseOf`, `SubClassOf`, and `SubObjectPropertyOf`.
SOSA includes the key annotations `rdfs:label`, `skos:definition`, `schema:domainIncludes`, and/or
`schema:rangeIncludes`, plus other annotations as required.
Comment thread
dr-shorthair marked this conversation as resolved.
Inverses are named for all object properties.
</p>
<p class="note">
Expand All @@ -64,7 +65,8 @@ <h5>SOSA</h5>
<p style="text-align: center;">
The SOSA graph contains the core definitions.
<br>The ontology IRI of SOSA is <a href="http://www.w3.org/ns/sosa/">http://www.w3.org/ns/sosa/</a>.
<br>The version IRI of SOSA 2023 edition is <a href="http://www.w3.org/ns/sosa/2023/">http://www.w3.org/ns/sosa/2023/</a>.
<br>The version IRI of SOSA 2023 edition is
<a href="http://www.w3.org/ns/sosa/2023/">http://www.w3.org/ns/sosa/2023/</a>.
</p>

<p style="text-align: center;">
Expand Down Expand Up @@ -92,7 +94,8 @@ <h5>SSN</h5>
<p style="text-align: center;">
The SSN graph contains the full axiomatization of the core terms.
<br>The ontology IRI of SSN is <a href="http://www.w3.org/ns/ssn/">http://www.w3.org/ns/ssn/</a>.
<br>The version IRI of SSN 2023 edition is <a href="http://www.w3.org/ns/ssn/2023/">http://www.w3.org/ns/ssn/2023/</a>.
<br>The version IRI of SSN 2023 edition is
<a href="http://www.w3.org/ns/ssn/2023/">http://www.w3.org/ns/ssn/2023/</a>.
</p>

<p style="text-align: center;">
Expand All @@ -109,11 +112,13 @@ <h5>SSN</h5>
</p>

<p class="note">
The RDF files of the 2017 edition remain available at their permanent version IRI, which is obtained by substituting
<code>/sosa</code> with <code>/sosa/2017</code>, and <code>/ssn</code> with <code>/ssn/2017</code>. Similarly, the RDF
files of the 2023 edition will remain available at their permanent version IRI, which is obtained by substituting
<code>/sosa</code> with <code>/sosa/2023</code>, and <code>/ssn</code> with <code>/ssn/2023</code>.
</p>
The RDF files of the 2017 edition remain available at their permanent version IRI, which is obtained by
replacing <code>/sosa</code> with <code>/sosa/2017</code>, and <code>/ssn</code> with
<code>/ssn/2017</code>.
Similarly, the RDF files of the 2023 edition will remain available at their permanent version IRI, which is
obtained by replacing <code>/sosa</code> with <code>/sosa/2023</code>, and <code>/ssn</code> with
<code>/ssn/2023</code>.
Comment thread
dr-shorthair marked this conversation as resolved.
</p>
</section>

</section>
Expand Down
Loading