query-2ae096d0d624db6044c76c2f35f3cba0

rq turtle/ttl

miRNA and mRNA in Duchenne muscular dystrophyHello, We take the liberty of contacting you as part of a project because we are interest to make a SPARQL request in Wikidata . We seek to obtain all the messenger RNA (Q188928) targeting microRNA (Q310899) implicate in the Duchenne muscular dystrophy (Q1648484). Can you help us to make this request? Best regards, A team of bioinformatics students ).links to Q188928, which is concerning ((Q188928)messenger RNA : It's an interesting question; don't know right now whether we have the data for this. There are very few items linked to LucileJst@18:31, 6 November 2019 (UTC)) talk (TagishsimonAre you in a position to point at an item which might match your spec; that might illuminate a route to a query, or help confirm the inadequacy of data. --: Hi we saw a query that was interesting. Tagishsimon@

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
#defaultView:Map
SELECT DISTINCT  ?reference ?referenceLabel ?pmid
WHERE
{
    ?item wdt:P3329 ?civicId ;
          ?property  ?object .
    ?object prov:wasDerivedFrom ?provenance .
    ?provenance pr:P248 ?reference .
    ?reference wdt:P31 wd:Q13442814 ;
               wdt:P698 ?pmid .

}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?civicId") v1("?item") v4("?object") v7("?pmid"):::projected v3("?property") v5("?provenance") v6("?reference"):::projected c5(["wd:Q13442814"]):::iri v1 --"wdt:P3329"--> v2 v1 -->v3--> v4 v4 --"prov:wasDerivedFrom"--> v5 v5 --"pr:P248"--> v6 v6 --"wdt:P31"--> c5 v6 --"wdt:P698"--> v7