Sha256: cff7dfc4b00b89eab44fb1ea12449c47265c1ba2161c377078a73cd7514adb67
Contents?: true
Size: 268 Bytes
Versions: 6
Compression:
Stored size: 268 Bytes
Contents
PREFIX qb: <http://purl.org/linked-data/cube#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?id WHERE { [] a qb:ComponentSpecification; rdfs:label "patient_id"; qb:measure ?patient_id. [] a qb:Observation; ?patient_id ?id. }
Version data entries
6 entries across 6 versions & 2 rubygems