Sha256: aee69f3331c0ef7968885ffa6d99e013457bf646f0a46a046efc6717da08c240
Contents?: true
Size: 499 Bytes
Versions: 14
Compression:
Stored size: 499 Bytes
Contents
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX qb: <http://purl.org/linked-data/cube#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> # IC-5. Concept dimensions have code lists SELECT * WHERE { ?dim a qb:DimensionProperty ; rdfs:range skos:Concept . #FILTER NOT EXISTS { ?dim qb:codeList [] } }
Version data entries
14 entries across 14 versions & 2 rubygems