Skip to content

Instantly share code, notes, and snippets.

@lambdamusic
Last active April 4, 2024 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lambdamusic/440c966550a976d5d27e4bcafcc50151 to your computer and use it in GitHub Desktop.
Save lambdamusic/440c966550a976d5d27e4bcafcc50151 to your computer and use it in GitHub Desktop.
SciGraph context (preview) #jsonld
# source: https://github.com/springernature/scigraph/blob/master/2018Q3/context/scigraph.json
{
"@context": {
"@vocab": "http://schema.org/",
"@base": null,
"sg": "http://scigraph.springernature.com/id/",
"sgo": "http://scigraph.springernature.com/ontologies/core/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"dc": "http://purl.org/dc/elements/1.1/",
"dcterms": "http://purl.org/dc/terms/",
"schema": "http://schema.org/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"foaf": "http://xmlns.com/foaf/0.1/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"id": "@id",
"type": "@type",
"sdSource": {
"@id": "sgo:sdSource",
"@type": "@id"
},
"sdDataset": {
"@id": "sgo:sdDataset"
},
"isCurrent": {
"@id": "sgo:isCurrent",
"@type": "Boolean"
},
"author": {
"@id": "schema:author",
"@container": "@list"
},
"editor": {
"@id": "schema:editor",
"@container": "@list"
},
"inDefinedTermSet": {
"@id": "schema:inDefinedTermSet",
"@type": "@id"
},
"sameAs": {
"@id": "schema:sameAs",
"@type": "@id",
"@container": "@set"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment