mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 20:42:27 +00:00
8a516d927e
Check out the CHANGELOG.md file for more information
19 lines
479 B
JSON
19 lines
479 B
JSON
{
|
|
"@context": "http://mixedemotions-project.eu/ns/context.jsonld",
|
|
"@id": "me:Result1",
|
|
"@type": "results",
|
|
"activities": [ ],
|
|
"entries": [
|
|
{
|
|
"@id": "http://example.org#char=0,40",
|
|
"@type": [
|
|
"nif:RFC5147String",
|
|
"nif:Context"
|
|
],
|
|
"nif:beginIndex": 0,
|
|
"nif:endIndex": 40,
|
|
"nif:isString": "My favourite actress is Natalie Portman"
|
|
}
|
|
]
|
|
}
|