Skip to content

Instantly share code, notes, and snippets.

@robertbrook
Last active December 15, 2025 12:47
Show Gist options
  • Select an option

  • Save robertbrook/5f2e755a850473b1df547d188bb929c5 to your computer and use it in GitHub Desktop.

Select an option

Save robertbrook/5f2e755a850473b1df547d188bb929c5 to your computer and use it in GitHub Desktop.
PREFIX : <https://id.parliament.uk/schema/>
PREFIX schema: <http://schema.org/>
# List all Procedures
SELECT ?procedure ?name
WHERE {
?procedure a :Procedure ;
:procedureName ?name .
}
LIMIT 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment