Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleMultiplicative Event Output Example
{
    //...
    "associations" : [
        {
           "entity1" : "secular/political/anarchist from sri lanka",
           "entity1_index" : "secular/political/anarchist from sri lanka/personperpetrator",
           "verb" : "attacked",
           "verb_category" : "assault/attack",
           "entity2" : "targeted, police, adult from sri lanka",
           "entity2_index" : "targeted, police, adult from sri lanka/victimtype",
           "time_start" : "09/07/2005",
           "geotag" : {
                "lat" : "7.7166667",
                "lon" : "81.7"
           },
           "geo_index" : "batticaloa,north eastern province,sri lanka/location",
           "assoc_type" : "Event"
        },
        {
           "entity1" : "secular/political/anarchist from sri lanka",
           "entity1_index" : "secular/political/anarchist from sri lanka/personperpetrator",
           "verb" : "attacked",
           "verb_category" : "assault/attack",
           "entity2" : "targeted, military, adult, combatant from sri lanka",
           "entity2_index" : "targeted, military, adult, combatant from sri lanka/victimtype",
           "time_start" : "09/07/2005",
           "geotag" : {
                "lat" : "7.7166667",
                "lon" : "81.7"
           },
           "geo_index" : "batticaloa,north eastern province,sri lanka/location",
           "assoc_type" : "Event"
        }
    ],
    //...
}
Info
  • If the "iterateOver" field contains neither "," or "/" then it is treated as an iterator over a metadata field, just as described under Specifying Entities.
  • To iterate over a single entity, use "dummy", eg "iterateOver": "ENTITY_TYPE/dummy".

 

Further Reading