query-48b97173e520d62577a88152dcba98ec

rq turtle/ttl

PropertiesDOI (P356)instance of (P31)published in (P1433)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?wdItem ?wdItemLabel ?journalLabel ?journal ?typeLabel ?doiURI
WHERE {
  ?wdItem wdt:P356 ?doi;
          wdt:P31 ?type.
  ?wdItem wdt:P1433 ?journal .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
  BIND(URI(CONCAT('http://dx.doi.org/', ?doi)) AS ?doiURI)
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?doi") v5("?doiURI"):::projected v4("?journal"):::projected v3("?type") v1("?wdItem"):::projected c5(["bd:serviceParam"]):::iri c7(["en"]):::literal v1 --"wdt:P356"--> v2 v1 --"wdt:P31"--> v3 v1 --"wdt:P1433"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end bind0[/"concat('http://dx.doi.org/',?doi)"/] v2 --o bind0 bind0 --as--o v5