Entries should be a set instead of lists

This allows for better framing when two entries have the same @id
pull/10/merge
J. Fernando Sánchez 8 years ago
parent 2dbdb58b06
commit ceed9b97d0

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

Loading…
Cancel
Save