Hi all,

I have created user "tman" with password gxa
and upload rdf file using:

$ curl -i -T myTriples.rdf http://localhost:8890/DAV/home/tman/rdf_sink/myTriples.rdf -u tman:gxa
(and also tried uploading using webDAV browser)

and got the result

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0// EN"><HTML><HEAD><TITLE>201 Created</TITLE></HEAD><BODY><H1>Created</ H1>Resource /DAV/home/tman/rdf_sink/myTriples.rdf has been created.</ BODY></HTML>

the WebDAV Browser shows me that the file is there

but when I run query (using end point, tereminal and even internal SPARQL execution)

default graph uri is : http://localhost:8890/DAV/home/tman/rdf_sink
query:

select * where {?s ?p ?o}   (I tried many different queries)

returns empty table
s-p-o

same happens when I run query form terminal
curl -F "query=SELECT DISTINCT ?p FROM <http://localhost:8890/DAV/home/tman/rdf_sink/ > WHERE {?s ?p ?o}" http://localhost:8890/sparql


What can be the reason for that?


Regards,

Taalai Djumabaev
[email protected]


Reply via email to