From 141720a451baf6e42afb9a07c1723660db222379 Mon Sep 17 00:00:00 2001 From: Simon Cox Date: Sun, 30 Aug 2026 12:15:00 +1000 Subject: [PATCH 1/3] Minor clarifications - RDF implementation --- ssn/chapters/RDF-implementation.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/ssn/chapters/RDF-implementation.html b/ssn/chapters/RDF-implementation.html index c71ff89a..307f5ebf 100644 --- a/ssn/chapters/RDF-implementation.html +++ b/ssn/chapters/RDF-implementation.html @@ -34,10 +34,11 @@

Dependencies

Expressivity

- The SOSA modules contain the basic definitions of the core terms with axiomatization corresponding to the - RDFS-Plus profile [[RDFS-Plus]] — `rdf:type` (`ClassAssertion`), and using axioms `ObjectInverseOf`, - `SubClassOf` and `SubObjectPropertyOf` — 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]] — `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. Inverses are named for all object properties.

@@ -64,7 +65,8 @@

SOSA

The SOSA graph contains the core definitions.
The ontology IRI of SOSA is http://www.w3.org/ns/sosa/. -
The version IRI of SOSA 2023 edition is http://www.w3.org/ns/sosa/2023/. +
The version IRI of SOSA 2023 edition is + http://www.w3.org/ns/sosa/2023/.

@@ -92,7 +94,8 @@

SSN

The SSN graph contains the full axiomatization of the core terms.
The ontology IRI of SSN is http://www.w3.org/ns/ssn/. -
The version IRI of SSN 2023 edition is http://www.w3.org/ns/ssn/2023/. +
The version IRI of SSN 2023 edition is + http://www.w3.org/ns/ssn/2023/.

@@ -109,11 +112,13 @@

SSN

- The RDF files of the 2017 edition remain available at their permanent version IRI, which is obtained by substituting - /sosa with /sosa/2017, and /ssn with /ssn/2017. Similarly, the RDF - files of the 2023 edition will remain available at their permanent version IRI, which is obtained by substituting - /sosa with /sosa/2023, and /ssn with /ssn/2023. -

+ The RDF files of the 2017 edition remain available at their permanent version IRI, which is obtained by + substituting /sosa with /sosa/2017, and /ssn with + /ssn/2017. + Similarly, the RDF files of the 2023 edition will remain available at their permanent version IRI, which is + obtained by substituting /sosa with /sosa/2023, and /ssn with + /ssn/2023. +

From 867d7821bce79373b9639a7b51189f3cda9469ac Mon Sep 17 00:00:00 2001 From: Simon Cox Date: Wed, 2 Sep 2026 10:02:20 +1000 Subject: [PATCH 2/3] Update ssn/chapters/RDF-implementation.html Co-authored-by: Ted Thibodeau Jr --- ssn/chapters/RDF-implementation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssn/chapters/RDF-implementation.html b/ssn/chapters/RDF-implementation.html index 307f5ebf..4a0d4237 100644 --- a/ssn/chapters/RDF-implementation.html +++ b/ssn/chapters/RDF-implementation.html @@ -113,10 +113,10 @@
SSN

The RDF files of the 2017 edition remain available at their permanent version IRI, which is obtained by - substituting /sosa with /sosa/2017, and /ssn with + replacing /sosa with /sosa/2017, and /ssn with /ssn/2017. Similarly, the RDF files of the 2023 edition will remain available at their permanent version IRI, which is - obtained by substituting /sosa with /sosa/2023, and /ssn with + obtained by replacing /sosa with /sosa/2023, and /ssn with /ssn/2023.

From 7f57ace2f0532578e8629fbf25b62ed7cf0bd3bb Mon Sep 17 00:00:00 2001 From: Simon Cox Date: Wed, 2 Sep 2026 10:02:40 +1000 Subject: [PATCH 3/3] Update ssn/chapters/RDF-implementation.html Co-authored-by: Ted Thibodeau Jr --- ssn/chapters/RDF-implementation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssn/chapters/RDF-implementation.html b/ssn/chapters/RDF-implementation.html index 4a0d4237..5a36b0c4 100644 --- a/ssn/chapters/RDF-implementation.html +++ b/ssn/chapters/RDF-implementation.html @@ -36,8 +36,8 @@

Expressivity

The SOSA modules contain the basic definitions of the core terms. SOSA has axiomatization corresponding to the RDFS-Plus profile [[RDFS-Plus]] — `rdf:type` - (`ClassAssertion`), and using axioms `ObjectInverseOf`, `SubClassOf` and `SubObjectPropertyOf`. - SOSA includes the key annotations `rdfs:label` , `skos:definition` , `schema:domainIncludes`, and/or + (`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. Inverses are named for all object properties.