Links

Disambiguation Service

Golden protocol service to disambiguate and deduplicate triple submissions. Includes step-by-step tutorial on disambiguation of triples using the GraphQL API.

Overview

The entity disambiguation service offers a method of querying the knowledge graph in order to identify specific entities based on input triple(s). This is an important service for those looking to accurately link new triple submissions to existing entities or prevent duplicate new entities from being created. This service is available through the GraphQL API and the Python SDK.

GraphQL API reference and technical information

The full API reference is available through the GraphQL API visual interface (GraphiQL). To view these docs click 'Docs' in the upper right corner of GraphiQL and search for disambiguateTriples. A JWT authentication token is not required to run this service.

Usage Guides