query-f39d1c3a4d93720be88640f5e26cd12d

rq turtle/ttl

14:22, 6 July 2017 (UTC)) talk (Emijrp15:34, 6 July 2017 (UTC)) talk (Mahir256 about electrical engineering topics. As far as I am aware there aren't active efforts to import from places such as the ACM Digital Library or IEEE Xplore (or indiscriminately from a specific journal or set of journals). anything and are thus unlikely to have (Q390551)National Institutes of Health : Most scientific articles imported to Wikidata come from databases affiliated with the Sky xe@ 14:41, 6 July 2017 (UTC)) talk (PintochIMO there are probably many articles on this topic, they just haven't been marked as such with this property. The topic classification is far from standardized in bibliographic metadata formats. − 16:26, 6 July 2017 (UTC)) talk (Sky xe said- probably do not exist there at all? so that an effort of working on this inclusion would be of interest. If case2 = true, then one (or I) could ask the IEEE to provide a list of their digital library, since it includes more than 4.2 Million articles (main subject: electrical and electronic engineering). I hope this can be done soon. Thanks again!--Mahir256Thanks for the answers. How can we find out now if the articles about engineering, such es electrical engineering are available but cannot be queried or if those -as 18:07, 6 July 2017 (UTC) questions? Q.Zanden. (P921)main subject without  ⟩  (Q13442814)scholarly article ⟨  (P31)instance of  ⟩subject⟨ : Maybe you can run a query with Sky xe@ 18:58, 6 July 2017 (UTC)) talk (Sky xe I need basically scientific articles about engineering, especially electrical engineering and similar fields, since I would like to try starting a project at my university to encourage people to work on wikidata. But therefore I must show them how awesome it is for science and for our department there. Therefore, a great collection with as much and as complete data as possible is desired in order to success. Any help will be appreciated! --: thanks. Unfortunately this would not help at all, too large output without any match.Q.Zanden listed in Wikidata - this sparql query lists them, and you can check similar queries for other engineering journals:(Q2331335)Journal of Biomechanical Engineering - Most of the scientific articles in Wikidata have been added from PubMed and so are in bio-medical and life-sciences. But that does include some engineering - for example there are over one hundred articles published in Sky xe

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 ?work ?workLabel where {
  ?work wdt:P1433 wd:Q2331335 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?work"):::projected c2(["wd:Q2331335"]):::iri c4(["bd:serviceParam"]):::iri c6(["en"]):::literal v1 --"wdt:P1433"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end