Not logged in : Login

```#+ summary: Count genomic features in a genome graph. #+ tags: #+ - Count genomic features #+ enumerate: #+ - graph: #+ - http://solgenomics.net/genome/Solanum_lycopersicum #+ - http://solgenomics.net/genome/Solanum_pennellii #+ - http://solgenomics.net/genome/Solanum_tuberosum #+ - http://plants.ensembl.org/Solanum_lycopersicum #+ - http://plants.ensembl.org/Solanum_tuberosum PREFIX rdf: PREFIX rdfs: PREFIX owl: PREFIX obo: SELECT ?feature_id ?feature_name (COUNT(*) AS ?n) WHERE { GRAPH ?_graph_iri { ?feature a ?feature_uri . } GRAPH { ?feature_uri a owl:Class ; rdfs:label ?feature_name ; obo:id ?feature_id . } } GROUP BY ?feature_id ?feature_name ORDER BY DESC(?n) ```

AttributesValues
type
comment
described by
description
  • Count genomic features in a genome graph.
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