Sha256: fdd83df6205e209999533028b240e0afe6a914a45106a670ca0fa60bcc335d51
Contents?: true
Size: 372 Bytes
Versions: 7
Compression:
Stored size: 372 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 ; qb:dataSet ?dataSet . { ?property a qb:DimensionProperty. } UNION { ?property a qb:MeasureProperty. } }
Version data entries
7 entries across 7 versions & 2 rubygems