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

Does ARC2 support reading and writing to default graph? #72

Closed
k00ni opened this issue Jun 30, 2015 · 4 comments
Closed

Does ARC2 support reading and writing to default graph? #72

k00ni opened this issue Jun 30, 2015 · 4 comments

Comments

@k00ni
Copy link
Collaborator

k00ni commented Jun 30, 2015

I am trying to find out how ARC2 supports default graph operations. Writing to default graphs seems to work:

INSERT DATA { http://example.org/a http://example.org/b http://example.org/c }

But afterwards the tables are still empty, nothing was inserted.

Same goes for the following SPARQL SELECT query:

SELECT * { http://example.org/a ?p ?o }

It gets passed, but returns nothing.

Any ideas?

@k00ni
Copy link
Collaborator Author

k00ni commented Oct 7, 2016

ping :)

@k00ni
Copy link
Collaborator Author

k00ni commented Jun 8, 2017

ping again :)

@bnowack
Copy link
Collaborator

bnowack commented Jun 9, 2017

Can't remember if ARC2 supports a default graph, to be honest. I think you always have to specify an "INTO".

@k00ni k00ni closed this as completed Jun 9, 2017
@k00ni
Copy link
Collaborator Author

k00ni commented Jun 9, 2017

Ok, thanks.

@k00ni k00ni changed the title Does ARC2 supports reading and writing to default graph? Does ARC2 support reading and writing to default graph? Jun 9, 2017
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

No branches or pull requests

2 participants