Not logged in : Login

```#+ summary: Get QTLs described in an article identified by ID. #+ tags: #+ - Get QTLs in an article #+ defaults: #+ - pmcid: "PMC4266912" PREFIX rdf: PREFIX pmc: PREFIX dcterms: PREFIX QTL: SELECT ?qtl_id WHERE { GRAPH { SELECT * WHERE { ?qtl_uri a QTL: ; dcterms:identifier ?qtl_id ; dcterms:isReferencedBy ?pmc_id . FILTER(?pmc_id = URI(CONCAT(pmc:, ?_pmcid))) } } } ```

AttributesValues
type
comment
  • ```#+ summary: Get QTLs described in an article identified by ID. #+ tags: #+ - Get QTLs in an article #+ defaults: #+ - pmcid: "PMC4266912" PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX pmc: <http://identifiers.org/pmc/> PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX QTL: <http://purl.obolibrary.org/obo/SO_0000771> SELECT ?qtl_id WHERE { GRAPH <http://europepmc.org> { SELECT * WHERE { ?qtl_uri a QTL: ; dcterms:identifier ?qtl_id ; dcterms:isReferencedBy ?pmc_id . FILTER(?pmc_id = URI(CONCAT(pmc:, ?_pmcid))) } } } ```
described by
description
  • Get QTLs described in an article identified by ID.
target
topic
is potentialAction of
is isWebServiceOf of
Faceted Search & Find service v1.17_git55 as of Mar 01 2021


Alternative Linked Data Documents: ODE     Content Formats:       RDF       ODATA       Microdata      About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3322 as of Mar 14 2022, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (7 GB total memory)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software