On 06/03/13 19:09, Ahmed Sobhi wrote:
Hi,
I'm a jena newbie. I am trying to load the DBpedia's Ontology Infoxbox
properties
http://downloads.dbpedia.org/3.8/en/mappingbased_properties_en.ttl.bz2,
http://wiki.dbpedia.org/Downloads38#h227-1 into a Fuseki server running on
my machine.
For that I did the following
1. Create the tdb using the following command
java tdb.tdbloader --loc=dbpedia mappingbased_properties_en.ttl
2. Ran the server using the following
.\fuseki-server.bat --loc=../dbpedia /dbpedia
...
However, when specifying the subject instead, I get the correct results.
Any ideas why specifying the predicate or the object doesn't work?
Works for me.
Did the load finish cleanly before you started Fuseki?
Did you move the database after loading?
Which version are you using?
It could be the POS and OSP indexes are broken - how big are the POS.dat
and OSP.dat files?
Andy
Note: The exact query works just fine on DBpedia. I'm therefore suspecting
Fuseki but I'm unable to pinpoint the reason why it's not working