Skip to content

Instantly share code, notes, and snippets.

@lambdaman2
Created February 12, 2013 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lambdaman2/4771460 to your computer and use it in GitHub Desktop.
Save lambdaman2/4771460 to your computer and use it in GitHub Desktop.
Sparql: count query
SELECT (count(?s) as ?c)
WHERE {
?s ?p <http://purl.org/ontology/po/Version> .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment