Created
July 3, 2018 15:50
-
-
Save northernjamie/171336ebd256f8638d94f6d0575f419a to your computer and use it in GitHub Desktop.
Count of the concepts in the GSS alpha ONS PMD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX qb: <http://purl.org/linked-data/cube#> | |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
SELECT (count (distinct ?conc) as ?countconc) | |
WHERE { | |
?conc <http://www.w3.org/2004/02/skos/core#inScheme> ?scheme . | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment