552 bytes added
, 4 years ago
{{SPARQL|state=collapsed
|label=items pointing to POD
|query=select ?s ?sLabel ?p ?pLabel ?date {
?s ?pd pdio:Q351 .
?p wikibase:directClaim ?pd .
OPTIONAL {?s pdiot:P100 ?date}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
}}
{{SPARQL|state=collapsed
|label=items pointing to PDIO
|query=select ?s ?sLabel ?p ?pLabel ?date {
?s ?pd pdio:Q182 .
?p wikibase:directClaim ?pd .
OPTIONAL {?s pdiot:P100 ?date}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
}}