Skip to content

Instantly share code, notes, and snippets.

@egonw
Created February 17, 2009 12:55
Show Gist options
  • Select an option

  • Save egonw/65732 to your computer and use it in GitHub Desktop.

Select an option

Save egonw/65732 to your computer and use it in GitHub Desktop.
# SPARQL listing all ONS Measurements
PREFIX ons: <http://spreadsheet.google.com/plwwufp30hfq0udnEmRD1aQ/onto#>
SELECT DISTINCT
?s
WHERE {
?s a ons:Measurement
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment