Sha256: 9bc6d4f79dfa0efee3a2072a1a0db18555b680701c87c8bd8ee97d9a87a7314c
Contents?: true
Size: 575 Bytes
Versions: 6
Compression:
Stored size: 575 Bytes
Contents
PREFIX qb: <http://purl.org/linked-data/cube#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX sio: <http://semanticscience.org/resource/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT DISTINCT ?patient_id WHERE { [] a qb:ComponentSpecification; rdfs:label "Hugo_Symbol"; qb:measure ?column_measure. [] a qb:ComponentSpecification; rdfs:label "patient_id"; qb:measure ?patient_id_property. ?obs a qb:Observation; ?column_measure <http://identifiers.org/hgnc.symbol/%{hugo_symbol}> ; ?patient_id_property ?patient_id . }
Version data entries
6 entries across 6 versions & 2 rubygems