Questions tagged [arc2]

ARC2 is a PHP 5.3 library for working with RDF. It also provides a MySQL-based triplestore with SPARQL support.

Resources

17 questions
0
votes
1 answer

Get city names from dbpedia with ARC2 using CONSTRUCT

I am trying to fill my rdf with Spanish city names from Dbpedia But... nothing is extracted. I do it with the ARC2 library 'my_db', 'db_user' =>…
elka
  • 25
  • 3
0
votes
1 answer

How to get `filter not exists` query working with ARC2?

I have an ARC2 based RDF store setup and filled with some data. The following query returns the expected results (all URIs of things of type vcard:Individual or foaf:Person) when I run it without the FILTER NOT EXISTS part: PREFIX rdf:…
hielsnoppe
  • 2,819
  • 3
  • 31
  • 56
1
2