query-2ae096d0d624db6044c76c2f35f3cba0
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
- https://query.wikidata.org/sparql
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 .
}