mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 20:42:27 +00:00
c090501534
* Add parameters as an entity in the schema * Update examples to include parameters * Change the API for processing plugins, params is a parameter again, instead of only adding the request. * Update tests
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"@context": "http://mixedemotions-project.eu/ns/context.jsonld",
|
|
"@id": "http://example.com#NIFExample",
|
|
"@type": "results",
|
|
"analysis": [
|
|
],
|
|
"entries": [
|
|
{
|
|
"nif:beginIndex": 0,
|
|
"nif:endIndex": 40,
|
|
"text": "An entry should have a nif:isString key"
|
|
}
|
|
]
|
|
}
|