From b6e95d737df393de33b4a062d56cb6a45d9bbd30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20W=C3=A5hlin?= Date: Fri, 20 Mar 2026 14:12:56 +0100 Subject: [PATCH] Add owl:deprecated mapping to context --- sys/context/shared.jsonld | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/context/shared.jsonld b/sys/context/shared.jsonld index 2b97a8ea..58440dca 100644 --- a/sys/context/shared.jsonld +++ b/sys/context/shared.jsonld @@ -34,6 +34,7 @@ "allValuesFrom": {"@id": "owl:allValuesFrom"}, "someValuesFrom": {"@id": "owl:someValuesFrom"}, "hasValue": {"@id": "owl:hasValue"}, + "deprecated": {"@id": "owl:deprecated"}, "domain": {"@id": "rdfs:domain", "@container": "@set"}, "range": {"@id": "rdfs:range", "@container": "@set"}, "domainIncludes": {"@id": "sdo:domainIncludes", "@container": "@set"},