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