From: Marija V. <mar...@gm...> - 2015-09-18 12:58:22
|
Hi, Can you please help me in resolving my issue. I have created SPARQL Endpoint following the guidelines on this link: https://bitbucket.org/dotnetrdf/dotnetrdf/wiki/UserGuide/ASP/Deploying%20with%20rdfWebDeploy This is the url of my SPARQL Endpoint: https://povrzani.net/sparql I have rdf file set in App_Data folder, in this same folder I have config.ttl file. When I try to execute simple query in the editor on this url: https://povrzani.net/sparql PREFIX ex: <https://povrzani.net/> SELECT * WHERE { ?s ?o ?p} I get no results. When I try to get results directly from rdf file from c#, there is no problem and I am getting results. Please tell me if I am having some mistake in configuring my endpoint, or maybe something else is the problem. Thank You in Advance, Best Regards, Marija |