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

Use the right method to get graph_names #14

Merged
merged 1 commit into from
Dec 7, 2016

Conversation

kbogtob
Copy link
Contributor

@kbogtob kbogtob commented Dec 7, 2016

Use the right method to get graph_names
Use RDF::Spec shared example

Following the usage of RDF 2.0, instead of the #contexts method, we should now have the #graph_names method on Repositories. This inconsistent change induced the issue #13.

The RDF::Sesame::Repository API changed and the #contexts method became #graph_names, as it should have been to follow the new RDF 2.0 RDF::Repository API.

I added the inclusion of shared RDF 2.0 Repository specs.

K

Use RDF::Spec shared example
@abrisse abrisse merged commit 73f9103 into ruby-rdf:rdf-2.0 Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants