query-48a49fd1ec40caec63aa583c2efdab52

rq turtle/ttl

Articoli di riviste italiane relative alla scienza dell'informazione e delle biblioteche con autore privo di ID SBN (P396) SELECT DISTINCT ?autore ?autoreLabel ?articolo ?articoloLabel ?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:P50 ?autore . FILTER NOT EXISTS { ?autore wdt:P396 ?Id_SBN . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?autoreLabel

Use at

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 autore privo di ID SBN (P396)
SELECT DISTINCT ?autore ?autoreLabel ?articolo ?articoloLabel ?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:P50 ?autore .
 FILTER NOT EXISTS { ?autore wdt:P396 ?Id_SBN . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?autoreLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?Id_SBN") v5("?articolo"):::projected v2("?autore"):::projected v1("?autoreLabel"):::projected v4("?rivista") 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:P396"--> e0v2 e0v2("?Id_SBN"):::projected e0v1("?autore"):::projected end f0--EXISTS--> f0e0 f0 --> v2 f0 --> c1 f0 --> v3 v2 --"wdt:P396"--> v3 v4 --"wdt:P31"--> c3 v4 --"wdt:P495"--> c5 v4 --"wdt:P921"--> c7 v5 --"wdt:P31"--> c8 v5 --"wdt:P1433"--> v4 v5 --"wdt:P50"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end