opensemanticsearch / open-semantic-search

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
https://opensemanticsearch.org
GNU General Public License v3.0
943 stars 164 forks source link

UI for RDF import from Triplestore (SPARQL) #30

Open opensemanticsearch opened 7 years ago

opensemanticsearch commented 7 years ago

Add ETL web app / web UI for data import from Triplestore (SPARQL) to datasources UI

Mandalka commented 7 years ago

Plan:

Django UI for Open Semantic ETL etl_sparql based on Open Semantic ETL plugin enhance_rdf based on RDFLib features

SPARQLStore a read-only wrapper around a remote SPARQL Query endpoint

sparqlstore_example Module A simple example showing how to use the SPARQLStore

Mandalka commented 6 years ago

Connector/ingest tool for import of data for search within this data (not for structure by this data, vocabulary or entities like in ontologies manager) implemented.