Skip to content

Commit

Permalink
Update select_all_graphs_with_questionId.rq
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de authored Aug 10, 2024
1 parent dc58487 commit e28c614
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This SPARQL query is designed to identify the named graph(s) within a triplestore where a specific question, identified by its unique ID, is associated with the current question being processed in a Qanary pipeline.
# ?componentAnnotations should be replaced in the source code
PREFIX oa: <http://www.w3.org/ns/openannotation/core/>
PREFIX qa: <http://www.wdaqua.eu/qa#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
Expand All @@ -8,4 +10,4 @@ WHERE {
?questionId owl:sameAs <urn:qanary:currentQuestion> .
?componentAnnotations
}
}
}

0 comments on commit e28c614

Please sign in to comment.