query-63251e9371924798264c1a88c72bda77

rq turtle/ttl

Mirabel Journal ID e senza Openedition Journal IDLista delle riviste scientifiche con (P2093)author name string e (P50)author Articoli di JLIS con Articoli di JLIS Mostra articoli e DOI pubblicati in The Journal of Molecular Diagnostics Articoli con argomento Wikidata

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#>
SELECT ?journal ?journalLabel ?openeditionID ?mirabelID
WHERE
{
  ?journal wdt:P31 wd:Q5633421 .
  ?journal wdt:P4741 ?openeditionID .
  OPTIONAL {?journal wdt:P4730 ?mirabelID . }
  FILTER(!bound(?mirabelID))
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?journal"):::projected v1("?mirabelID"):::projected v3("?openeditionID"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q5633421"]):::iri f0[["not bound(?mirabelID)"]] f0 --> v1 v2 --"wdt:P31"--> c2 v2 --"wdt:P4741"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P4730".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end