18 lines
353 B
Text
Executable file
18 lines
353 B
Text
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"
|
|
}
|
|
}]
|
|
}
|