mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-01 07:41:42 +00:00
b543a4614e
* Added debug Dockerfile/Makefile * Validation of examples in docs
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"@context": "http://mixedemotions-project.eu/ns/context.jsonld",
|
|
"@id": "http://example.com#NIFExample",
|
|
"@type": "results",
|
|
"analysis": [
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|