Skip to content

Commit

Permalink
Updated context file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Mar 26, 2024
1 parent 4e2d4fe commit ff95c70
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions context/context.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit ff95c70

Please sign in to comment.