semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

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

Closed k00ni closed 7 years ago

k00ni commented 9 years ago

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 commented 8 years ago

ping :)

k00ni commented 7 years ago

ping again :)

bnowack commented 7 years ago

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

k00ni commented 7 years ago

Ok, thanks.