1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 17:01:43 +00:00

Entries should be a set instead of lists

This allows for better framing when two entries have the same @id
This commit is contained in:
J. Fernando Sánchez 2017-01-10 17:01:28 +01:00
parent 2dbdb58b06
commit ceed9b97d0

View File

@ -16,16 +16,20 @@
"@id": "me:hasEntities" "@id": "me:hasEntities"
}, },
"suggestions": { "suggestions": {
"@id": "me:hasSuggestions" "@id": "me:hasSuggestions",
"@container": "@set"
}, },
"emotions": { "emotions": {
"@id": "onyx:hasEmotionSet" "@id": "onyx:hasEmotionSet",
"@container": "@set"
}, },
"sentiments": { "sentiments": {
"@id": "marl:hasOpinion" "@id": "marl:hasOpinion",
"@container": "@set"
}, },
"entries": { "entries": {
"@id": "prov:used" "@id": "prov:used",
"@container": "@set"
}, },
"analysis": { "analysis": {
"@id": "prov:wasGeneratedBy" "@id": "prov:wasGeneratedBy"