From ff95c702a8ebf5d9f29c8e0af1552bdb7caf04f6 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Tue, 26 Mar 2024 13:34:46 +0100 Subject: [PATCH] Updated context file --- context/context.json | 69 ++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/context/context.json b/context/context.json index 7f4f96c..226c32a 100644 --- a/context/context.json +++ b/context/context.json @@ -1,41 +1,42 @@ { - "@version": 1.1, + "@context": { + "@version": 1.1, - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "dcterms": "http://purl.org/dc/terms/", - "dcat": "http://www.w3.org/ns/dcat#", - "oteio": "https://w3id.org/emmo/domain/oteio#", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "dcterms": "http://purl.org/dc/terms/", + "dcat": "http://www.w3.org/ns/dcat#", + "oteio": "https://w3id.org/emmo/domain/oteio#", - "resources": "@nest", - "configuration": { - "@id": "oteio:configuration", - "@type": "@json" - }, + "resources": "@nest", + "configuration": { + "@id": "oteio:configuration", + "@type": "@json" + }, - "dataresource": { - "@id": "oteio:dataresource", - "@type": "oteio:DataResource", - "@nest": "resources" - }, - "downloadURL": "dcat:downloadURL", - "mediaType": "dcat:mediaType", - "license": "dcterms:license", + "dataresource": { + "@id": "oteio:dataresource", + "@type": "oteio:DataResource", + "@nest": "resources" + }, + "downloadURL": "dcat:downloadURL", + "mediaType": "dcat:mediaType", + "license": "dcterms:license", - "parse": { - "@id": "oteio:parse", - "@type": "oteio:Parse", - "@nest": "resources" - }, - "parserType": "oteio:parserType", - "datamodel": "oteio:datamodel", - - "mapping": { - "@id": "oteio:mapping", - "@type": "oteio:Mapping", - "@nest": "resources" - }, - "mappingType": "oteio:mappingType", - "prefixes": "oteio:prefixes", - "triples": "oteio:triples" + "parse": { + "@id": "oteio:parse", + "@type": "oteio:Parse", + "@nest": "resources" + }, + "parserType": "oteio:parserType", + "datamodel": "oteio:datamodel", + "mapping": { + "@id": "oteio:mapping", + "@type": "oteio:Mapping", + "@nest": "resources" + }, + "mappingType": "oteio:mappingType", + "prefixes": "oteio:prefixes", + "triples": "oteio:triples" + } }