(Real) functions of construct query

2017-08-05 Thread Sidra shah
Hello. I am not sure if the Sparql Construct query work works the same like we add a statement using Rdf API? I have read an example which shows: ?x :hascapital ?y which outputs several triples. The article then used Construct query as Construct { ?y :capitalOf ?x} WHERE { ?x :hascapital ?y } S

Re: (Real) functions of construct query

2017-08-06 Thread Lorenz B.
What is the question now? A SPARQL CONSTRUCT query does graph pattern matching the the WHERE part similar to a SELECT query. The difference is that the result will be an RDF graph resp. a set of RDF triples. > Hello. > > I am not sure if the Sparql Construct query work works the same like we add