Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 2.02 KB

File metadata and controls

22 lines (13 loc) · 2.02 KB
description
Golden protocol service to disambiguate and deduplicate triple submissions. Includes step-by-step tutorial on disambiguation of triples using the GraphQL API.

Disambiguation Service

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

Python SDK disambiguation tutorial

A full walkthrough on how to use the Python SDK (godel) to disambiguate entities and triples.python-sdk-disambiguation-tutorial.md

GraphQL API disambiguation tutorial

Learn how to use the disambiguation service through the GraphQL APIgraphql-api-disambiguation-tutorial.md