Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to query RDF files #67

Open
Abbe98 opened this issue May 5, 2023 · 1 comment
Open

Make it possible to query RDF files #67

Abbe98 opened this issue May 5, 2023 · 1 comment
Labels
🏅 enhancement New feature or request

Comments

@Abbe98
Copy link
Collaborator

Abbe98 commented May 5, 2023

Sometimes when one is working with small datasets, commonly ontologies or catalogs, it can be cumbersome to spin up a SPARQL server just to index and query your local "ontology.ttl" or "catalog.rdf" files.

It could also simplify CI such projects in cases where these files are a part of the repository.

How?

We should(could?) embed a SPARQL engine into Snowman.

@Abbe98 Abbe98 added the 🏅 enhancement New feature or request label May 5, 2023
@Abbe98
Copy link
Collaborator Author

Abbe98 commented May 5, 2023

A possibly way forward is to add C-bindings to Oxigraph and talk to it using Cgo.

A non-option is to implement SPARQL on our end but I rather rewrite Snowman in Rust if it comes to that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏅 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant