Sha256: a597bda15362d875be6741d6891f51058325284419fabc863ee7c63d1feb5f16
Contents?: true
Size: 499 Bytes
Versions: 5
Compression:
Stored size: 499 Bytes
Contents
PREFIX qb: <http://purl.org/linked-data/cube#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?gene WHERE { [] a qb:ComponentSpecification; rdfs:label "Tumor_Sample_Barcode"; qb:measure ?barcode_measure. ?patient_obs a qb:Observation; ?barcode_measure ?barcode; <http://onto.strinz.me/properties/patient_id> "%{patient}"; <http://onto.strinz.me/properties/Hugo_Symbol> ?gene. # ?node <http://semanticscience.org/resource/SIO_000300> ?gene ; }
Version data entries
5 entries across 5 versions & 2 rubygems