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

Compare rdf libraries for query efficiency #167

Closed
mpsonntag opened this issue Sep 2, 2017 · 2 comments
Closed

Compare rdf libraries for query efficiency #167

mpsonntag opened this issue Sep 2, 2017 · 2 comments
Labels

Comments

@mpsonntag
Copy link
Contributor

Use the Example Queries from #142 and #148 on a graph combining all example files with different rdf libraries. Provide a graph to compare the efficiency of the different libraries.

@mpsonntag mpsonntag added the RDF label Sep 2, 2017
@mpsonntag
Copy link
Contributor Author

In addition to the two queries mentioned above, use an additional very simple query as discussed before:

q2 = prepareQuery("""SELECT ?s
           WHERE {
              ?d rdf:type odml:Document .
              ?d odml:hasSection ?s .
              ?s odml:hasType "Recording"
           }""", initNs={"odml": Namespace("https://g-node.org/projects/odml-rdf#"),
                         "rdf": RDF})

@mpsonntag
Copy link
Contributor Author

We are sticking withrdflib. Closing issue.

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

1 participant