Hi! I am trying to investigate the options for exposing existing SKOS thesauri files in Drupal 8.
Functionality that I am looking for is:
1) Being able to use the SKOS thesaurus as a taxonomy for the drupal site.
2) Providing user-friendly access to the SKOS thesaurus, including free text search.
3) Keeping the original URIs intact.
Additionally, I think a SPARQL endpoint for the SKOS data would be welcome.
The module SKOS Importer (https://www.drupal.org/project/skos_importer) seems a good candidate, but it is not available for Drupal 8. I have just tried the module RDF Entity (https://www.drupal.org/project/rdf_entity), but it has technical issues.
Are there other options perhaps?