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" "@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"

Loading…
Cancel
Save