- From: Laurence Rowe <l@lrowe.co.uk>
- Date: Tue, 11 Mar 2014 20:38:21 -0700
- To: public-linked-json@w3.org
Received on Wednesday, 12 March 2014 10:35:40 UTC
Given a json-ld document like the following, is it possible to specify a
context such that the types and property names get prefixed with different
base urls?
{
"@type": ["organism", "item"],
"@id": "/organisms/human",
"name": "human",
"scientific_name": "Homo sapiens",
"taxon_id": "9606"
}
Laurence
Received on Wednesday, 12 March 2014 10:35:40 UTC