Not logged in : Login

```#+ summary: Summarize QTLs extracted from articles. #+ tags: #+ - Summarize QTLs PREFIX rdf: PREFIX dcterms: PREFIX dcmitype: PREFIX faldo: PREFIX so: PREFIX QTL: SELECT (CONCAT('NCBITaxon:', REPLACE(STR(?taxon_uri), '.+_', '')) AS ?taxon_id) (COUNT(DISTINCT ?pmcid) AS ?n_articles) (COUNT(?qtl) AS ?n_qtls) (COUNT(?loc) AS ?n_qtls_with_loc) FROM WHERE { ?dts a dcmitype:Dataset ; so:genome_of ?taxon_uri ; dcterms:hasPart ?qtl . ?qtl a QTL: ; dcterms:isReferencedBy ?pmcid . OPTIONAL { ?qtl faldo:location ?loc } } GROUP BY ?taxon_uri ```

AttributesValues
type
comment
  • ```#+ summary: Summarize QTLs extracted from articles. #+ tags: #+ - Summarize QTLs PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX dcmitype: <http://purl.org/dc/dcmitype/> PREFIX faldo: <http://biohackathon.org/resource/faldo#> PREFIX so: <http://purl.obolibrary.org/obo/so#> PREFIX QTL: <http://purl.obolibrary.org/obo/SO_0000771> SELECT (CONCAT('NCBITaxon:', REPLACE(STR(?taxon_uri), '.+_', '')) AS ?taxon_id) (COUNT(DISTINCT ?pmcid) AS ?n_articles) (COUNT(?qtl) AS ?n_qtls) (COUNT(?loc) AS ?n_qtls_with_loc) FROM <http://europepmc.org> WHERE { ?dts a dcmitype:Dataset ; so:genome_of ?taxon_uri ; dcterms:hasPart ?qtl . ?qtl a QTL: ; dcterms:isReferencedBy ?pmcid . OPTIONAL { ?qtl faldo:location ?loc } } GROUP BY ?taxon_uri ```
described by
description
  • Summarize QTLs extracted from articles.
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