query-faa48f06e3d39497dbecbe047215e804

rq turtle/ttl

Propertiesmolecular function (P680)cell component (P681)biological process (P682)Gene Ontology ID (P686)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select ?protein ?pot_go where {
  ?protein wdt:P680|wdt:P681|wdt:P682 ?pot_go .
  FILTER NOT EXISTS {?pot_go wdt:P686 ?no_go} .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?no_go") v1("?pot_go"):::projected v3("?protein"):::projected f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P686"--> e0v2 e0v2("?no_go"):::projected e0v1("?pot_go"):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> v2 v1 --"wdt:P686"--> v2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P682"--> v1 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P681"--> v1 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P680"--> v1 end union0r <== or ==> union0l end