jsonld-ex/test/data/json-ld.org-test-suite/frame-0010-frame.jsonld

13 lines
270 B
Text
Raw Normal View History

{
"@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": {}
}