summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0039-out.jsonld
blob: cfd1e6f74ca7738c324c56ebccfce52e7766dfa8 (plain)
1
2
3
4
5
6
7
8
9
{
   "@id": "http://example.com/graph/1",
   "@graph": [
     {
        "@id": "http://example.com/node/1",
        "http://example.com/property": "property"
     }
   ]
}