- From: Lukas Rosenstock <lukas@cloudobjects.io>
- Date: Wed, 10 May 2017 12:04:17 +0200
- To: "public-linked-json@w3.org" <public-linked-json@w3.org>
Received on Wednesday, 10 May 2017 11:29:22 UTC
Hello everyone!
I’m curious if there’s any existing work on specifying a JSON-LD context as JSON-LD itself or any other RDF representation; in other words to express the term definitions as Linked Data.
In a system in which all data is stored as RDF and an API provides access through different RDF serializations including JSON-LD it could be helpful to store and express a context in the same format as the data itself.
For example this context
{
"name" : "http://example.com/name"
}
could look like this in RDF
{
"@id" : "urn:samplecontext",
"jsonld:definesTerm" : {
"@type" : "jsonld:TermDefinition"
"jsonld:hasKey" : "name",
"jsonld:hasUri" : { "@id" : "http://example.com/name" }
}
}
Is someone doing work on this or, if not, would there be anyone interested in this, too?
Regards,
Lukas Rosenstock
https://cloudobjects.io/
Received on Wednesday, 10 May 2017 11:29:22 UTC