Hi,
I was able to reproduce problem with error predicate statistics related to 
context-index : 
Owlim b5849, Sesame 2.6.10, Linux RHEL, Java 7 64 bit, Tomcat 7



1. Edit test.ttl to correctly import foo.owl
2. Create repository : 

curl -X POST -H "Content-Type:text/turtle" -T /home/path/to/test.ttl  
localhost:8080/openrdf-sesame/repositories/SYSTEM/rdf-graphs/service?graph=http://www.foo.com/test
3. Run query :
PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> 
SELECT * WHERE { 

GRAPH <http://www.ontotext.com/explicit> { ?place rdf:type ?placeType . 
?placeType rdfs:label ?placeTypeLabel } 
} LIMIT 10
4. Look into catalina.out

Best regards,
Marek

Attachment: foo.owl
Description: Binary data

Attachment: test.ttl
Description: Binary data

_______________________________________________
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion

Reply via email to