query-3705e6375eacbd80e8c1f685c8efd68e

rq turtle/ttl

Possible misplacements of MeSH IDMeSH entries are usually species-independent but there are >1,400 of:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?mname
WHERE 
{
    ?item wdt:P31 wd:Q8054.
    ?item p:P486 ?mesh.
    OPTIONAL { ?mesh pq:P1810 ?mname. }
    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("?mesh") v3("?mname"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q8054"]):::iri c8(["en"]):::literal v1 --"p:direct/P31"--> c2 v1 --"p:P486"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:qualifier/P1810".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end