query-54d719ce38077e578757c976eeefd0e7

rq turtle/ttl

الحصول على رد فعل مجاميع الاقتباس Get the Reactome citation corups Get the Reactome citation corups Zobrazit citační korpus Reactome Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Références de Reactome Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Haal het Reactome-citatiecorpus op Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups Get the Reactome citation corups

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?reactome_id ?item ?itemLabel ?referenceLabel
WHERE
{
  ?item wdt:P3937 ?reactome_id ;
        wdt:P2860 ?reference ;

  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("?item"):::projected v2("?reactome_id"):::projected v3("?reference") c4(["bd:serviceParam"]):::iri c6(["en"]):::literal v1 --"wdt:P3937"--> v2 v1 --"wdt:P2860"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end