query-da03828ccae23ca8164b0f99d5267233

rq turtle/ttl

استخدام القيم الخاصة باستخراج المقالات العلمية لمؤلفين محددين Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Použití VALUES pro výběr vědeckých článků konkrétních autorů Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Utiliser VALUES pour extraire les articles scientifiques de certains auteurs Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors VALUES gebruiken voor het extraheren van wetenschappelijke artikelen van specifieke auteurs Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors Using VALUES for extracting scientific articles of specific authors 使用VALUES提取特定作者的科学文章

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 ?entity ?entityLabel ?authorLabel WHERE {
  VALUES ?author {wd:Q18016466} #initialize "?author with the Wikidata item "Lydia Pintscher"
  ?entity wdt:P31 wd:Q13442814. #filter by scientific articles
  ?entity wdt:P50 ?author.
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?author") v2("?entity"):::projected c2(["wd:Q13442814"]):::iri c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal bind0[/VALUES ?author/] bind0-->v1 bind00(["wd:Q18016466"]) bind00 --> bind0 v2 --"wdt:P31"--> c2 v2 --"wdt:P50"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end