Relationship extraction examples

This topic provides examples of how the i2 TextChart extraction process identifies relationships from plain text.

  1. "...Imam Samudra claimed he was beaten by Indonesian police after his capture."

    <PSO type="PersonToOrg">
      <predicate>was beaten by</predicate>
      <subject>he</subject>
      <object>indonesian police</object>
    </PSO>
  2. "...CBS News, reporting on the SARS outbreak and other stories."

    <PSO type="OrgToDisease">
      <predicate>, reporting on the</predicate>
      <subject>cbs news</subject>
      <object>sars</object>
    </PSO>
  3. "Admission: $5 and $8. Ogden Memorial Church, Main Street."

    <PSO type="FacilityToMoney">
      <predicate>.</predicate>
      <subject>ogden memorial church</subject>
      <object>$8</object>
    </PSO>