Skip to content

Instantly share code, notes, and snippets.

@nandana
Last active June 6, 2024 14:19
Show Gist options
  • Save nandana/0141854f93313feb77b252c0ebb16500 to your computer and use it in GitHub Desktop.
Save nandana/0141854f93313feb77b252c0ebb16500 to your computer and use it in GitHub Desktop.
Count all conference entities in Scholarly Data
PREFIX conf: <https://w3id.org/scholarlydata/ontology/conference-ontology.owl#>
SELECT COUNT (DISTINCT ?s)
WHERE{
?s a conf:Conference .
}
# SPARQL Endpoint - http://www.scholarlydata.org/sparql/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment