query-e0d8d18f09a347f26092cb656247f860
SPARQL punctuation.commas can be separated by the same subject and predicateMultiple objects for ;semicolons can be separated by the same subjectMultiple predicates about ;periodEach triple about a subject is terminated by a
Use at
- https://query.wikidata.org/sparql
SELECT ?s1 ?s2 ?s3
WHERE
{
?s1 p1 o1; # s1
p2 o2; # s1
p3 o31, o32, o33. # s1
?s2 p4 o41, o42. # s2
?s3 p5 o5; # s3
p6 o6. # s3
}