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

15 lines
302 B
Plaintext
Executable file

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