scigraph context (preview)
# 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