This library includes interfaces to access the DBpedia, Wikidata and Google Knowledge Graphs via look-up and SPARQL Endpoint. It was originally implemented to match tabular data to knowledge graphs.
- SemAIDA: Semantic Technologies for the AIDA project
- SemTab: Semantic Web Challenge on Tabular Data to Knowledge Graph Matching
- Java Version
- Python 3
- Owlready2: pip3 install Owlready2
- SPARQLWrapper: pip3 install SPARQLWrapper
- urllib: pip3 install urllib.request, pip3 install urllib.parse (probably not required)