lincd-jsonld-store
Version:
21 lines (20 loc) • 598 B
JSON
{
"@context": {
"dc": "http://purl.org/dc/elements/1.1/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"jsonld-store": "http://lincd.org/ont/jsonld-store"
},
"@graph": [
{
"@id": "jsonld-store:JSONLD_Store",
"@type": "rdfs:Class",
"rdfs:comment": "Abstract class for JSONLD Stores. Stores that extend this class store quads as JSONLD",
"rdfs:isDefinedBy": {
"@id": "jsonld-store:"
},
"rdfs:label": "JSONLD Store"
}
]
}