Sha256: 9d9ce793c7926b22821a16f8f7b65cfc8c65083ee9caf9bc2b3b2a73bb66de00
Contents?: true
Size: 348 Bytes
Versions: 7
Compression:
Stored size: 348 Bytes
Contents
PREFIX qb: <http://purl.org/linked-data/cube#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX prop: <http://www.rqtl.org/dc/properties/> SELECT DISTINCT ?observation ?property ?value WHERE{ ?observation a qb:Observation; ?property ?value. { ?property a qb:DimensionProperty. } UNION { ?property a qb:MeasureProperty. } }
Version data entries
7 entries across 7 versions & 1 rubygems