-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Kasi Chonpimai edited this page Dec 6, 2016
·
4 revisions
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.
- DBPedia
- Google Knowledge Graph API
- Microsoft Concept Graph
- GeoNames
- GDELT Project
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.
- Entity Search
- Graph Builder