From cbcbfc93759ffd456ab19f93faa4c769ff0d107d Mon Sep 17 00:00:00 2001 From: Chris Little Date: Wed, 17 Dec 2025 14:14:03 +0000 Subject: [PATCH 1/6] Update prefixes.yaml Add metocean prefix for European Met services extra metadata. --- _data/prefixes.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/prefixes.yaml b/_data/prefixes.yaml index 01a600d..81aa57e 100644 --- a/_data/prefixes.yaml +++ b/_data/prefixes.yaml @@ -9,3 +9,4 @@ qudt: http://qudt.org/schema/qudt# ignf: http://data.ign.fr/def/ignf# inspiregloss: http://inspire.ec.europa.eu/glossary/ rel: http://www.iana.org/assignments/relation/ +metocean: https://api.meteogate.eu/profiles/metocean/covjson From 4b390d08ed1ba6c668a0236b27443662616e3455 Mon Sep 17 00:00:00 2001 From: Chris Little Date: Wed, 17 Dec 2025 14:28:51 +0000 Subject: [PATCH 2/6] Update prefixes.yaml Update draft ssn reference and add sosa reference --- _data/prefixes.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/prefixes.yaml b/_data/prefixes.yaml index 81aa57e..b951d64 100644 --- a/_data/prefixes.yaml +++ b/_data/prefixes.yaml @@ -1,7 +1,7 @@ covjson: https://covjson.org/def/core# covjsondt: https://covjson.org/def/domainTypes# xsd: http://www.w3.org/2001/XMLSchema# -ssn: http://www.w3.org/2005/Incubator/ssn/ssnx/ssn# +ssn: http://www.w3.org/ns/sosa# skos: http://www.w3.org/2004/02/skos/core# dct: http://purl.org/dc/terms/ hydra: http://www.w3.org/ns/hydra/core# @@ -10,3 +10,4 @@ ignf: http://data.ign.fr/def/ignf# inspiregloss: http://inspire.ec.europa.eu/glossary/ rel: http://www.iana.org/assignments/relation/ metocean: https://api.meteogate.eu/profiles/metocean/covjson +sosa: http://www.w3.org/ns/sosa# From c3e6952445cc469b74062630776051d30b0ed37c Mon Sep 17 00:00:00 2001 From: Chris Little Date: Wed, 17 Dec 2025 20:56:11 +0000 Subject: [PATCH 3/6] Update context.jsonld Use SOSA rather than SSN for definition of `observedProperty` --- context.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.jsonld b/context.jsonld index a0028d4..c5361fc 100644 --- a/context.jsonld +++ b/context.jsonld @@ -51,7 +51,7 @@ "Parameter": "covjson:Parameter", "parameters": { "@id": "covjson:parameter", "@type": "@id", "@container": "@index" }, - "observedProperty": "ssn:observedProperty", + "observedProperty": "sosa:observedProperty", "categoryEncoding": "covjson:categoryEncoding", "ParameterGroup": "covjson:ParameterGroup", "members": { "@id": "covjson:member", "@type": "@vocab", "@container": "@set" }, From 8c17ccb88c3927d680a3ae76fc36436dac33168f Mon Sep 17 00:00:00 2001 From: Chris Little Date: Tue, 13 Jan 2026 15:57:37 +0000 Subject: [PATCH 4/6] Update prefixes.yaml Leave legacy `ssn:` prefix and add current `sosa:` prefix --- _data/prefixes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/prefixes.yaml b/_data/prefixes.yaml index b951d64..9fd2c40 100644 --- a/_data/prefixes.yaml +++ b/_data/prefixes.yaml @@ -1,7 +1,7 @@ covjson: https://covjson.org/def/core# covjsondt: https://covjson.org/def/domainTypes# xsd: http://www.w3.org/2001/XMLSchema# -ssn: http://www.w3.org/ns/sosa# +ssn: http://www.w3.org/2005/Incubator/ssn/ssnx/ssn# skos: http://www.w3.org/2004/02/skos/core# dct: http://purl.org/dc/terms/ hydra: http://www.w3.org/ns/hydra/core# From ab074d32bb8f2f98b9e45a1aa47cadc057ebb216 Mon Sep 17 00:00:00 2001 From: Chris Little Date: Thu, 5 Feb 2026 16:24:20 +0000 Subject: [PATCH 5/6] Update prefixes.yaml `metocean:` prefix replaced with reduced scope `meteogate:` prefix --- _data/prefixes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/prefixes.yaml b/_data/prefixes.yaml index 9fd2c40..71ef032 100644 --- a/_data/prefixes.yaml +++ b/_data/prefixes.yaml @@ -9,5 +9,5 @@ qudt: http://qudt.org/schema/qudt# ignf: http://data.ign.fr/def/ignf# inspiregloss: http://inspire.ec.europa.eu/glossary/ rel: http://www.iana.org/assignments/relation/ -metocean: https://api.meteogate.eu/profiles/metocean/covjson +meteogate: https://api.meteogate.eu/profiles/metocean/covjson sosa: http://www.w3.org/ns/sosa# From 8a72284d8433a9b736c08e603bcbdd461ad91328 Mon Sep 17 00:00:00 2001 From: Chris Little Date: Thu, 5 Feb 2026 16:28:29 +0000 Subject: [PATCH 6/6] Update context.jsonld Added the four comprehensive optional SOSA properties for `Parameter` --- context.jsonld | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/context.jsonld b/context.jsonld index c5361fc..7b8a7e7 100644 --- a/context.jsonld +++ b/context.jsonld @@ -51,7 +51,12 @@ "Parameter": "covjson:Parameter", "parameters": { "@id": "covjson:parameter", "@type": "@id", "@container": "@index" }, + "observedProperty": "sosa:observedProperty", + "usedProcedure": "sosa:usedProcedure" + "madeBySensor": "sosa:madeBySensor" + "hasFeatureOfInterest": "sosa:hasFeatureOfInterest" + "categoryEncoding": "covjson:categoryEncoding", "ParameterGroup": "covjson:ParameterGroup", "members": { "@id": "covjson:member", "@type": "@vocab", "@container": "@set" },