Changes

Jump to navigation Jump to search
552 bytes added ,  3 years ago
Created page with "{{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:P10..."
{{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". }
}
}}

Navigation menu