query-3dc577818d8bf6562e9153b3b9f081e9
Autori di articoli di riviste italiane relative alla scienza dell'informazione e delle biblioteche privi di qualsivoglia identificativo SELECT DISTINCT ?autore ?autoreLabel ?cognomeLabel ?autoreDescription ?URL WHERE { ?rivista wdt:P31 wd:Q5633421 . ?rivista wdt:P495 wd:Q38 . ?rivista wdt:P921 wd:Q13420675 . ?articolo wdt:P31 wd:Q13442814 . ?articolo wdt:P1433 ?rivista . ?articolo wdt:P50 ?autore . ?autore wikibase:identifiers ?identificativi . OPTIONAL {?articolo wdt:P2699 ?URL. } OPTIONAL { ?autore wdt:P734 ?cognome . } FILTER(?identificativi = 0) SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". } } ORDER BY ?cognomeLabel ?autoreLabel
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#>
#Autori di articoli di riviste italiane relative alla scienza dell'informazione e delle biblioteche privi di qualsivoglia identificativo
SELECT DISTINCT ?autore ?autoreLabel ?cognomeLabel ?autoreDescription ?URL
WHERE {
?rivista wdt:P31 wd:Q5633421 .
?rivista wdt:P495 wd:Q38 .
?rivista wdt:P921 wd:Q13420675 .
?articolo wdt:P31 wd:Q13442814 .
?articolo wdt:P1433 ?rivista .
?articolo wdt:P50 ?autore .
?autore wikibase:identifiers ?identificativi .
OPTIONAL {?articolo wdt:P2699 ?URL. }
OPTIONAL { ?autore wdt:P734 ?cognome . }
FILTER(?identificativi = 0)
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
}
ORDER BY ?cognomeLabel ?autoreLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v7("?URL"):::projected
v5("?articolo")
v6("?autore"):::projected
v2("?autoreLabel"):::projected
v8("?cognome")
v1("?cognomeLabel"):::projected
v3("?identificativi")
v4("?rivista")
c17(["#91;AUTO_LANGUAGE#93;,it,en"]):::literal
c7(["wd:Q13420675"]):::iri
c3(["wd:Q5633421"]):::iri
c5(["wd:Q38"]):::iri
c8(["wd:Q13442814"]):::iri
c15(["bd:serviceParam"]):::iri
f0[["?identificativi = '0^^xsd:integer'"]]
f0 --> v3
v4 --"wdt:P31"--> c3
v4 --"wdt:P495"--> c5
v4 --"wdt:P921"--> c7
v5 --"wdt:P31"--> c8
v5 --"wdt:P1433"--> v4
v5 --"wdt:P50"--> v6
v6 --"wikibase:identifiers"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v5 -."wdt:P2699".-> v7
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v6 -."wdt:P734".-> v8
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c15 --"wikibase:language"--> c17
end