query-3690cf37792fd05fd86753145ae7118b
Articoli di riviste italiane relative alla scienza dell'informazione e delle biblioteche con più di una data di pubblicazione SELECT DISTINCT ?articolo ?articoloLabel ?rivista ?rivistaLabel 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 ?d . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } GROUP BY ?articolo ?articoloLabel ?rivista ?rivistaLabel HAVING(COUNT(?d) > 1) ORDER BY ?articoloLabel
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 con più di una data di pubblicazione
SELECT DISTINCT ?articolo ?articoloLabel ?rivista ?rivistaLabel
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 ?d .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?articolo ?articoloLabel ?rivista ?rivistaLabel
HAVING(COUNT(?d) > 1)
ORDER BY ?articoloLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?_anon_42b5416610844a34809f33a099ae9de1146618")
v3("?articolo"):::projected
v1("?articoloLabel"):::projected
v4("?d")
v2("?rivista"):::projected
a1((" "))
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[[" > '1^^xsd:integer'"]]
f0 --> a1
v2 --"wdt:P31"--> c3
v2 --"wdt:P495"--> c5
v2 --"wdt:P921"--> c7
v3 --"wdt:P31"--> c8
v3 --"wdt:P1433"--> v2
v3 --"wdt:P577"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end
bind2[/"count(?d)"/]
v4 --o bind2
bind2 --as--o v5