Hello,
It looks like you are trying to query your own local dataset?
There isn't any support for running SPARQL queries locally in EasyRDF,
you can only query remote SPARQL endpoints.
For example if you were querying Wikidata:
$sparql = new
EasyRdf_Sparql_Client('
https://query.wikidata.org/sparql');
If you are looking for a local Triplestore, to query your own data, you
could try Fuseki:
https://jena.apache.org/documentation/serving_data/
nick.
> FATAL ERROR: UNCAUGHT EXCEPTION 'EASYRDF_EXCEPTION' WITH
> MESSAGE ' IN
> C:\WAMP64\WWW\ATLTEST\VENDOR\EASYRDF\EASYRDF\LIB\EASYRDF\SPARQL\CLIENT.PHP
> ON LINE _290_
>
> ( ! ) EASYRDF_EXCEPTION: HTTP REQUEST FOR SPARQL QUERY FAILED:
> <!DOCTYPE HTML> <HTML> <HEAD> <META CHARSET="UTF-8"/> <TITLE>404 -
> THIS PAGE DOES NOT EXIST</TITLE> <STYLE> </STYLE> </HEAD> <BODY>
> <H1>404 - NOT FOUND</H1> <P>YOU'RE BROWSING A STATIC EXPORT OF THE
>
SEMANTICWEB.ORG WIKI. DYNAMIC PAGE REQUESTS CANNOT BE ANSWERED.</P>
> <P><A HREF="/">BACK TO START</A></P> </BODY> </HTML> IN
> C:\WAMP64\WWW\ATLTEST\VENDOR\EASYRDF\EASYRDF\LIB\EASYRDF\SPARQL\CLIENT.PHP
> ON LINE _290_
>
> What is the correct way to code such a query
> help=welcome!!
>
> --
> You received this message because you are subscribed to the Google
> Groups "EasyRdf Discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
easyrdf+u...@googlegroups.com.
> To post to this group, send email to
eas...@googlegroups.com.
> Visit this group at
https://groups.google.com/group/easyrdf.
> For more options, visit
https://groups.google.com/d/optout.