Skip to content
Kasi Chonpimai edited this page Dec 6, 2016 · 4 revisions

What is it?

Knowledge API is an API server that accumulates knowledge data from multiple sources. The current goal is to provide two functionalities. First, to search for entities using keyword and type. Second, to build a knowledge graph with one or more anchor points. The graph would contain entities and relationships related to those anchor points.

(Potential) Data sources

  • DBPedia
  • Google Knowledge Graph API
  • Microsoft Concept Graph
  • GeoNames
  • GDELT Project

Limitation

The API would fetch and process data from multiple sources in a very specific way. It is not for general knowledge graph queries. Obviously, using SPARQL to query data is not possible.

APIs

  • Entity Search
  • Graph Builder
Clone this wiki locally