It can also be written:
CONSTRUCT WHERE { :France onto:anthem ?x }
Andy
On 22/08/17 14:04, Sidra shah wrote:
Hello What is the purpose of this query? The where clause shows the triple already exist but then why one would need it in Construct? PREFIX : <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> CONSTRUCT { :France onto:anthem ?x } WHERE { :France onto:anthem ?x . }
