opensemanticsearch / open-semantic-search-apps

Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
https://opensemanticsearch.org/
GNU General Public License v3.0
95 stars 37 forks source link

Import entities by SPARQL SELECT #21

Closed Mandalka closed 6 years ago

Mandalka commented 6 years ago

Support custom fields SPARQL SELECT statement results for import of named entites, too instead of only labels in RDF graph from CONSTRUCT or DESCRIBE statements.

Mandalka commented 6 years ago

Ontologies Manager now supports import of entities from custom fields / results of SPARQL SELECT statements, too.