This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function()%7Bvar%20url%20%3D%20document.URL%20%3B%0A%0Aconst%20myUrl%20%3D%20new%20URL(url)%3B%0A%0A%20if%20(window.location.origin%20%3D%3D%20%22https%3A%2F%2Flegislation.glitch.me%22)%0A%0A%7Bwindow.location.href%20%3D%20%22https%3A%2F%2Fwww.legislation.gov.uk%22%20%2B%20myUrl.pathname%7D%0A%0Aelse%20if%20(window.location.origin%20%3D%3D%20%22https%3A%2F%2Fwww.legislation.gov.uk%22)%0A%0A%7Bwindow.location.href%20%3D%20%22https%3A%2F%2Flegislation.glitch.me%22%20%2B%20myUrl.pathname%7D%0A%0Aelse%20%7Balert(%22oops%22)%7D%3B%7D)()%3B |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 ; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
| PREFIX : <https://id.parliament.uk/schema/> | |
| PREFIX id: <https://id.parliament.uk/> | |
| select ?SI ?SIname ?StatutoryInstrumentYear ?Number where { | |
| ?SI a :StatutoryInstrumentPaper . | |
| ?SI rdfs:label ?SIname ; | |
| :statutoryInstrumentPaperYear ?StatutoryInstrumentYear . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="javascript:(function()%7Bvar%20url%20%3D%20document.URL%20%3B%0A%0Aconst%20myUrl%20%3D%20new%20URL(url)%3B%0A%0Awindow.location.href%20%3D%20%22https%3A%2F%2Fagile-tonsil.glitch.me%22%20%2B%20myUrl.pathname%7D)()%3B">LegReader</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function()%7Bvar%20url%20%3D%20document.URL%20%3B%0A%0Aconst%20myUrl%20%3D%20new%20URL(url)%3B%0A%0Awindow.location.href%20%3D%20%22https%3A%2F%2Fagile-tonsil.glitch.me%22%20%2B%20myUrl.pathname%7D)()%3B |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var url = document.URL ; | |
| const myUrl = new URL(url); | |
| window.location.href = "https://agile-tonsil.glitch.me" + myUrl.pathname |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This query uses classes from UK Parliament's procedure ontology: https://ukparliament.github.io/ontologies/procedure/procedure-ontology.html. | |
| # This query looks for all proposed negative statutory instruments laid by the Department for Environment, Food and Rural Affairs. | |
| PREFIX : <https://id.parliament.uk/schema/> | |
| PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
| PREFIX id: <https://id.parliament.uk/> | |
| # The above rows describe where the datasets that this query is built on come from. | |
| select distinct ?PNSI ?PNSIname ?layingBodyName ?workPackage ?Link ?LaidDate where { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This query uses classes from UK Parliament's procedure ontology: https://ukparliament.github.io/ontologies/procedure/procedure-ontology.html. | |
| # This query looks for all proposed negative statutory instruments currently before Parliament. Proposed negative statutory instruments lay before Parliament for 10 days where they will be considered by the European Statutory Instrument Committee and the Secondary Legislation Scrutiny Committee. | |
| PREFIX : <https://id.parliament.uk/schema/> | |
| PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
| PREFIX id: <https://id.parliament.uk/> | |
| # The above rows describe where the datasets that this query is built on come from. | |
| select distinct ?PNSI ?PNSIname ?workPackage ?layingBodyName ?LaidDate ?Link ?SiftingEnds ?date where { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This query uses classes from UK Parliament's procedure ontology: https://ukparliament.github.io/ontologies/procedure/procedure-ontology.html. | |
| # This query looks for all proposed negative statutory instruments laid before Parliament since 2017-19. Proposed negative statutory instruments lay before Parliament for 10 days where they will be considered by the European Statutory Instrument Committee and the Secondary Legislation Scrutiny Committee. | |
| PREFIX : <https://id.parliament.uk/schema/> | |
| PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
| PREFIX id: <https://id.parliament.uk/> | |
| # The above rows describe where the datasets that this query is built on come from. | |
| select distinct ?PNSI ?PNSIname ?workPackage ?layingBodyName ?LaidDate ?Link ?SiftingEnds ?date where { |