Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmzhao/rdf-label-indexer
https://github.com/bmzhao/rdf-label-indexer
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmzhao/rdf-label-indexer
- Owner: bmzhao
- Created: 2016-12-30T02:58:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T21:20:48.000Z (about 8 years ago)
- Last Synced: 2024-10-29T15:44:57.206Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# RDF Label Indexer
Takes all RDF triples in an ntriple file and indexes (Label, IRI) tuple objects into elasticsearch.
The motivation is for ease of fuzzy search on the label field, to retrieve the uri of the resource for yoda's label lookup service.Later we might want to also index the entire graph into ES for ease of search?