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 }
So simply it has added statements, which we could easily add using Rdf. I
am sure Construct query will do more smart works but I have no idea at this
particular time.
Thank you.
