query-f9d8dedc0ab96d3dc61131ffc53ea005
Reactome R-MTU imports marked as human have got "found in taxon"-->humanM.tuberculosis21 proteins, complexes, sets from 2019-Oct-01
Use at
- https://query.wikidata.org/sparql
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 ?p ?pLabel ?tLabel
WHERE
{
?p wdt:P703 wd:Q15978631 .
OPTIONAL{ ?p wdt:P31 ?t . }
?p wdt:P2888 ?url .
FILTER ( STRSTARTS(STR(?url), 'https://identifiers.org/reactome:R-MTU') ).
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;
v2("?p"):::projected
v3("?t")
v1("?url")
c7(["bd:serviceParam"]):::iri
c9(["en"]):::literal
c3(["wd:Q15978631"]):::iri
f0[["starts-with(str(?url),'https://identifiers.org/reactome:R-MTU')"]]
f0 --> v1
v2 --"wdt:P703"--> c3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P31".-> v3
end
v2 --"wdt:P2888"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end