query-41b4068227754d644a284b50fbb6f603
Articoli di riviste italiane relative alla scienza dell'informazione e delle biblioteche privi di autore SELECT DISTINCT ?articolo ?articoloLabel ?rivistaLabel ?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 . OPTIONAL {?articolo wdt:P2699 ?URL. } FILTER NOT EXISTS { ?articolo wdt:P50 ?autore . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?rivistaLabel
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#>
#Articoli di riviste italiane relative alla scienza dell'informazione e delle biblioteche privi di autore
SELECT DISTINCT ?articolo ?articoloLabel ?rivistaLabel ?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 .
OPTIONAL {?articolo wdt:P2699 ?URL. }
FILTER NOT EXISTS { ?articolo wdt:P50 ?autore . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?rivistaLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?URL"):::projected
v2("?articolo"):::projected
v3("?autore")
v4("?rivista")
v1("?rivistaLabel"):::projected
c7(["wd:Q13420675"]):::iri
c3(["wd:Q5633421"]):::iri
c5(["wd:Q38"]):::iri
c8(["wd:Q13442814"]):::iri
c12(["bd:serviceParam"]):::iri
c14(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P50"--> e0v2
e0v1("?articolo"):::projected
e0v2("?autore"):::projected
end
f0--EXISTS--> f0e0
f0 --> v2
f0 --> c1
f0 --> v3
v2 --"wdt:P50"--> v3
v4 --"wdt:P31"--> c3
v4 --"wdt:P495"--> c5
v4 --"wdt:P921"--> c7
v2 --"wdt:P31"--> c8
v2 --"wdt:P1433"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P2699".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end