Please view this link http://www.technology-advisor.com/MarkL/mlSPARQL.html that documents the problem ( explained below) that I am trying to solve.
It shows that When posting PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?subject ?object WHERE { ?subject rdfs:subClassOf ?object } to QCONSOLE and http://localhost:8003/v1/graphs/things? To get results via the API The Qconsole returns the Subject and Object -- many rows BUT API Test shows .. SUBJECTS NONE Am I overlooking a configuration issue ?
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
