Changes

Jump to navigation Jump to search
Created page with "{{SPARQL|query=SELECT ?item ?itemLabel ?dsLabel ?target ?targetLabel ?event ?eventLabel WHERE { ?item pdiot:P3 pdio:Q1308. OPTIONAL {?item pdiot:P229 ?ds.} OPTIONAL {?it..."
{{SPARQL|query=SELECT ?item ?itemLabel ?dsLabel ?target ?targetLabel ?event ?eventLabel WHERE {
?item pdiot:P3 pdio:Q1308.
OPTIONAL {?item pdiot:P229 ?ds.}
OPTIONAL {?item pdiot:P99 ?target.}
OPTIONAL {?item pdiot:P136 ?event.}
SERVICE wikibase:label {bd:serviceParam wikibase:language "en" . }
}
LIMIT 100
}}

Navigation menu