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

Please provide a code example that shows how to create a Jena Model instance #1

Closed
egonw opened this issue Dec 10, 2015 · 2 comments
Closed
Labels

Comments

@egonw
Copy link

egonw commented Dec 10, 2015

Because then I know how to run a SPARQL query against a HDT file...

@artob
Copy link
Contributor

artob commented Dec 10, 2015

👍

@egonw
Copy link
Author

egonw commented Dec 10, 2015

I found a code example:

// Create Jena Model on top of HDT.
HDTGraph graph = new HDTGraph(hdt);
Model model = ModelFactory.createModelForGraph(graph);

@egonw egonw closed this as completed Dec 10, 2015
@artob artob added the question label Jun 13, 2016
mielvds pushed a commit that referenced this issue Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants