From 9d83967cc4c8df00504faf6bd31aa61e6dc092ab Mon Sep 17 00:00:00 2001 From: Andrea Cimmino Arriaga Date: Mon, 12 Jan 2026 17:09:41 +0100 Subject: [PATCH 1/2] Create evaluation.json --- contexts/evaluation.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 contexts/evaluation.json diff --git a/contexts/evaluation.json b/contexts/evaluation.json new file mode 100644 index 0000000..524daf5 --- /dev/null +++ b/contexts/evaluation.json @@ -0,0 +1,33 @@ +{ + "@context": { + "sotw" : "https://w3id.org/force/sotw#", + "EvaluationRequest" : "https://w3id.org/force/sotw#EvaluationRequest", + "evaluatedAction" : { + "@id" : "https://w3id.org/force/sotw#evaluatedAction", + "@type" : "@id" + }, + "evaluatedParty" : { + "@id" : "https://w3id.org/force/sotw#evaluatedParty", + "@type" : "@id" + }, + "evaluatedTarget" : { + "@id" : "https://w3id.org/force/sotw#evaluatedTarget", + "@type" : "@id" + }, + "requestParameters" : { + "@id" : "https://w3id.org/force/sotw#requestParameter", + "@context" : { + "RequestParameter" : "sotw:RequestParameter", + "DataFeature" : "sotw:DataFeature", + "value" : { + "@id" : "https://w3id.org/force/sotw#value", + "@type" : "xsd:string" + }, + "describesFeature" : { + "@id" : "https://w3id.org/force/sotw#describesFeature", + "@type" : "@id" + } + } + } + } + } From 10ff90e9c448ee05db9b4ad42d345395d21b99a2 Mon Sep 17 00:00:00 2001 From: Andrea Cimmino Arriaga Date: Mon, 12 Jan 2026 17:18:35 +0100 Subject: [PATCH 2/2] Create sotw.json --- contexts/sotw.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 contexts/sotw.json diff --git a/contexts/sotw.json b/contexts/sotw.json new file mode 100644 index 0000000..e5d15b7 --- /dev/null +++ b/contexts/sotw.json @@ -0,0 +1,16 @@ +{ + "@context" : { + "sotw" : "https://w3id.org/force/sotw#", + "SotW" : "sotw:SotW", + "context" :{ + "@id" : "sotw:context", + "@context" : { + "conditionId" : { + "@id" : "sotw:conditionId", + "@type" : "@id" + } + } + + } + } + }