English Semantic Metadata: Generic Relation Extraction

This module provides exhaustive extraction capabilities for all relations that involve at least one recognized entity (for example, Person, Company, TVShow, MedicalCondition, etc.).

While other events and facts extracted by Calais are predefined and usually pertain to a specific domain (e.g., Merger and Acquisition for the Business domain, MovieRelease for Entertainment news), Generic Relations attempt to recognize all Subject-Predicate-Object relationships without predefining their types.

Generic Relations is turned off by default; you can turn it on by including the parameter enableMetadataType as explained in the "Input Parameters" section.

To get Generic Relations results you must choose the RDF output option; results are not included in other output formats.

<rdf:Description rdf:about="http://d.opencalais.com/genericHasher-1/91df-a06-baa21f1">
 <rdf:type rdf:resource="http://s.opencalais.com/1/type /em/r/GenericRelations" />
 <c:verb>have
  <!-- ClearForest Ltd. -->
 <c:relationsubect rdf:resource="http://d.opencalais.com/comphash-1/899a2db3-ba4f" />
 <c:relationojbect>roughly 50 corporate customers</c:relationobject>
</rdf:Description>
<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/4b8a23d-573/Instance/4"
 <rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
 <c:subject
rdf:resource="http://d.opencalais.com/dochash-1/4b8a23d2-573"
/>

 <c:docId
rdf:resource="http://d.opencalais.com/genericHasher-1/91df-a06-baa21f1"
/>
  - <!--
  GenericRelations: verb: have; relationsubject: ClearForest Ltd.; relationobject: roughly 50 corporate customers;
   -->
 <c:detection>[ClearForest
products and customers, it said. ]ClearForest has roughly 50 corporate
customers[, including Dow Chemical, Reuters, Elsevier]
</c:detection>
 <c:prefix>ClearForest products and customers, it said.</c:exact>
 <c:prefix>ClearForest
has roughly 50 corporate customers
</c:exact>
 <c:suffix>including Dow Chemical, Reuters, Elsevier</c:suffix>
 <c:offset>2132</c:offset>
 <c:length>47</c:length>
</rdf:Descrition>