jsonld-ex/test/data/json-ld.org-test-suite/frame-0010-out.jsonld
2017-03-24 23:08:41 +01:00

19 lines
353 B
Plaintext
Executable file

{
"@context": {
"dc": "http://purl.org/dc/terms/",
"dc:creator": {
"@type": "@id"
},
"foaf": "http://xmlns.com/foaf/0.1/",
"ps": "http://purl.org/payswarm#"
},
"@graph": [{
"@id": "http://example.com/asset",
"@type": "ps:Asset",
"dc:creator": {
"@id": "_:b0",
"foaf:name": "John Doe"
}
}]
}