Skip to content

Instantly share code, notes, and snippets.

@robertbrook
Created November 5, 2020 17:08
Show Gist options
  • Save robertbrook/475e7a0ece27c2070d8f229b08ebd4f2 to your computer and use it in GitHub Desktop.
Save robertbrook/475e7a0ece27c2070d8f229b08ebd4f2 to your computer and use it in GitHub Desktop.
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX : <https://id.parliament.uk/schema/>
select ?SI ?SIname where {
?SI a :StatutoryInstrumentPaper .
?SI rdfs:label ?SIname ;
:statutoryInstrumentPaperYear "2018"^^xsd:gYear ;
:statutoryInstrumentPaperNumber "560"^^xsd:integer.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment