Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7349f24 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Mar 26, 2024
1 parent ddf1f51 commit d4b2307
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 0 deletions.
Empty file removed .gitignore
Empty file.
41 changes: 41 additions & 0 deletions context/context.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"@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#",

"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",

"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",

}
Loading

0 comments on commit d4b2307

Please sign in to comment.