query-5611061787d20790712ada7e30ce14b8
title:Completamento minimo schede autori bollettino archiginnasio SELECT Distinct ?autore ?autoreLabel ?autoreDescription ?lnLabel ?dn ?lmLabel ?dm WHERE { ?article wdt:P1433 wd:Q27715489; wdt:P50 ?autore. OPTIONAL {?autore wdt:P569 ?dn} OPTIONAL {?autore wdt:P570 ?dm} OPTIONAL {?autore wdt:P19 ?ln} OPTIONAL {?autore wdt:P20 ?lm} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Completamento minimo schede autori bollettino archiginnasio
SELECT Distinct ?autore ?autoreLabel ?autoreDescription ?lnLabel ?dn ?lmLabel ?dm
WHERE
{
?article wdt:P1433 wd:Q27715489; wdt:P50 ?autore.
OPTIONAL {?autore wdt:P569 ?dn}
OPTIONAL {?autore wdt:P570 ?dm}
OPTIONAL {?autore wdt:P19 ?ln}
OPTIONAL {?autore wdt:P20 ?lm}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?article")
v2("?autore"):::projected
v4("?dm"):::projected
v3("?dn"):::projected
v6("?lm")
v5("?ln")
c9(["bd:serviceParam"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q27715489"]):::iri
v1 --"wdt:P1433"--> c2
v1 --"wdt:P50"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P569".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P570".-> v4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P19".-> v5
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P20".-> v6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end