Not logged in : Login |
```#+ summary: Get QTLs associated with a trait identified by ID. #+ tags: #+ - Get QTLs associated with a trait #+ defaults: #+ - traitid: "SP:0000201" PREFIX rdf: PREFIX rdfs: PREFIX dcterms: PREFIX QTL: PREFIX obo: SELECT ?qtl_id WHERE { GRAPH { SELECT * WHERE { ?qtl a QTL: ; dcterms:identifier ?qtl_id ; obo:RO_0003308 ?trait_id . FILTER(?trait_id = URI(CONCAT(obo:, REPLACE(?_traitid, ':', '_')))) } } } ```
Attributes | Values |
---|---|
type | |
comment |
|
described by | |
description |
|
target | |
topic | |
is potentialAction of | |
is isWebServiceOf of |