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

13 lines
270 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#"
},
"@id": "http://example.com/asset",
"@type": "ps:Asset",
"dc:creator": {}
}