Skip to content

Instantly share code, notes, and snippets.

@northernjamie
Created July 3, 2018 15:50
Show Gist options
  • Save northernjamie/171336ebd256f8638d94f6d0575f419a to your computer and use it in GitHub Desktop.
Save northernjamie/171336ebd256f8638d94f6d0575f419a to your computer and use it in GitHub Desktop.
Count of the concepts in the GSS alpha ONS PMD
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