├── .github └── workflows │ └── docs.yml ├── .gitignore ├── README.md ├── Rakefile ├── agency ├── agency-ontology.html ├── agency-ontology.ttl ├── agency.graffle └── agency.svg ├── bill ├── bill-ontology.html ├── bill-ontology.ttl ├── bill.graffle └── bill.svg ├── citation ├── citation-ontology.html ├── citation-ontology.ttl ├── citation.graffle └── citation.svg ├── concept ├── concept-ontology.html ├── concept-ontology.ttl ├── concept.graffle └── concept.png ├── contact-point ├── contact-point-ontology.html ├── contact-point-ontology.ttl ├── contact-point.graffle └── contact-point.svg ├── contribution ├── contribution-ontology.html ├── contribution-ontology.ttl ├── contribution.graffle └── contribution.png ├── delegated-legislation ├── delegated-legislation-ontology.html ├── delegated-legislation-ontology.ttl ├── delegated-legislation.graffle ├── delegated-legislation.svg └── delegated-legislation │ ├── delegated-legislation.graffle │ └── delegated-legislation.svg ├── delegation ├── delegation-ontology.html ├── delegation-ontology.ttl ├── delegation.graffle ├── delegation.svg └── noodling │ ├── as-is.graffle │ ├── as-is.svg │ ├── delegation.graffle │ ├── delegation.svg │ ├── to-be.graffle │ └── to-be.svg ├── depositing ├── depositing-ontology.html ├── depositing-ontology.ttl ├── depositing.graffle ├── depositing.svg └── meta │ ├── deposit.graffle │ └── deposit.pdf ├── election ├── election-ontology.html ├── election-ontology.ttl ├── election.graffle └── election.svg ├── formal-body-affiliation ├── formal-body-affiliation-ontology.html ├── formal-body-affiliation-ontology.ttl ├── formal-body-affiliation.graffle └── formal-body-affiliation.png ├── formal-body ├── formal-body-ontology.html ├── formal-body-ontology.ttl ├── formal-body.graffle └── formal-body.png ├── geographic-area-overlap ├── geographic-area-overlap-ontology.html ├── geographic-area-overlap-ontology.ttl ├── geographic-area-overlap.graffle └── geographic-area-overlap.svg ├── geographic-area ├── geographic-area-ontology.html ├── geographic-area-ontology.ttl ├── geographic-area.graffle └── geographic-area.svg ├── government-organisation ├── government-organisation-ontology.html ├── government-organisation-ontology.ttl ├── government-organisation.graffle └── government-organisation.png ├── house-membership ├── end-reasons │ ├── end-reasons.svg │ ├── end-reasons.vsdx │ └── index.md ├── house-membership-ontology.html ├── house-membership-ontology.ttl ├── house-membership.graffle ├── house-membership.svg └── transubstantiations │ ├── transubstantiations.graffle │ └── transubstantiations.pdf ├── index.html ├── interface ├── election │ └── interface.ttl ├── interface-procedure.graffle ├── interface-procedure.pdf ├── interface.graffle ├── interface.html ├── interface.pdf ├── interface.png ├── interface.ttl └── making-available │ └── interface.ttl ├── laying ├── laying-ontology.html ├── laying-ontology.ttl ├── laying.graffle └── laying.svg ├── lord-bishop ├── lord-bishop-ontology.ttl ├── lord-bishop.graffle ├── lord-bishop.svg ├── meta │ ├── schema.graffle │ ├── schema.svg │ ├── sketch.graffle │ └── sketch.svg ├── notes.graffle └── notes.svg ├── making-available ├── making-available-ontology.html ├── making-available-ontology.ttl ├── making-available.graffle ├── making-available.svg └── meta │ ├── overview.graffle │ ├── overview.svg │ ├── sketch.graffle │ └── sketch.svg ├── meta ├── .gitignore ├── assets │ └── css.css ├── bots │ └── index.md ├── clerkbot │ ├── reading-list.graffle │ └── reading-list.svg ├── example-rdf │ ├── house-membership │ │ └── john-thurso │ │ │ ├── john-thurso.graffle │ │ │ ├── john-thurso.svg │ │ │ └── john-thurso.ttl │ ├── instance-data │ │ ├── bills │ │ │ └── passed │ │ │ │ ├── as-is │ │ │ │ └── bill-54945.csv │ │ │ │ └── to-be │ │ │ │ ├── bill-54945.ttl │ │ │ │ ├── idms-workflow.md │ │ │ │ ├── sketch.graffle │ │ │ │ ├── sketch.svg │ │ │ │ └── unknowns.md │ │ ├── deposits │ │ │ ├── multi-file-deposit │ │ │ │ └── as-is │ │ │ │ │ └── dep-2023-0366.csv │ │ │ └── single-file-deposit │ │ │ │ ├── as-is │ │ │ │ └── dep-2023-0363.csv │ │ │ │ └── to-be │ │ │ │ ├── dep-2023-0363.ttl │ │ │ │ ├── idms-workflow.md │ │ │ │ ├── sketch.graffle │ │ │ │ ├── sketch.svg │ │ │ │ └── unknowns.md │ │ └── written-questions-and-answers │ │ │ ├── wpq-1921-183274.csv │ │ │ ├── wpq-2223-120948.csv │ │ │ └── wpq-2223-902088.csv │ └── question-and-answer │ │ ├── commons │ │ ├── full-flow │ │ │ ├── 1-question-tabled.ttl │ │ │ ├── 2-question-annotated.ttl │ │ │ ├── 3-question-unstarred.ttl │ │ │ ├── 4-question-reallocated.ttl │ │ │ ├── 5-question-holding-answer.ttl │ │ │ ├── 6-question-answered.ttl │ │ │ ├── 7-answer-corrected.ttl │ │ │ ├── 8-answer-corrected-by-written-statement.ttl │ │ │ └── 9-written-statement-linked-annotated.ttl │ │ ├── named-day │ │ │ └── named-day.ttl │ │ ├── tabled-for-oral-pm │ │ │ └── tabled-for-oral-pm.ttl │ │ └── tabled-for-written │ │ │ └── tabled-for-written.ttl │ │ └── lords │ │ ├── 1-question-tabled.ttl │ │ ├── 2-question-annotated.ttl │ │ ├── 3-question-reallocated.ttl │ │ ├── 4-question-holding-answer.ttl │ │ ├── 5-question-answered.ttl │ │ ├── 6-answer-corrected.ttl │ │ ├── 7-answer-corrected-by-written-statement.ttl │ │ └── 8-written-statement-linked-annotated.ttl ├── generate-docs-index.py ├── generate-docs.py ├── html │ ├── agency-ontology.html │ ├── bill-ontology.html │ ├── bishopric-ontology.html │ ├── business-item-ontology.html │ ├── citation-ontology.html │ ├── concept-ontology.html │ ├── contact-point-ontology.html │ ├── contribution-ontology.html │ ├── delegated-legislation-ontology.html │ ├── delegation-ontology.html │ ├── depositing-ontology.html │ ├── election-ontology.html │ ├── formal-body-affiliation-ontology.html │ ├── formal-body-ontology.html │ ├── geographic-area-ontology.html │ ├── geographic-area-overlap-ontology.html │ ├── government-organisation-ontology.html │ ├── house-membership-ontology.html │ ├── index.html │ ├── interface.html │ ├── laying-ontology.html │ ├── legislation-ontology.html │ ├── lord-bishop-ontology.html │ ├── making-available-ontology.html │ ├── oral-contribution-ontology.html │ ├── order-to-print-ontology.html │ ├── organisation-accountable-to-parliament-ontology.html │ ├── paper-ontology.html │ ├── paper-type-ontology.html │ ├── parliamentary-bloc-ontology.html │ ├── parliamentary-paper-ontology.html │ ├── peerage-ontology.html │ ├── person-ontology.html │ ├── petition-ontology.html │ ├── place-ontology.html │ ├── presentation-ontology.html │ ├── procedure-ontology.html │ ├── procedure-step-annotation-ontology.html │ ├── proceeding-ontology.html │ ├── publisher-ontology.html │ ├── question-and-answer-ontology.html │ ├── record-ontology.html │ ├── record-review-ontology.html │ ├── related-item-ontology.html │ ├── reporting-ontology.html │ ├── standing-order-ontology.html │ ├── stats-series-ontology.html │ ├── submission-ontology.html │ ├── tabling-ontology.html │ ├── time-period-ontology.html │ ├── treaty-ontology.html │ ├── utility-ontology.html │ ├── written-statement-making-ontology.html │ └── written-statement-ontology.html ├── library-information-architecture │ ├── economic-indicators │ │ ├── economic-indicators.graffle │ │ └── economic-indicators.pdf │ ├── enquiries │ │ ├── index.md │ │ ├── indexing-flow │ │ │ ├── indexing-flow.graffle │ │ │ └── indexing-flow.svg │ │ ├── periodic-refresh-flow │ │ │ ├── periodic-refresh-flow.graffle │ │ │ └── periodic-refresh-flow.svg │ │ └── ses │ │ │ └── string-match-response.json │ ├── index.md │ ├── publication │ │ ├── decision-tree │ │ │ ├── decision-tree.graffle │ │ │ └── decision-tree.pdf │ │ └── domain-models │ │ │ ├── data-flows │ │ │ ├── as-is │ │ │ │ ├── data-flow.graffle │ │ │ │ ├── data-flow.pdf │ │ │ │ └── data-flow.png │ │ │ ├── future │ │ │ │ ├── data-flow.graffle │ │ │ │ ├── data-flow.pdf │ │ │ │ └── data-flow.png │ │ │ └── to-be │ │ │ │ ├── data-flow.graffle │ │ │ │ ├── data-flow.pdf │ │ │ │ └── data-flow.png │ │ │ ├── domain-model.graffle │ │ │ ├── domain-model.pdf │ │ │ ├── epas │ │ │ ├── epas.graffle │ │ │ ├── epas.pdf │ │ │ └── wireframe.jpg │ │ │ ├── iads │ │ │ ├── iads.graffle │ │ │ └── iads.pdf │ │ │ ├── lords │ │ │ ├── domain-model.graffle │ │ │ └── domain-model.pdf │ │ │ ├── pcc │ │ │ ├── pcc.graffle │ │ │ └── pcc.pdf │ │ │ ├── post │ │ │ ├── post.graffle │ │ │ └── post.pdf │ │ │ ├── rice │ │ │ ├── rice.graffle │ │ │ └── rice.pdf │ │ │ ├── sgs │ │ │ ├── sgs.graffle │ │ │ └── sgs.pdf │ │ │ └── sps │ │ │ ├── sps.graffle │ │ │ ├── sps.pdf │ │ │ └── xml.jpg │ ├── single-subject-view │ │ ├── ssv-in-scope.graffle │ │ ├── ssv-in-scope.svg │ │ ├── ssv.graffle │ │ ├── ssv.svg │ │ └── wireframes │ │ │ ├── wireframes.graffle │ │ │ ├── wireframes.pdf │ │ │ └── wireframes.svg │ ├── sitemap.graffle │ ├── sitemap.pdf │ └── taxonomy-integration │ │ ├── current-awareness │ │ ├── current-awareness.graffle │ │ ├── current-awareness.pdf │ │ ├── schema.graffle │ │ └── schema.pdf │ │ ├── intranet │ │ ├── 2024-11-20 taxonomy.csv │ │ ├── taxonomy.csv │ │ └── workflow │ │ │ ├── workflow.graffle │ │ │ └── workflow.svg │ │ ├── subject-specialists │ │ ├── subject-specialist-finder.graffle │ │ ├── subject-specialist-finder.pdf │ │ └── subject-specialist-finder.svg │ │ ├── taxonomy-integration.graffle │ │ └── taxonomy-integration.svg ├── meta │ ├── .gitignore │ └── sketch.jpg ├── newdocgen.rb ├── relational │ ├── mnis-future │ │ ├── house-membership │ │ │ ├── house-membership.graffle │ │ │ └── house-membership.png │ │ ├── index.md │ │ ├── schema.graffle │ │ ├── schema.pdf │ │ ├── schema.sql │ │ └── schema.svg │ ├── mnis │ │ ├── candidates │ │ │ ├── mnis-members.xml │ │ │ └── mnis-results.xml │ │ ├── general-election │ │ │ └── backups │ │ │ │ ├── constituencies │ │ │ │ ├── 23-07-27.csv │ │ │ │ ├── 23-08-18.csv │ │ │ │ ├── 23-09-21.csv │ │ │ │ ├── 23-12-08.csv │ │ │ │ └── 24.04.11.csv │ │ │ │ └── parties │ │ │ │ ├── 2023-07-27.csv │ │ │ │ ├── 2024-04-11.csv │ │ │ │ ├── democracy-club.csv │ │ │ │ └── mnis.csv │ │ ├── idms-concerns │ │ │ ├── schema.graffle │ │ │ ├── schema.pdf │ │ │ └── schema.svg │ │ ├── oaths │ │ │ ├── oaths.graffle │ │ │ └── oaths.svg │ │ ├── queries │ │ │ ├── MP website link checker.ipynb │ │ │ ├── README.md │ │ │ ├── environment.yml │ │ │ └── index.md │ │ ├── schema.graffle │ │ ├── schema.pdf │ │ ├── schema.sql │ │ └── schema.svg │ └── register-of-members-financial-interests │ │ ├── commons │ │ ├── categories │ │ │ ├── category-1 │ │ │ │ ├── category-1.graffle │ │ │ │ ├── category-1.svg │ │ │ │ ├── form-1.docx │ │ │ │ ├── form-2.docx │ │ │ │ └── index.md │ │ │ ├── category-10 │ │ │ │ ├── category-10.graffle │ │ │ │ ├── category-10.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ │ ├── category-2 │ │ │ │ ├── category-2.graffle │ │ │ │ ├── category-2.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ │ ├── category-3 │ │ │ │ ├── category-3.graffle │ │ │ │ ├── category-3.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ │ ├── category-4 │ │ │ │ ├── category-4.graffle │ │ │ │ ├── category-4.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ │ ├── category-5 │ │ │ │ ├── category-5.graffle │ │ │ │ ├── category-5.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ │ ├── category-6 │ │ │ │ ├── category-6.graffle │ │ │ │ ├── category-6.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ │ ├── category-7 │ │ │ │ ├── category-7.graffle │ │ │ │ ├── category-7.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ │ ├── category-8 │ │ │ │ ├── category-8.graffle │ │ │ │ ├── category-8.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ │ └── category-9 │ │ │ │ ├── category-9.graffle │ │ │ │ ├── category-9.svg │ │ │ │ ├── form.docx │ │ │ │ └── index.md │ │ ├── flow.graffle │ │ ├── flow.svg │ │ ├── forms │ │ │ ├── new-member.pdf │ │ │ └── returning-member.pdf │ │ └── index.md │ │ ├── competency-question.md │ │ ├── index.md │ │ ├── lords │ │ ├── categories │ │ │ ├── category-1 │ │ │ │ └── index.md │ │ │ ├── category-10 │ │ │ │ └── index.md │ │ │ ├── category-2 │ │ │ │ └── index.md │ │ │ ├── category-3 │ │ │ │ └── index.md │ │ │ ├── category-4 │ │ │ │ └── index.md │ │ │ ├── category-5 │ │ │ │ └── index.md │ │ │ ├── category-6 │ │ │ │ └── index.md │ │ │ ├── category-7 │ │ │ │ └── index.md │ │ │ ├── category-8 │ │ │ │ └── index.md │ │ │ └── category-9 │ │ │ │ └── index.md │ │ ├── flow.graffle │ │ ├── flow.svg │ │ └── index.md │ │ ├── schema-edit.graffle │ │ ├── schema.graffle │ │ ├── schema.pdf │ │ └── schema.svg ├── requirements.txt ├── search │ ├── beta │ │ ├── dependencies.graffle │ │ └── dependencies.pdf │ ├── frontend │ │ ├── facets │ │ │ └── members │ │ │ │ ├── venn.graffle │ │ │ │ └── venn.svg │ │ ├── power-search │ │ │ └── powersearch.xml │ │ ├── result-items │ │ │ ├── boxes.graffle │ │ │ ├── boxes.png │ │ │ ├── boxes.svg │ │ │ └── treatments │ │ │ │ ├── treatments.graffle │ │ │ │ └── treatments.svg │ │ ├── sentences │ │ │ ├── papers-reported.rb │ │ │ ├── sentences.graffle │ │ │ └── sentences.svg │ │ └── subjects │ │ │ ├── subjects.graffle │ │ │ └── subjects.svg │ ├── middleware │ │ ├── ses │ │ │ ├── dependencies.graffle │ │ │ └── dependencies.pdf │ │ └── solr │ │ │ ├── data-dictionary │ │ │ ├── get_distributions.py │ │ │ └── parse_solr_xml.py │ │ │ └── data-tidies │ │ │ └── tidies.rb │ └── search-indexing │ │ ├── data-flow.graffle │ │ ├── data-flow.pdf │ │ └── wardley │ │ ├── map.graffle │ │ ├── map.pdf │ │ └── map.svg ├── templates │ ├── ontologies-index.html │ └── ontology.html ├── triple-stores │ ├── data-dot-parliament.pdf │ └── search-and-indexing.pdf ├── validator.py └── weeknotes │ ├── 2019 │ ├── 22 │ │ └── index.md │ ├── 26 │ │ └── index.md │ ├── 27 │ │ └── index.md │ ├── 29 │ │ └── index.md │ ├── 33 │ │ └── index.md │ ├── 34 │ │ └── index.md │ ├── 44 │ │ └── index.md │ ├── 45 │ │ └── index.md │ ├── 46 │ │ └── index.md │ ├── 47 │ │ └── index.md │ ├── 48 │ │ └── index.md │ ├── 49 │ │ └── index.md │ ├── 50 │ │ └── index.md │ ├── 51 │ │ └── index.md │ └── index.md │ ├── 2020 │ ├── 10 │ │ └── index.md │ ├── 12 │ │ └── index.md │ ├── 13 │ │ └── index.md │ ├── 14 │ │ └── index.md │ ├── 15 │ │ └── index.md │ ├── 16 │ │ └── index.md │ ├── 17 │ │ └── index.md │ ├── 18 │ │ └── index.md │ ├── 19 │ │ └── index.md │ ├── 20 │ │ └── index.md │ ├── 21 │ │ └── index.md │ ├── 22 │ │ └── index.md │ ├── 23 │ │ └── index.md │ ├── 24 │ │ └── index.md │ ├── 25 │ │ └── index.md │ ├── 26 │ │ └── index.md │ ├── 27 │ │ └── index.md │ ├── 28 │ │ └── index.md │ ├── 29 │ │ └── index.md │ ├── 30 │ │ └── index.md │ ├── 31 │ │ └── index.md │ ├── 32 │ │ └── index.md │ ├── 33 │ │ └── index.md │ ├── 34 │ │ └── index.md │ ├── 35 │ │ └── index.md │ ├── 36 │ │ └── index.md │ ├── 37 │ │ └── index.md │ ├── 38 │ │ └── index.md │ ├── 39 │ │ └── index.md │ ├── 40 │ │ └── index.md │ ├── 41 │ │ └── index.md │ ├── 42 │ │ └── index.md │ ├── 44 │ │ └── index.md │ ├── 45 │ │ └── index.md │ ├── 46 │ │ └── index.md │ ├── 47 │ │ └── index.md │ ├── 48 │ │ └── index.md │ ├── 49 │ │ ├── index.md │ │ └── machine-pnsi.png │ ├── 50 │ │ ├── index.md │ │ └── machine-pnsi.png │ ├── 51 │ │ └── index.md │ ├── 03 │ │ └── index.md │ ├── 04 │ │ └── index.md │ ├── 05 │ │ └── index.md │ ├── 06 │ │ └── index.md │ ├── 07 │ │ └── index.md │ ├── 08 │ │ └── index.md │ ├── 09 │ │ └── index.md │ └── index.md │ ├── 2021 │ ├── 10 │ │ ├── index.md │ │ └── slsc.pdf │ ├── 11 │ │ ├── draft-affirmative.png │ │ ├── evel-certification.png │ │ ├── index.md │ │ ├── jcsi.png │ │ ├── scsi.png │ │ └── slsc.png │ ├── 12 │ │ ├── draft-affirmative.png │ │ ├── index.md │ │ ├── lgfr.png │ │ └── test-procedure.png │ ├── 13 │ │ └── index.md │ ├── 14 │ │ └── index.md │ ├── 15 │ │ └── index.md │ ├── 16 │ │ ├── index.md │ │ └── machine-made-affirmative.pdf │ ├── 17 │ │ ├── index.md │ │ └── machine-lords-eu-committes.pdf │ ├── 18 │ │ └── index.md │ ├── 19 │ │ ├── index.md │ │ └── machine-published-drafts-under-euwa.pdf │ ├── 20 │ │ └── index.md │ ├── 21 │ │ └── index.md │ ├── 22 │ │ └── index.md │ ├── 23 │ │ └── index.md │ ├── 24 │ │ └── index.md │ ├── 25 │ │ └── index.md │ ├── 26 │ │ └── index.md │ ├── 27 │ │ └── index.md │ ├── 28 │ │ └── index.md │ ├── 30 │ │ └── index.md │ ├── 31 │ │ ├── index.md │ │ └── parse.gif │ ├── 32 │ │ └── index.md │ ├── 33 │ │ └── index.md │ ├── 35 │ │ └── index.md │ ├── 36 │ │ └── index.md │ ├── 37 │ │ └── index.md │ ├── 38 │ │ └── index.md │ ├── 39 │ │ └── index.md │ ├── 40 │ │ └── index.md │ ├── 41 │ │ └── index.md │ ├── 42 │ │ └── index.md │ ├── 44 │ │ └── index.md │ ├── 45 │ │ └── index.md │ ├── 47 │ │ └── index.md │ ├── 49 │ │ └── index.md │ ├── 50 │ │ └── index.md │ ├── 01 │ │ └── index.md │ ├── 02 │ │ └── index.md │ ├── 03 │ │ └── index.md │ ├── 04 │ │ ├── index.md │ │ └── pnsi.png │ ├── 05 │ │ └── index.md │ ├── 06 │ │ ├── draft-negative.graffle │ │ ├── draft-negative.png │ │ └── index.md │ ├── 07 │ │ └── index.md │ ├── 08 │ │ └── index.md │ ├── 09 │ │ └── index.md │ └── index.md │ ├── 2022 │ ├── 10 │ │ └── index.md │ ├── 11 │ │ └── index.md │ ├── 12 │ │ └── index.md │ ├── 16 │ │ └── index.md │ ├── 17 │ │ └── index.md │ ├── 19 │ │ └── index.md │ ├── 20 │ │ └── index.md │ ├── 21 │ │ └── index.md │ ├── 24 │ │ └── index.md │ ├── 26 │ │ └── index.md │ ├── 30 │ │ └── index.md │ ├── 38 │ │ └── index.md │ ├── 39 │ │ ├── eric-morecambe.gif │ │ ├── index.md │ │ ├── not-wonky.png │ │ └── wonky.png │ ├── 41 │ │ └── index.md │ ├── 43 │ │ └── index.md │ ├── 45 │ │ └── index.md │ ├── 46 │ │ └── index.md │ ├── 48 │ │ └── index.md │ ├── 02 │ │ └── index.md │ ├── 03 │ │ └── index.md │ ├── 05 │ │ └── index.md │ ├── 06 │ │ └── index.md │ ├── 07 │ │ └── index.md │ ├── 08 │ │ └── index.md │ ├── 09 │ │ └── index.md │ └── index.md │ ├── 2023 │ ├── 11 │ │ └── index.md │ ├── 14 │ │ ├── index.md │ │ └── robots │ │ │ └── index.md │ ├── 18 │ │ └── index.md │ ├── 21 │ │ └── index.md │ ├── 24 │ │ └── index.md │ ├── 29 │ │ └── index.md │ ├── 30 │ │ └── index.md │ ├── 32 │ │ └── index.md │ ├── 36 │ │ └── index.md │ ├── 38 │ │ └── index.md │ ├── 43 │ │ └── index.md │ ├── 45 │ │ └── index.md │ ├── 46 │ │ └── index.md │ ├── 48 │ │ └── index.md │ ├── 50 │ │ └── index.md │ ├── 03 │ │ └── index.md │ ├── 04 │ │ └── index.md │ ├── 05 │ │ └── index.md │ ├── 06 │ │ └── index.md │ ├── 08 │ │ └── index.md │ └── index.md │ ├── 2024 │ ├── 10 │ │ └── index.md │ ├── 12 │ │ └── index.md │ ├── 15 │ │ └── index.md │ ├── 18 │ │ └── index.md │ ├── 20 │ │ └── index.md │ ├── 29 │ │ └── index.md │ ├── 31 │ │ └── index.md │ ├── 33 │ │ └── index.md │ ├── 36 │ │ └── index.md │ ├── 39 │ │ └── index.md │ ├── 42 │ │ └── index.md │ ├── 43 │ │ └── index.md │ ├── 44 │ │ └── index.md │ ├── 46 │ │ └── index.md │ ├── 47 │ │ └── index.md │ ├── 49 │ │ └── index.md │ ├── 03 │ │ └── index.md │ ├── 05 │ │ └── index.md │ ├── 07 │ │ └── index.md │ └── index.md │ ├── 2025 │ ├── 10 │ │ └── index.md │ ├── 12 │ │ └── index.md │ ├── 15 │ │ └── index.md │ ├── 18 │ │ └── index.md │ ├── 21 │ │ └── index.md │ ├── 25 │ │ └── index.md │ ├── 30 │ │ └── index.md │ ├── 32 │ │ └── index.md │ ├── 34 │ │ └── index.md │ ├── 36 │ │ └── index.md │ ├── 40 │ │ └── index.md │ ├── 43 │ │ └── index.md │ ├── 02 │ │ └── index.md │ ├── 05 │ │ └── index.md │ ├── 07 │ │ └── index.md │ └── index.md │ ├── feed.rss │ └── index.md ├── motion ├── early-day-motions │ ├── message.json │ ├── schema.graffle │ ├── schema.svg │ └── withdrawn-edm-query ├── motion.graffle └── motion.svg ├── oasis ├── oasis.graffle ├── oasis.svg └── relational │ ├── erd.png │ ├── oasis.graffle │ └── oasis.svg ├── oral-contribution ├── contribution-type-taxonomy │ ├── contribution-type.graffle │ └── contribution-type.pdf ├── oral-contribution-ontology.html ├── oral-contribution-ontology.ttl ├── oral-contribution.graffle └── oral-contribution.svg ├── order-to-print ├── order-to-print-ontology.html ├── order-to-print-ontology.ttl ├── order-to-print.graffle └── order-to-print.svg ├── organisation-accountable-to-parliament ├── organisation-accountable-to-parliament-ontology.html ├── organisation-accountable-to-parliament-ontology.ttl ├── organisation-accountable-to-parliament.graffle └── organisation-accountable-to-parliament.svg ├── paper-type ├── paper-type-ontology.html ├── paper-type-ontology.ttl ├── paper-type.graffle └── paper-type.svg ├── paper ├── meta │ ├── parliamentary-papers.graffle │ └── parliamentary-papers.svg ├── paper-ontology.html ├── paper-ontology.ttl ├── paper.graffle └── paper.svg ├── parliamentary-bloc ├── parliamentary-bloc-ontology.html ├── parliamentary-bloc-ontology.ttl ├── parliamentary-bloc.graffle └── parliamentary-bloc.svg ├── peerage ├── peerage-ontology.html ├── peerage-ontology.ttl ├── peerage.graffle └── peerage.svg ├── person ├── person-ontology.html ├── person-ontology.ttl ├── person.graffle └── person.svg ├── petition ├── petition-full.graffle ├── petition-full.png ├── petition-ontology.html ├── petition-ontology.ttl ├── petition.graffle └── petition.png ├── place ├── place-ontology.html ├── place-ontology.ttl ├── place.graffle └── place.png ├── presentation ├── presentation-ontology.html ├── presentation-ontology.ttl ├── presentation.graffle └── presentation.svg ├── procedure-step-annotation ├── procedure-step-annotation-ontology.html ├── procedure-step-annotation-ontology.ttl ├── procedure-step-annotation.graffle └── procedure-step-annotation.svg ├── procedure ├── maps │ ├── index.md │ ├── legislation │ │ ├── components │ │ │ ├── evel-certification │ │ │ │ ├── evel-certification.dot │ │ │ │ ├── evel-certification.pdf │ │ │ │ └── evel-certification.vsdx │ │ │ └── index.md │ │ ├── index.md │ │ ├── primary │ │ │ ├── index.md │ │ │ ├── public-bills │ │ │ │ ├── components │ │ │ │ │ ├── commons │ │ │ │ │ │ ├── examination-and-standing-orders-committee │ │ │ │ │ │ │ ├── examination-and-standing-orders-committee.graffle │ │ │ │ │ │ │ ├── examination-and-standing-orders-committee.pdf │ │ │ │ │ │ │ └── examination-and-standing-orders-committee.vsdx │ │ │ │ │ │ ├── fast-tracking │ │ │ │ │ │ │ ├── fast-tracking.graffle │ │ │ │ │ │ │ ├── fast-tracking.pdf │ │ │ │ │ │ │ └── fast-tracking.vsdx │ │ │ │ │ │ ├── first-reading │ │ │ │ │ │ │ ├── first-reading.dot │ │ │ │ │ │ │ ├── first-reading.graffle │ │ │ │ │ │ │ ├── first-reading.pdf │ │ │ │ │ │ │ └── first-reading.vsdx │ │ │ │ │ │ ├── report-stage │ │ │ │ │ │ │ └── notes.txt │ │ │ │ │ │ ├── second-reading │ │ │ │ │ │ │ ├── second-reading.graffle │ │ │ │ │ │ │ ├── second-reading.pdf │ │ │ │ │ │ │ └── second-reading.vsdx │ │ │ │ │ │ └── ten-minute-rule │ │ │ │ │ │ │ ├── ten-minute-rule.dot │ │ │ │ │ │ │ ├── ten-minute-rule.graffle │ │ │ │ │ │ │ ├── ten-minute-rule.pdf │ │ │ │ │ │ │ └── ten-minute-rule.vsdx │ │ │ │ │ ├── devolved-legislature-consent │ │ │ │ │ │ ├── northern-ireland-assembly │ │ │ │ │ │ │ ├── northern-ireland-assembly-consent.dot │ │ │ │ │ │ │ ├── northern-ireland-assembly-consent.pdf │ │ │ │ │ │ │ └── northern-ireland-assembly-consent.vsdx │ │ │ │ │ │ ├── scottish-parliament │ │ │ │ │ │ │ ├── scottish-parliament-consent.dot │ │ │ │ │ │ │ ├── scottish-parliament-consent.pdf │ │ │ │ │ │ │ └── scottish-parliament-consent.vsdx │ │ │ │ │ │ └── senedd-cymru │ │ │ │ │ │ │ ├── senedd-cymru-consent.dot │ │ │ │ │ │ │ ├── senedd-cymru-consent.pdf │ │ │ │ │ │ │ └── senedd-cymru-consent.vsdx │ │ │ │ │ ├── prerogative-consent │ │ │ │ │ │ ├── great-steward-of-scotlands-consent │ │ │ │ │ │ │ ├── great-steward-of-scotlands-consent.dot │ │ │ │ │ │ │ ├── great-steward-of-scotlands-consent.graffle │ │ │ │ │ │ │ ├── great-steward-of-scotlands-consent.pdf │ │ │ │ │ │ │ ├── great-steward-of-scotlands-consent.svg │ │ │ │ │ │ │ └── great-steward-of-scotlands-consent.vsdx │ │ │ │ │ │ ├── kings-consent │ │ │ │ │ │ │ ├── kings-consent.pdf │ │ │ │ │ │ │ └── kings-consent.vsdx │ │ │ │ │ │ ├── prince-of-wales-consent │ │ │ │ │ │ │ ├── prince-of-wales-consent.dot │ │ │ │ │ │ │ ├── prince-of-wales-consent.graffle │ │ │ │ │ │ │ ├── prince-of-wales-consent.pdf │ │ │ │ │ │ │ ├── prince-of-wales-consent.svg │ │ │ │ │ │ │ └── prince-of-wales-consent.vsdx │ │ │ │ │ │ └── queens-consent │ │ │ │ │ │ │ ├── queens-consent.dot │ │ │ │ │ │ │ ├── queens-consent.graffle │ │ │ │ │ │ │ ├── queens-consent.pdf │ │ │ │ │ │ │ ├── queens-consent.svg │ │ │ │ │ │ │ └── queens-consent.vsdx │ │ │ │ │ └── resolutions │ │ │ │ │ │ ├── regency │ │ │ │ │ │ ├── regency.graffle │ │ │ │ │ │ ├── regency.pdf │ │ │ │ │ │ └── regency.vsdx │ │ │ │ │ │ ├── sovereign-grant │ │ │ │ │ │ ├── sovereign-grant.graffle │ │ │ │ │ │ ├── sovereign-grant.pdf │ │ │ │ │ │ └── sovereign-grant.vsdx │ │ │ │ │ │ ├── supply-and-appropriation │ │ │ │ │ │ ├── supply-and-appropriation.graffle │ │ │ │ │ │ ├── supply-and-appropriation.pdf │ │ │ │ │ │ └── supply-and-appropriation.vsdx │ │ │ │ │ │ └── ways-and-means │ │ │ │ │ │ ├── ways-and-means.graffle │ │ │ │ │ │ └── ways-and-means.pdf │ │ │ │ ├── public-bills.dot │ │ │ │ ├── public-bills.pdf │ │ │ │ └── public-bills.vsdx │ │ │ └── stripping-down.graffle │ │ └── secondary │ │ │ ├── components │ │ │ └── slsc │ │ │ │ ├── slsc.dot │ │ │ │ ├── slsc.pdf │ │ │ │ └── slsc.vsdx │ │ │ ├── index.md │ │ │ ├── proposed-negative-sis │ │ │ ├── commons-committees │ │ │ │ ├── commons-committees.dot │ │ │ │ ├── commons-committees.pdf │ │ │ │ └── commons-committees.vsdx │ │ │ ├── proposed-negative-sis.dot │ │ │ ├── proposed-negative-sis.pdf │ │ │ └── proposed-negative-sis.vsdx │ │ │ ├── published-drafts-under-euwa │ │ │ ├── published-drafts-under-euwa.dot │ │ │ ├── published-drafts-under-euwa.pdf │ │ │ └── published-drafts-under-euwa.vsdx │ │ │ └── statutory-instruments │ │ │ ├── affirmative-procedures │ │ │ ├── components │ │ │ │ ├── commons-motions │ │ │ │ │ ├── commons-motions.dot │ │ │ │ │ ├── commons-motions.pdf │ │ │ │ │ └── commons-motions.vsdx │ │ │ │ └── lords-motions │ │ │ │ │ ├── lords-motions.dot │ │ │ │ │ ├── lords-motions.pdf │ │ │ │ │ └── lords-motions.vsdx │ │ │ ├── draft │ │ │ │ ├── components │ │ │ │ │ ├── jcsi-scrutiny-reserve │ │ │ │ │ │ ├── jcsi-scrutiny-reserve-draft-affirmative.pdf │ │ │ │ │ │ └── jcsi-scrutiny-reserve-draft-affirmative.vsdx │ │ │ │ │ └── motions │ │ │ │ │ │ ├── commons-motions │ │ │ │ │ │ ├── commons-motions-draft-affirmative.pdf │ │ │ │ │ │ └── commons-motions-draft-affirmative.vsdx │ │ │ │ │ │ └── lords-motions │ │ │ │ │ │ ├── lords-motions-draft-affirmative.pdf │ │ │ │ │ │ └── lords-motions-draft-affirmative.vsdx │ │ │ │ ├── draft-affirmative.dot │ │ │ │ ├── draft-affirmative.pdf │ │ │ │ └── draft-affirmative.vsdx │ │ │ └── made │ │ │ │ ├── components │ │ │ │ ├── jcsi-scrutiny-reserve │ │ │ │ │ ├── jcsi-scrutiny-reserve-made-affirmative.pdf │ │ │ │ │ └── jcsi-scrutiny-reserve-made-affirmative.vsdx │ │ │ │ └── motions │ │ │ │ │ ├── commons-motions │ │ │ │ │ ├── commons-motions-made-affirmative.pdf │ │ │ │ │ └── commons-motions-made-affirmative.vsdx │ │ │ │ │ └── lords-motions │ │ │ │ │ ├── lords-motions-made-affirmative.pdf │ │ │ │ │ └── lords-motions-made-affirmative.vsdx │ │ │ │ ├── made-affirmative.dot │ │ │ │ ├── made-affirmative.pdf │ │ │ │ └── made-affirmative.vsdx │ │ │ ├── components │ │ │ ├── jcsi │ │ │ │ ├── jcsi.pdf │ │ │ │ └── jcsi.vsdx │ │ │ ├── local-government-finance-report │ │ │ │ ├── local-government-finance-report.dot │ │ │ │ ├── local-government-finance-report.pdf │ │ │ │ ├── local-government-finance-report.svg │ │ │ │ └── local-government-finance-report.vsdx │ │ │ └── scsi │ │ │ │ ├── scsi.dot │ │ │ │ ├── scsi.pdf │ │ │ │ ├── scsi.svg │ │ │ │ └── scsi.vsdx │ │ │ ├── negative-procedures │ │ │ ├── draft │ │ │ │ ├── components │ │ │ │ │ ├── motions │ │ │ │ │ │ ├── commons-motions │ │ │ │ │ │ │ ├── Commons motions for draft negative.pdf │ │ │ │ │ │ │ ├── Commons motions for draft negative.vsdx │ │ │ │ │ │ │ ├── commons-motions.pdf │ │ │ │ │ │ │ ├── commons-motions.vsdx │ │ │ │ │ │ │ └── motions-to-consider │ │ │ │ │ │ │ │ ├── commons-motion-to-consider.pdf │ │ │ │ │ │ │ │ └── commons-motion-to-consider.vsdx │ │ │ │ │ │ └── lords-motions │ │ │ │ │ │ │ ├── lords-motions-draft-negative.pdf │ │ │ │ │ │ │ └── lords-motions-draft-negative.vsdx │ │ │ │ │ └── referral-to-delegated-legislation-committee │ │ │ │ │ │ ├── delegated-legislation-committee-referral.pdf │ │ │ │ │ │ ├── delegated-legislation-committee-referral.vsdx │ │ │ │ │ │ ├── draft negative- delegated-legislation-committee-referral.pdf │ │ │ │ │ │ └── draft negative- delegated-legislation-committee-referral.vsdx │ │ │ │ ├── draft-negative.dot │ │ │ │ ├── draft-negative.pdf │ │ │ │ └── draft-negative.vsdx │ │ │ └── made │ │ │ │ ├── components │ │ │ │ ├── motions │ │ │ │ │ ├── commons-motions │ │ │ │ │ │ ├── commons-motions.pdf │ │ │ │ │ │ ├── commons-motions.vsdx │ │ │ │ │ │ ├── made-negative-commons-motions.pdf │ │ │ │ │ │ ├── made-negative-commons-motions.vsdx │ │ │ │ │ │ └── motions-to-consider │ │ │ │ │ │ │ ├── commons-motion-to-consider.pdf │ │ │ │ │ │ │ └── commons-motion-to-consider.vsdx │ │ │ │ │ └── lords-motions │ │ │ │ │ │ ├── lords-motions-made-negative.pdf │ │ │ │ │ │ └── lords-motions-made-negative.vsdx │ │ │ │ └── referral-to-delegated-legislation-committee │ │ │ │ │ ├── delegated-legislation-committee-referral.pdf │ │ │ │ │ ├── delegated-legislation-committee-referral.vsdx │ │ │ │ │ ├── made negative - delegated-legislation-committee-referral.pdf │ │ │ │ │ └── made negative - delegated-legislation-committee-referral.vsdx │ │ │ │ ├── made-negative.dot │ │ │ │ ├── made-negative.pdf │ │ │ │ └── made-negative.vsdx │ │ │ └── super-affirmative-procedures │ │ │ ├── components │ │ │ └── dprrc-scrutiny-reserve │ │ │ │ ├── dprrc-scrutiny-reserve.dot │ │ │ │ ├── dprrc-scrutiny-reserve.pdf │ │ │ │ └── dprrc-scrutiny-reserve.vsdx │ │ │ ├── enhanced-affirmative-under-ipa16 │ │ │ ├── enhanced-affirmative-under-IPA16.pdf │ │ │ ├── enhanced-affirmative-under-IPA16.vsdx │ │ │ └── enhanced-affirmatives-under-ipa16.dot │ │ │ ├── index.md │ │ │ ├── legislative-reform-orders │ │ │ ├── components │ │ │ │ ├── commons │ │ │ │ │ ├── committee-consideration │ │ │ │ │ │ ├── committee-consideration.dot │ │ │ │ │ │ ├── committee-consideration.pdf │ │ │ │ │ │ └── committee-consideration.vsdx │ │ │ │ │ └── procedure-determination │ │ │ │ │ │ ├── procedure-determination.dot │ │ │ │ │ │ ├── procedure-determination.pdf │ │ │ │ │ │ └── procedure-determination.vsdx │ │ │ │ ├── draft-affirmative │ │ │ │ │ ├── draft-affirmative.dot │ │ │ │ │ ├── draft-affirmative.pdf │ │ │ │ │ └── draft-affirmative.vsdx │ │ │ │ ├── draft-negative │ │ │ │ │ ├── draft-negative.dot │ │ │ │ │ ├── draft-negative.pdf │ │ │ │ │ └── draft-negative.vsdx │ │ │ │ └── lords │ │ │ │ │ ├── committee-consideration │ │ │ │ │ ├── committee-consideration.dot │ │ │ │ │ ├── committee-consideration.pdf │ │ │ │ │ └── committee-consideration.vsdx │ │ │ │ │ ├── debates │ │ │ │ │ ├── debates.dot │ │ │ │ │ ├── debates.pdf │ │ │ │ │ └── debates.vsdx │ │ │ │ │ └── procedure-determination │ │ │ │ │ ├── procedure-determination.dot │ │ │ │ │ ├── procedure-determination.pdf │ │ │ │ │ └── procedure-determination.vsdx │ │ │ ├── legislative-reform-order.dot │ │ │ ├── legislative-reform-order.pdf │ │ │ ├── legislative-reform-order.vsdx │ │ │ └── lords-debates.md │ │ │ └── remedial-orders │ │ │ ├── draft-affirmative │ │ │ ├── draft-affirmative.dot │ │ │ ├── draft-affirmative.pdf │ │ │ └── draft-affirmative.vsdx │ │ │ ├── made-affirmative │ │ │ ├── components │ │ │ │ └── jchr-scrutiny-reserve │ │ │ │ │ ├── jchr-scrutiny-reserve.dot │ │ │ │ │ ├── jchr-scrutiny-reserve.pdf │ │ │ │ │ └── jchr-scrutiny-reserve.vsdx │ │ │ ├── made-affirmative.dot │ │ │ ├── made-affirmative.pdf │ │ │ └── made-affirmative.vsdx │ │ │ └── proposed-draft-remedial-order │ │ │ ├── proposed-draft-remedial-order.dot │ │ │ ├── proposed-draft-remedial-order.pdf │ │ │ └── proposed-draft-remedial-order.vsdx │ ├── meta │ │ ├── design-notes │ │ │ └── index.md │ │ ├── keys │ │ │ └── index.md │ │ └── motion-cheat-sheets │ │ │ ├── index.md │ │ │ └── legislation │ │ │ └── secondary │ │ │ └── statutory-instrument │ │ │ ├── affirmative │ │ │ ├── draft │ │ │ │ └── index.md │ │ │ └── made │ │ │ │ └── index.md │ │ │ └── negative │ │ │ ├── draft │ │ │ └── index.md │ │ │ └── made │ │ │ └── index.md │ └── treaties │ │ ├── crag-treaties │ │ ├── components │ │ │ ├── bat │ │ │ │ ├── bat.dot │ │ │ │ ├── btc.pdf │ │ │ │ └── btc.vsdx │ │ │ ├── efra │ │ │ │ ├── efra.dot │ │ │ │ ├── efra.pdf │ │ │ │ └── efra.vsdx │ │ │ ├── hac │ │ │ │ ├── hac.dot │ │ │ │ ├── hac.pdf │ │ │ │ └── hac.vsdx │ │ │ ├── iac+eac │ │ │ │ ├── iac+eac.dot │ │ │ │ ├── iac+eac.pdf │ │ │ │ └── iac+eac.vsdx │ │ │ ├── itc │ │ │ │ ├── itc.dot │ │ │ │ ├── itc.pdf │ │ │ │ └── itc.vsdx │ │ │ ├── jchr │ │ │ │ ├── jchr.dot │ │ │ │ ├── jchr.pdf │ │ │ │ └── jchr.vsdx │ │ │ ├── lords-committees │ │ │ │ ├── lords-committees.dot │ │ │ │ ├── lords-committees.pdf │ │ │ │ └── lords-committees.vsdx │ │ │ ├── niac │ │ │ │ ├── niac.dot │ │ │ │ ├── niac.pdf │ │ │ │ └── niac.vsdx │ │ │ ├── other-commons-committees │ │ │ │ ├── other-commons-committees.dot │ │ │ │ ├── other-commons-committees.pdf │ │ │ │ └── other-commons-committees.vsdx │ │ │ ├── pac │ │ │ │ ├── pac.dot │ │ │ │ ├── pac.pdf │ │ │ │ └── pac.vsdx │ │ │ └── pre-laying-scrutiny │ │ │ │ ├── pre-laying-scrutiny.dot │ │ │ │ ├── pre-laying-scrutiny.pdf │ │ │ │ └── pre-laying-scrutiny.vsdx │ │ ├── crag-treaties.dot │ │ ├── crag-treaties.pdf │ │ └── crag-treaties.vsdx │ │ └── index.md ├── meta │ ├── currentness │ │ ├── currentness.md │ │ └── routes-for-current-ness.md │ ├── editor │ │ ├── data-flow │ │ │ ├── data-flow.graffle │ │ │ └── data-flow.svg │ │ ├── data-graphs │ │ │ ├── instance-data │ │ │ │ ├── data-loading.md │ │ │ │ ├── data.graffle │ │ │ │ ├── data.svg │ │ │ │ └── dumps │ │ │ │ │ ├── loaded │ │ │ │ │ ├── acts-of-parliament.csv │ │ │ │ │ ├── business_steps.csv │ │ │ │ │ ├── calculation-styles.csv │ │ │ │ │ ├── clocks.csv │ │ │ │ │ ├── houses.csv │ │ │ │ │ ├── legislatures.csv │ │ │ │ │ ├── non-business-steps.csv │ │ │ │ │ ├── organisations-accountable-parliament.csv │ │ │ │ │ ├── parliament-periods.csv │ │ │ │ │ ├── procedure-availability.csv │ │ │ │ │ ├── procedures.csv │ │ │ │ │ ├── publications.csv │ │ │ │ │ ├── sessions.csv │ │ │ │ │ ├── step-collections.csv │ │ │ │ │ ├── step-display-depths.csv │ │ │ │ │ └── step-types.csv │ │ │ │ │ └── reporting │ │ │ │ │ ├── ignored-routes.csv │ │ │ │ │ └── route-profileration.csv │ │ │ └── model │ │ │ │ ├── model.graffle │ │ │ │ └── model.svg │ │ ├── procedure-components │ │ │ ├── Procedures and components.pdf │ │ │ ├── Procedures and components.vsdx │ │ │ └── google-sheet.md │ │ ├── schema.graffle │ │ ├── schema.svg │ │ └── target-ia │ │ │ └── procedure │ │ │ ├── urls.graffle │ │ │ └── urls.svg │ ├── informing │ │ ├── informing.graffle │ │ ├── informing.pdf │ │ └── informing.png │ ├── lcm-tracking │ │ └── tracking-lcms.tsv │ ├── queries │ │ ├── enabling-things │ │ │ ├── index.md │ │ │ └── public-acts │ │ │ │ └── index.md │ │ ├── index.md │ │ ├── instrument-types │ │ │ ├── enhanced-affirmatives-under-ipa16 │ │ │ │ └── index.md │ │ │ ├── index.md │ │ │ ├── legislative-reform-orders │ │ │ │ └── index.md │ │ │ ├── proposed-negative-statutory-instruments │ │ │ │ ├── index.md │ │ │ │ └── layings │ │ │ │ │ └── index.md │ │ │ ├── published-drafts-under-euwa │ │ │ │ └── index.md │ │ │ ├── remedial-orders │ │ │ │ └── index.md │ │ │ ├── statutory-instruments │ │ │ │ ├── committees │ │ │ │ │ └── index.md │ │ │ │ ├── debates │ │ │ │ │ └── index.md │ │ │ │ ├── index.md │ │ │ │ ├── layings │ │ │ │ │ └── index.md │ │ │ │ ├── motions │ │ │ │ │ └── index.md │ │ │ │ └── statutory-instrument-flavours │ │ │ │ │ └── index.md │ │ │ ├── template.md │ │ │ └── treaties │ │ │ │ ├── index.md │ │ │ │ ├── lead-organisations │ │ │ │ └── index.md │ │ │ │ └── pre-laying-scrutiny │ │ │ │ └── index.md │ │ ├── making-available-bodies │ │ │ └── index.md │ │ ├── procedural-steps │ │ │ ├── enabled-things │ │ │ │ ├── index.md │ │ │ │ └── layings │ │ │ │ │ └── index.md │ │ │ ├── index.md │ │ │ └── work-packaged-things │ │ │ │ ├── index.md │ │ │ │ └── layings │ │ │ │ └── index.md │ │ ├── procedure-map-meta │ │ │ ├── index.md │ │ │ ├── step-collections │ │ │ │ └── index.md │ │ │ ├── steps │ │ │ │ └── index.md │ │ │ └── time-bound-routes │ │ │ │ └── index.md │ │ ├── scrutiny-types │ │ │ ├── currentness │ │ │ │ └── index.md │ │ │ └── index.md │ │ └── timeline-queries │ │ │ ├── index.md │ │ │ └── published-drafts │ │ │ ├── index.md │ │ │ └── query-text-files │ │ │ ├── v2_637819880471899829.txt │ │ │ ├── v2_637819880472793334.txt │ │ │ ├── v2_637819880476970470.txt │ │ │ ├── v2_637819880481261496.txt │ │ │ ├── v2_637819880485192681.txt │ │ │ ├── v2_637819880489258110.txt │ │ │ ├── v2_637819880494375363.txt │ │ │ ├── v2_637819880499383077.txt │ │ │ └── v2_637819880504579593.txt │ └── treaties │ │ ├── treaties.graffle │ │ └── treaties.pdf ├── procedure-descriptions │ ├── draft-affirmative.md │ ├── draft-negative.md │ ├── index.md │ ├── made-affirmative.md │ ├── made-negative.md │ ├── pnsi.md │ └── treaty.md ├── procedure-ontology.html ├── procedure-ontology.ttl ├── procedure.graffle ├── procedure.svg ├── step-descriptions │ ├── approval-period-begins.md │ ├── original.txt │ └── step-descriptions.csv └── work-package-summary │ ├── draft-affirmative.md │ ├── draft-negative.md │ ├── index.md │ ├── made-affirmative.md │ ├── made-negative.md │ └── pnsi.md ├── proceeding ├── proceeding-events │ ├── proceeding-events.graffle │ └── proceeding-events.svg ├── proceeding-ontology.html ├── proceeding-ontology.ttl ├── proceeding.graffle └── proceeding.svg ├── publisher ├── publisher-ontology.html ├── publisher-ontology.ttl ├── publisher.graffle ├── publisher.png └── urls.txt ├── question-and-answer ├── bots │ └── index.md ├── question-and-answer-ontology.html ├── question-and-answer-ontology.ttl ├── question-and-answer.graffle ├── question-and-answer.svg └── workflows │ └── lords │ ├── flow.graffle │ ├── flow.pdf │ ├── idms.graffle │ └── idms.pdf ├── record-review ├── record-review-ontology.html ├── record-review-ontology.ttl ├── record-review.graffle └── record-review.png ├── record ├── record-ontology.html ├── record-ontology.ttl ├── record.graffle └── record.png ├── related-item ├── related-item-ontology.html ├── related-item-ontology.ttl ├── related-item.graffle └── related-item.svg ├── reporting ├── meta │ └── scribble.graffle ├── reporting-ontology.html ├── reporting-ontology.ttl ├── reporting.graffle └── reporting.svg ├── standing-order ├── relational │ ├── schema.graffle │ └── schema.pdf ├── standing-order-ontology.html ├── standing-order-ontology.ttl ├── standing-order.graffle └── standing-order.svg ├── stats-series ├── data-cube │ ├── examples.zip │ └── report.pdf ├── stats-series-ontology.html ├── stats-series-ontology.ttl ├── stats-series.graffle └── stats-series.png ├── submission ├── submission-ontology.html ├── submission-ontology.ttl ├── submission.graffle └── submission.png ├── tabling ├── tabling-ontology.html ├── tabling-ontology.ttl ├── tabling.graffle └── tabling.svg ├── time-period ├── regnal-years │ ├── regnals.graffle │ └── regnals.svg ├── time-period-ontology.html ├── time-period-ontology.ttl ├── time-period.graffle └── time-period.svg ├── treaty ├── treaty-ontology.html ├── treaty-ontology.ttl ├── treaty.graffle └── treaty.svg ├── utility ├── utility-ontology.html ├── utility-ontology.ttl ├── utility.graffle └── utility.svg ├── written-statement-making ├── written-statement-making-ontology.html ├── written-statement-making-ontology.ttl ├── written-statement-making.graffle └── written-statement-making.svg └── written-statement ├── written-statement-ontology.html ├── written-statement-ontology.ttl ├── written-statement.graffle └── written-statement.svg /.github/workflows/docs.yml: -------------------------------------------------------------------------------- 1 | 2 | name: generate-docs 3 | 4 | defaults: 5 | run: 6 | shell: bash 7 | working-directory: meta 8 | 9 | on: 10 | push: 11 | branches: 12 | - master 13 | 14 | workflow_dispatch: 15 | 16 | jobs: 17 | 18 | generate: 19 | runs-on: ubuntu-latest 20 | 21 | steps: 22 | - uses: actions/checkout@v4.1.7 23 | 24 | - name: install requirements 25 | run: pip3 install -r requirements.txt 26 | 27 | - name: generate-docs.py 28 | run: python3 generate-docs.py 29 | 30 | - name: generate-docs-index.py 31 | run: python3 generate-docs-index.py 32 | 33 | - name: git status 34 | run: git status 35 | 36 | - name: git add . 37 | run: git add . 38 | 39 | - name: Commit files 40 | run: | 41 | git config --local user.email "robertbrook@fastmail.fm" 42 | git config --local user.name "Robert Brook" 43 | git commit -m "Automated build push" 44 | 45 | - name: Push changes 46 | if: github.ref == 'refs/heads/master' 47 | uses: ad-m/github-push-action@v0.6.0 48 | with: 49 | github_token: ${{ secrets.GITHUB_TOKEN }} 50 | 51 | - name: echo index github folder 52 | run: echo "https://ukparliament.github.io/ontologies/meta/html/" 53 | 54 | 55 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .backup 3 | .DS_Store 4 | .vscode/ 5 | **/.#* 6 | #* 7 | **/#* 8 | *# 9 | **/*# 10 | .idea 11 | /html/* 12 | /logs/* 13 | 14 | procedure/flowcharts/proposed-free-trade-agreement-scrutiny-document/ 15 | procedure/maps/treaties/proposed-free-trade-agreement-scrutiny-document/ 16 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Ontology development for UK Parliament 2 | -------------------------------------- 3 | 4 | Work in progress to design data models for UK Parliament. 5 | 6 | Easier to read versions at: https://ukparliament.github.io/ontologies/ 7 | 8 | Authors: [Christopher Alcock](https://twitter.com/chrisalcockdev), Jayne Bosworth, [Robert Brook](https://bsky.app/profile/robertbrook.bsky.social), Ned Morrell, [Silver Oliver](https://twitter.com/silveroliver), [Michael Smethurst](https://bsky.app/profile/fantasticlife.bsky.social), [Anya Somerville](https://bsky.app/profile/anyaso.bsky.social), [Ben Woodhams](https://twitter.com/benwoodhams) 9 | 10 | GitHub: [ukparliament](https://github.com/ukparliament) 11 | 12 | Licensed under the [Open Parliament Licence](http://www.parliament.uk/site-information/copyright/open-parliament-licence/). 13 | 14 | 15 | [![generate-docs](https://github.com/ukparliament/ontologies/actions/workflows/docs.yml/badge.svg)](https://github.com/ukparliament/ontologies/actions/workflows/docs.yml) 16 | 17 | ... 18 | 19 | -------------------------------------------------------------------------------- /agency/agency.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/agency/agency.graffle -------------------------------------------------------------------------------- /bill/bill.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/bill/bill.graffle -------------------------------------------------------------------------------- /citation/citation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/citation/citation.graffle -------------------------------------------------------------------------------- /concept/concept.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/concept/concept.graffle -------------------------------------------------------------------------------- /concept/concept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/concept/concept.png -------------------------------------------------------------------------------- /contact-point/contact-point.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/contact-point/contact-point.graffle -------------------------------------------------------------------------------- /contribution/contribution.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/contribution/contribution.graffle -------------------------------------------------------------------------------- /contribution/contribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/contribution/contribution.png -------------------------------------------------------------------------------- /delegated-legislation/delegated-legislation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/delegated-legislation/delegated-legislation.graffle -------------------------------------------------------------------------------- /delegated-legislation/delegated-legislation/delegated-legislation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/delegated-legislation/delegated-legislation/delegated-legislation.graffle -------------------------------------------------------------------------------- /delegation/delegation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/delegation/delegation.graffle -------------------------------------------------------------------------------- /delegation/noodling/as-is.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/delegation/noodling/as-is.graffle -------------------------------------------------------------------------------- /delegation/noodling/delegation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/delegation/noodling/delegation.graffle -------------------------------------------------------------------------------- /delegation/noodling/to-be.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/delegation/noodling/to-be.graffle -------------------------------------------------------------------------------- /depositing/depositing.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/depositing/depositing.graffle -------------------------------------------------------------------------------- /depositing/meta/deposit.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/depositing/meta/deposit.graffle -------------------------------------------------------------------------------- /depositing/meta/deposit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/depositing/meta/deposit.pdf -------------------------------------------------------------------------------- /election/election.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/election/election.graffle -------------------------------------------------------------------------------- /formal-body-affiliation/formal-body-affiliation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/formal-body-affiliation/formal-body-affiliation.graffle -------------------------------------------------------------------------------- /formal-body-affiliation/formal-body-affiliation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/formal-body-affiliation/formal-body-affiliation.png -------------------------------------------------------------------------------- /formal-body/formal-body.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/formal-body/formal-body.graffle -------------------------------------------------------------------------------- /formal-body/formal-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/formal-body/formal-body.png -------------------------------------------------------------------------------- /geographic-area-overlap/geographic-area-overlap.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/geographic-area-overlap/geographic-area-overlap.graffle -------------------------------------------------------------------------------- /geographic-area/geographic-area.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/geographic-area/geographic-area.graffle -------------------------------------------------------------------------------- /government-organisation/government-organisation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/government-organisation/government-organisation.graffle -------------------------------------------------------------------------------- /government-organisation/government-organisation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/government-organisation/government-organisation.png -------------------------------------------------------------------------------- /house-membership/end-reasons/end-reasons.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/house-membership/end-reasons/end-reasons.vsdx -------------------------------------------------------------------------------- /house-membership/house-membership.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/house-membership/house-membership.graffle -------------------------------------------------------------------------------- /house-membership/transubstantiations/transubstantiations.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/house-membership/transubstantiations/transubstantiations.graffle -------------------------------------------------------------------------------- /house-membership/transubstantiations/transubstantiations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/house-membership/transubstantiations/transubstantiations.pdf -------------------------------------------------------------------------------- /interface/interface-procedure.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/interface/interface-procedure.graffle -------------------------------------------------------------------------------- /interface/interface-procedure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/interface/interface-procedure.pdf -------------------------------------------------------------------------------- /interface/interface.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/interface/interface.graffle -------------------------------------------------------------------------------- /interface/interface.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/interface/interface.pdf -------------------------------------------------------------------------------- /interface/interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/interface/interface.png -------------------------------------------------------------------------------- /laying/laying.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/laying/laying.graffle -------------------------------------------------------------------------------- /lord-bishop/lord-bishop.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/lord-bishop/lord-bishop.graffle -------------------------------------------------------------------------------- /lord-bishop/meta/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/lord-bishop/meta/schema.graffle -------------------------------------------------------------------------------- /lord-bishop/meta/sketch.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/lord-bishop/meta/sketch.graffle -------------------------------------------------------------------------------- /lord-bishop/notes.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/lord-bishop/notes.graffle -------------------------------------------------------------------------------- /making-available/making-available.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/making-available/making-available.graffle -------------------------------------------------------------------------------- /making-available/meta/overview.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/making-available/meta/overview.graffle -------------------------------------------------------------------------------- /making-available/meta/sketch.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/making-available/meta/sketch.graffle -------------------------------------------------------------------------------- /meta/.gitignore: -------------------------------------------------------------------------------- 1 | *.icloud -------------------------------------------------------------------------------- /meta/clerkbot/reading-list.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/clerkbot/reading-list.graffle -------------------------------------------------------------------------------- /meta/example-rdf/house-membership/john-thurso/john-thurso.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/example-rdf/house-membership/john-thurso/john-thurso.graffle -------------------------------------------------------------------------------- /meta/example-rdf/instance-data/bills/passed/to-be/idms-workflow.md: -------------------------------------------------------------------------------- 1 | # IDMS workflow data 2 | 3 | , ,2022-05-10T10:37:45.2850682Z 4 | 5 | , ,Indexed 6 | 7 | , ,daviesmo^^xsd:string 8 | 9 | , ,TRUE 10 | 11 | , ,TRUE 12 | 13 | , ,TRUE 14 | 15 | , , 16 | 17 | , ,2022-04-28T11:39:15.2986732Z 18 | 19 | , ,BAINBRIDGEE^^xsd:string 20 | 21 | , ,26/04/2022 22 | 23 | , ,26/04/2022 -------------------------------------------------------------------------------- /meta/example-rdf/instance-data/bills/passed/to-be/sketch.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/example-rdf/instance-data/bills/passed/to-be/sketch.graffle -------------------------------------------------------------------------------- /meta/example-rdf/instance-data/bills/passed/to-be/unknowns.md: -------------------------------------------------------------------------------- 1 | # Unknowns 2 | 3 | ,skos:prefLabel ,http://data.parliament.uk/bills/54945 4 | 5 | ## Bnodes 6 | 7 | _:node1gu7b0hkax28032 ,rdf:object , 8 | 9 | _:node1gu7b0hkax28033 ,rdf:object , 10 | 11 | _:node1gu7b0hkax28034 ,rdf:object , 12 | 13 | _:node1gu7b0hkax28035 ,rdf:object , 14 | 15 | _:node1gu7b0hkax28036 ,rdf:subject , 16 | 17 | _:node1gu7b0hkax28037 ,rdf:subject , 18 | 19 | _:node1gu7b0hkax28038 ,rdf:subject , 20 | 21 | _:node1gu7b0hkax28039 ,rdf:subject , 22 | 23 | _:node1gu7b0hkax28040 ,rdf:subject , 24 | 25 | _:node1gu7b0hkax28041 ,rdf:subject , 26 | 27 | _:node1gu7b0hkax28042 ,rdf:subject , 28 | 29 | _:node1gu7b0hkax28043 ,rdf:subject , 30 | 31 | -------------------------------------------------------------------------------- /meta/example-rdf/instance-data/deposits/single-file-deposit/to-be/idms-workflow.md: -------------------------------------------------------------------------------- 1 | # IDMS workflow data 2 | 3 | , ,2023-04-27T16:02:48.8887209Z 4 | 5 | , ,Indexed 6 | 7 | , ,REILLYAA^^xsd:string 8 | 9 | , ,TRUE 10 | 11 | , ,TRUE 12 | 13 | , ,2023-04-26T17:47:00.5146546Z 14 | 15 | , ,REILLYAA^^xsd:string 16 | 17 | , ,24/04/2023 18 | 19 | , ,TRUE 20 | 21 | , ,Published -------------------------------------------------------------------------------- /meta/example-rdf/instance-data/deposits/single-file-deposit/to-be/sketch.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/example-rdf/instance-data/deposits/single-file-deposit/to-be/sketch.graffle -------------------------------------------------------------------------------- /meta/example-rdf/instance-data/written-questions-and-answers/wpq-2223-902088.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/example-rdf/instance-data/written-questions-and-answers/wpq-2223-902088.csv -------------------------------------------------------------------------------- /meta/generate-docs-index.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | from datetime import datetime 4 | from pathlib import Path 5 | from jinja2 import Environment, FileSystemLoader, select_autoescape 6 | from markupsafe import Markup 7 | from urllib.parse import urlparse 8 | 9 | 10 | def stemonly(pathvalue): 11 | return Markup(pathvalue.stem) 12 | 13 | 14 | env = Environment( 15 | loader=FileSystemLoader("./templates"), 16 | autoescape=select_autoescape(), 17 | cache_size=0, 18 | trim_blocks=True, 19 | lstrip_blocks=True, 20 | ) 21 | 22 | env.filters["stemonly"] = stemonly 23 | 24 | template = env.get_template("ontologies-index.html") 25 | 26 | htmlfiles = list(Path(".").glob("./html/*ontology.html")) 27 | htmlfiles.sort() 28 | 29 | indexpath = "./html/index.html" 30 | 31 | with open(indexpath, "w") as indexfile: 32 | print(" Writing " + indexpath) 33 | indexfile.write( 34 | template.render( 35 | htmlfiles=htmlfiles, 36 | ) 37 | ) 38 | -------------------------------------------------------------------------------- /meta/library-information-architecture/economic-indicators/economic-indicators.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/economic-indicators/economic-indicators.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/economic-indicators/economic-indicators.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/economic-indicators/economic-indicators.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/enquiries/indexing-flow/indexing-flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/enquiries/indexing-flow/indexing-flow.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/enquiries/periodic-refresh-flow/periodic-refresh-flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/enquiries/periodic-refresh-flow/periodic-refresh-flow.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/decision-tree/decision-tree.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/decision-tree/decision-tree.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/decision-tree/decision-tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/decision-tree/decision-tree.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/as-is/data-flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/as-is/data-flow.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/as-is/data-flow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/as-is/data-flow.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/as-is/data-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/as-is/data-flow.png -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/future/data-flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/future/data-flow.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/future/data-flow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/future/data-flow.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/future/data-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/future/data-flow.png -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/to-be/data-flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/to-be/data-flow.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/to-be/data-flow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/to-be/data-flow.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/data-flows/to-be/data-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/data-flows/to-be/data-flow.png -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/domain-model.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/domain-model.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/domain-model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/domain-model.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/epas/epas.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/epas/epas.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/epas/epas.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/epas/epas.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/epas/wireframe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/epas/wireframe.jpg -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/iads/iads.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/iads/iads.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/iads/iads.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/iads/iads.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/lords/domain-model.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/lords/domain-model.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/lords/domain-model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/lords/domain-model.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/pcc/pcc.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/pcc/pcc.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/pcc/pcc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/pcc/pcc.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/post/post.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/post/post.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/post/post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/post/post.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/rice/rice.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/rice/rice.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/rice/rice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/rice/rice.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/sgs/sgs.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/sgs/sgs.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/sgs/sgs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/sgs/sgs.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/sps/sps.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/sps/sps.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/sps/sps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/sps/sps.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/publication/domain-models/sps/xml.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/publication/domain-models/sps/xml.jpg -------------------------------------------------------------------------------- /meta/library-information-architecture/single-subject-view/ssv-in-scope.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/single-subject-view/ssv-in-scope.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/single-subject-view/ssv.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/single-subject-view/ssv.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/single-subject-view/wireframes/wireframes.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/single-subject-view/wireframes/wireframes.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/single-subject-view/wireframes/wireframes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/single-subject-view/wireframes/wireframes.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/sitemap.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/sitemap.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/sitemap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/sitemap.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/taxonomy-integration/current-awareness/current-awareness.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/taxonomy-integration/current-awareness/current-awareness.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/taxonomy-integration/current-awareness/current-awareness.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/taxonomy-integration/current-awareness/current-awareness.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/taxonomy-integration/current-awareness/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/taxonomy-integration/current-awareness/schema.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/taxonomy-integration/current-awareness/schema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/taxonomy-integration/current-awareness/schema.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/taxonomy-integration/intranet/workflow/workflow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/taxonomy-integration/intranet/workflow/workflow.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/taxonomy-integration/subject-specialists/subject-specialist-finder.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/taxonomy-integration/subject-specialists/subject-specialist-finder.graffle -------------------------------------------------------------------------------- /meta/library-information-architecture/taxonomy-integration/subject-specialists/subject-specialist-finder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/taxonomy-integration/subject-specialists/subject-specialist-finder.pdf -------------------------------------------------------------------------------- /meta/library-information-architecture/taxonomy-integration/taxonomy-integration.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/library-information-architecture/taxonomy-integration/taxonomy-integration.graffle -------------------------------------------------------------------------------- /meta/meta/.gitignore: -------------------------------------------------------------------------------- 1 | *.icloud -------------------------------------------------------------------------------- /meta/meta/sketch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/meta/sketch.jpg -------------------------------------------------------------------------------- /meta/relational/mnis-future/house-membership/house-membership.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis-future/house-membership/house-membership.graffle -------------------------------------------------------------------------------- /meta/relational/mnis-future/house-membership/house-membership.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis-future/house-membership/house-membership.png -------------------------------------------------------------------------------- /meta/relational/mnis-future/index.md: -------------------------------------------------------------------------------- 1 | # Relationifying the ontologies 2 | 3 | * [Design notes](https://docs.google.com/document/d/1lqAHO6XY_dwceILSVJk74vQVb4NhNap46GMeElr0SHw/edit?usp=sharing) 4 | 5 | * [SQL](schema.sql) 6 | 7 | # Entity relationship diagram 8 | 9 | ![ERD](schema.svg) 10 | 11 | [Also available as a PDF](schema.pdf). 12 | -------------------------------------------------------------------------------- /meta/relational/mnis-future/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis-future/schema.graffle -------------------------------------------------------------------------------- /meta/relational/mnis-future/schema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis-future/schema.pdf -------------------------------------------------------------------------------- /meta/relational/mnis/idms-concerns/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis/idms-concerns/schema.graffle -------------------------------------------------------------------------------- /meta/relational/mnis/idms-concerns/schema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis/idms-concerns/schema.pdf -------------------------------------------------------------------------------- /meta/relational/mnis/oaths/oaths.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis/oaths/oaths.graffle -------------------------------------------------------------------------------- /meta/relational/mnis/queries/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /meta/relational/mnis/queries/environment.yml: -------------------------------------------------------------------------------- 1 | name: example-environment 2 | channels: 3 | - conda-forge 4 | dependencies: 5 | - numpy 6 | - psutil 7 | - toolz 8 | - matplotlib 9 | - dill 10 | - pandas 11 | - partd 12 | - bokeh 13 | - dask 14 | - requests 15 | - beautifulsoup4 16 | -------------------------------------------------------------------------------- /meta/relational/mnis/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis/schema.graffle -------------------------------------------------------------------------------- /meta/relational/mnis/schema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/mnis/schema.pdf -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-1/category-1.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-1/category-1.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-1/form-1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-1/form-1.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-1/form-2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-1/form-2.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-10/category-10.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-10/category-10.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-10/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-10/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-10/index.md: -------------------------------------------------------------------------------- 1 | # Category 10: Family members engaged in lobbying 2 | 3 | ## Requirements for registration 4 | 5 | ### 60.Under this category Members must register: 6 | 7 | #### a)Details of any of their family members involved in lobbying the public sector; (Family members are defined as under Category 9. See paragraph 58 above.) if they are aware, or could reasonably be expected to be aware, of the involvement of the family member in such a lobbying activity. 8 | 9 | #### 61.For the purposes of this category, lobbying is defined as undertaking activities in a professional capacity and on behalf of a third party or client in an attempt to influence, or advise those who wish to influence, the UK Government, Parliament, devolved legislatures or administrations, regional or local government or other public bodies on any matter within their competence. 10 | 11 | ### 62.Members are required to provide the following information: 12 | 13 | #### a)The name of any family members involved in lobbying; 14 | 15 | just a name 16 | 17 | #### b)Their relationship to the Member; 18 | 19 | as per category 9 including via partner 20 | 21 | #### c)Their job title; 22 | 23 | #### d)The name of their company or employer, if any. 24 | 25 | no address -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-2/category-2.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-2/category-2.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-2/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-2/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-3/category-3.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-3/category-3.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-3/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-3/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-4/category-4.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-4/category-4.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-4/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-4/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-5/category-5.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-5/category-5.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-5/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-5/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-6/category-6.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-6/category-6.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-6/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-6/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-7/category-7.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-7/category-7.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-7/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-7/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-8/category-8.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-8/category-8.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-8/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-8/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-8/index.md: -------------------------------------------------------------------------------- 1 | # Category 8: Miscellaneous 2 | 3 | ## Requirements for registration 4 | 5 | ### 55.Under this category Members must register: 6 | 7 | #### a)Any relevant financial interest or material benefit which does not clearly fall into one of the other categories, including any shareholding which falls below the relevant threshold, or any other financial asset, including an asset held in trust, if the Member nevertheless considers that it meets the test of relevance; in other words, that it might reasonably be thought by others to influence his or her actions or words as a Member; and 8 | 9 | #### b)Any other interest, if the Member considers that it might reasonably be thought by others to influence his or her actions or words as a Member in the same way as a financial interest. This might include an unpaid employment or directorship, or directorship of a company not currently trading, non-practising membership of a profession, or a fund established to defray legal costs arising out of the Member’s work, but from which no benefit has yet been received. 10 | 11 | ### 56.Members are required to provide the following information: 12 | 13 | ### a)A description of the interest and, where relevant, the name of the donor; 14 | 15 | no address? 16 | 17 | ### b)Any other relevant information. It is not necessary to provide a value for financial interests in this category; 18 | 19 | ### c)The date when the interest arose or became registrable. -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-9/category-9.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-9/category-9.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-9/form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/categories/category-9/form.docx -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/categories/category-9/index.md: -------------------------------------------------------------------------------- 1 | # Category 9: Family members employed 2 | 3 | ## Threshold for registration 4 | 5 | ### 57.Under this category Members must register, subject to the paragraphs below, details of any family members whom they employ if those employees receive, from parliamentary expenses, remuneration of more than £700 in a calendar year. 6 | 7 | ## Requirements for registration 8 | 9 | ### 58.Under this category Members must register: 10 | 11 | #### a)Any family members employed and remunerated through expenses or allowances available to support his or her work as a Member of Parliament. Family members should be regarded as including a spouse, civil partner or cohabiting partner of the Member and the parent, child, grandparent, grandchild, sibling, uncle, aunt, nephew or niece of the Member or of a spouse, civil partner or cohabiting partner of the Member. 12 | 13 | "including". are these examples? 14 | 15 | ### 59.Members are required to provide the following information: 16 | 17 | #### a)The name of any family members employed and paid from parliamentary expenses; 18 | 19 | just a name.... 20 | 21 | #### b)Their relationship to the Member; 22 | 23 | as above + others? 24 | 25 | #### c)Their job title; 26 | 27 | form says approved by IPSA. Is there a reference list? 28 | 29 | ### d)Whether they work part time. 30 | -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/flow.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/forms/new-member.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/forms/new-member.pdf -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/commons/forms/returning-member.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/commons/forms/returning-member.pdf -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/index.md: -------------------------------------------------------------------------------- 1 | # Register of Members' Financial Interests 2 | 3 | ## Schema 4 | 5 | [![schema](schema.svg)](schema.svg) 6 | 7 | [PDF](schema.pdf) 8 | 9 | [Schema changes](https://hopuk.sharepoint.com/:x:/s/bcp-transformation/EZw5RIBJKANMk6HtmgR1ndQBln7Yp1SdTOuXu2GMZv2CaA?email=smethurstm%40parliament.uk&e=4%3AOhhwyT&at=9&wdLOR=cFE453AEE-5565-E640-8549-A6EECA011D54) 10 | 11 | ## Competency questions 12 | 13 | [Competency questions](https://docs.google.com/spreadsheets/d/1iRsQBRPChMVFitSGBtNJFGNBvFT8XGKQYYqu40zy_OM/edit?usp=sharing) 14 | 15 | ## Houses 16 | 17 | * [House of Commons](commons) 18 | 19 | * [House of Lords](lords) 20 | 21 | -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/lords/categories/category-3/index.md: -------------------------------------------------------------------------------- 1 | # Category 3: People with significant control of a company 2 | 3 | If the member is on the central Register of People with Significant Control of a company, a statement to that effect with the name or names of the companies or organisations in question. 4 | 5 | 74. Members should make an entry in this category if they are on the central Register of People with Significant Control of a company, which is maintained by Companies House. A statement to that effect should be registered, along with the name of the company or organisation in question, within one month of the member’s name appearing on the Companies House register. A brief description of the company’s business should be provided where this is not self-evident from its name. -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/lords/categories/category-5/index.md: -------------------------------------------------------------------------------- 1 | # Category 5: Land and property 2 | 3 | Any land or property (a) which has a capital value of more than £250,000 (but excluding any personal residences), or (b) from which an income of more than £5,000 a year is derived. 4 | 5 | 83. Only the nature of the property and a general indication of its location should be indicated (e.g. “farm in Norfolk”, “residential holdings in Birmingham” and so on); the value of the property and the income received need not be registered. No property that is used for personal residential purposes need be registered, unless it falls under part (b). -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/lords/categories/category-6/index.md: -------------------------------------------------------------------------------- 1 | # Category 6: Sponsorship 2 | 3 | Any form of financial or material support received as a member of the House of Lords, the value of which amounts to more than £500, from a single source, whether as a single donation, multiple donations or services in kind. 4 | 5 | 84. This category covers sponsorship or other forms of support by companies, trade unions, professional bodies, trade associations, charities, universities, other organisations and individuals. It covers any support from which the member receives financial or material benefit in his or her role as a member of the House of Lords. The types of support which should be registered include the services of a research assistant or secretary whose salary, in whole or in part, is met by an outside organisation or individual; and the provision of accommodation. -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/lords/categories/category-9/index.md: -------------------------------------------------------------------------------- 1 | # Category 9: Miscellaneous financial interests 2 | 3 | Any relevant financial interest not falling within one of the above categories, but which might be thought by a reasonable member of the public to influence a member’s parliamentary conduct. 4 | 5 | 96. The purpose of this category is to enable members to enter in the Register any financial interests of a value greater than £500 that they consider to be relevant, but which do not obviously fall within any of the other categories. The advice of the Registrar should be sought before entering any interest in this category. -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/lords/flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/lords/flow.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/lords/index.md: -------------------------------------------------------------------------------- 1 | # Register of Members' Financial Interests - House of Lords 2 | 3 | [![flow](flow.svg)](flow.svg) 4 | 5 | ## Reference 6 | 7 | 8 | 9 | ## Categories 10 | 11 | ### Category 1: Directorships 12 | 13 | [Rules](categories/category-1) 14 | 15 | ### Category 2: Remunerated employment etc. 16 | 17 | [Rules](categories/category-2) 18 | 19 | ### Category 3: People with significant control of a company 20 | 21 | [Rules](categories/category-3) 22 | 23 | ### Category 4: Shareholdings 24 | 25 | [Rules](categories/category-4) 26 | 27 | ### Category 5: Land and property 28 | 29 | [Rules](categories/category-5) 30 | 31 | ### Category 6: Sponsorship 32 | 33 | [Rules](categories/category-6) 34 | 35 | ### Category 7: Overseas visits 36 | 37 | [Rules](categories/category-7) 38 | 39 | ### Category 8: Gifts, benefits and hospitality 40 | 41 | [Rules](categories/category-8) 42 | 43 | ### Category 9: Miscellaneous financial interests 44 | 45 | [Rules](categories/category-9) 46 | 47 | ### Category 10: Non-financial interests 48 | 49 | [Rules](categories/category-10) 50 | 51 | -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/schema-edit.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/schema-edit.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/schema.graffle -------------------------------------------------------------------------------- /meta/relational/register-of-members-financial-interests/schema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/relational/register-of-members-financial-interests/schema.pdf -------------------------------------------------------------------------------- /meta/requirements.txt: -------------------------------------------------------------------------------- 1 | rdflib 2 | Jinja2 -------------------------------------------------------------------------------- /meta/search/beta/dependencies.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/beta/dependencies.graffle -------------------------------------------------------------------------------- /meta/search/beta/dependencies.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/beta/dependencies.pdf -------------------------------------------------------------------------------- /meta/search/frontend/facets/members/venn.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/frontend/facets/members/venn.graffle -------------------------------------------------------------------------------- /meta/search/frontend/result-items/boxes.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/frontend/result-items/boxes.graffle -------------------------------------------------------------------------------- /meta/search/frontend/result-items/boxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/frontend/result-items/boxes.png -------------------------------------------------------------------------------- /meta/search/frontend/result-items/treatments/treatments.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/frontend/result-items/treatments/treatments.graffle -------------------------------------------------------------------------------- /meta/search/frontend/sentences/papers-reported.rb: -------------------------------------------------------------------------------- 1 | # Select Committee report reported in the House of Commons and in the House of Lords on Monday, 11 September 2023 by Joint Committee on Statutory Instruments. 2 | 3 | 4 | @sentence = '' 5 | 6 | # If SES type is parliamentary committees ... 7 | if type_ses == 352156 8 | 9 | # ... if there are no SES subtypes ... 10 | if subtype_ses.empty? 11 | 12 | # ... we add the label of SES type ... 13 | @sentence += type_ses.label 14 | 15 | # and the string reported in. 16 | @sentence += ' reported in ' 17 | 18 | 19 | # Otherwise, if there are SES subtypes ... 20 | else 21 | 22 | # ... for each SES subtype ... 23 | ses_subtypes.each do |ses_subtype| 24 | 25 | # ... unless the SES subtype is a House of Commons papers, a House of Lords paper or an unprinted paper ... 26 | unless ( ses_subtype == 91561 || ses_subtype == 91563 || ses_subtype == 51288 ) 27 | 28 | # ... we add the label of SES subtype ... 29 | @sentence += subtype_ses.label # a, b and c for multiples 30 | 31 | # and the string reported in. 32 | @sentence += ' reported in ' 33 | end 34 | end 35 | end 36 | end 37 | -------------------------------------------------------------------------------- /meta/search/frontend/sentences/sentences.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/frontend/sentences/sentences.graffle -------------------------------------------------------------------------------- /meta/search/frontend/subjects/subjects.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/frontend/subjects/subjects.graffle -------------------------------------------------------------------------------- /meta/search/middleware/ses/dependencies.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/middleware/ses/dependencies.graffle -------------------------------------------------------------------------------- /meta/search/middleware/ses/dependencies.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/middleware/ses/dependencies.pdf -------------------------------------------------------------------------------- /meta/search/middleware/solr/data-dictionary/get_distributions.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | """ 3 | Created on Mon Nov 6 14:55:43 2023 4 | 5 | @author: POLLOCKL 6 | """ 7 | 8 | import pandas as pd 9 | import numpy as np 10 | 11 | types = ["Bills", 12 | "Church measures", 13 | "ePetitions", 14 | "FormalProceeding", 15 | "Impact assessments", 16 | "Petitions", 17 | "Private acts", 18 | "Public acts"] 19 | 20 | path_start = "C:/solr/" 21 | 22 | for filetype in types: 23 | 24 | df = pd.read_csv(path_start + "raw/" + filetype + "_raw.csv").drop(labels = ["Unnamed: 0"], axis = 1) 25 | binsize = 1 26 | # estimate max bins we'll need 27 | df_max_value = df.max().max() 28 | # generate bin array 29 | bins = np.arange(0, df_max_value + binsize, binsize, dtype=np.float32) 30 | 31 | # find which bin the value belongs in 32 | a = np.searchsorted(bins, df, side='left') 33 | # create container array 34 | c = np.zeros((len(bins), df.columns.size), dtype=np.int32) 35 | # actually do the counting 36 | for i in range(df.columns.size): 37 | np.add.at(c[:, i], a[:, i], 1) 38 | 39 | # build a new destination dataframe 40 | df2 = pd.DataFrame(c[:], columns=df.columns) 41 | # insert columns to start 42 | df2.insert(0, 'NumberOfValues', bins[:].astype(int)) 43 | df2.insert(0, "DocumentType", filetype) 44 | df2.to_csv( path_start + "distribution/" + filetype + "_distribution.csv", index=False) 45 | 46 | 47 | -------------------------------------------------------------------------------- /meta/search/search-indexing/data-flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/search-indexing/data-flow.graffle -------------------------------------------------------------------------------- /meta/search/search-indexing/data-flow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/search-indexing/data-flow.pdf -------------------------------------------------------------------------------- /meta/search/search-indexing/wardley/map.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/search-indexing/wardley/map.graffle -------------------------------------------------------------------------------- /meta/search/search-indexing/wardley/map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/search/search-indexing/wardley/map.pdf -------------------------------------------------------------------------------- /meta/templates/ontologies-index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | UK Parliament ontologies: Index 8 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 26 | 27 |
28 | 29 |
30 |
31 | 37 |
38 |
39 | 40 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /meta/triple-stores/data-dot-parliament.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/triple-stores/data-dot-parliament.pdf -------------------------------------------------------------------------------- /meta/triple-stores/search-and-indexing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/triple-stores/search-and-indexing.pdf -------------------------------------------------------------------------------- /meta/weeknotes/2019/26/index.md: -------------------------------------------------------------------------------- 1 | # 2019 - Week 26 2 | 3 | Your second in a semi-regular series of updates on what we’re up to with modelling public bills and public bill procedure. 4 | 5 | ## This week 6 | 7 | On Tuesday, Robert and [Michael](https://twitter.com/fantasticlife) spent an hour squinting at photos of the whiteboard they’d filled with bits of Richard’s brain in week 25. A few extra bits were [decanted into the flowchart](https://ukparliament.github.io/ontologies/procedure/flowcharts/bills/public-bill.pdf). 8 | 9 | On Wednesday, there was a second meeting with Richard. He spotted some problems with our logic flow around Queen's and Prince of Wales' Consent and second reading. These are fixed now. 10 | 11 | On Friday Michael gave Dominic a brief introduction to how we work and why and how we use [Domain Driven Design](https://en.wikipedia.org/wiki/Domain-driven_design). It was a useful dry run for further sessions we’re planning. A trifle nutbag in parts perhaps but none the worse for that. 12 | 13 | ## Next week 14 | 15 | A further hour is booked in with Richard, possibly looking at third readings, ten minute rule bills and carry over motions. 16 | 17 | On Tuesday, [Matthieu](https://twitter.com/cognithive), Robert and Michael are meeting to discuss the approach to implementing logic gates in the procedure model. 18 | 19 | On Thursday [Anya](https://twitter.com/bitten_), Robert and Michael have two hours booked in with [David](https://twitter.com/clerkly) and [Matt](https://mobile.twitter.com/MattKorris) to dip a first toe into House of Lords procedural waters. 20 | 21 | On Friday, Anya, Robert and Michael are meeting Martyn and Adam, seeking fresh eyes to look over what we have so far for House of Commons procedure. -------------------------------------------------------------------------------- /meta/weeknotes/2019/46/index.md: -------------------------------------------------------------------------------- 1 | # 2019 - Week 46 2 | 3 | [Anya](https://twitter.com/bitten_) and [Michael](https://twitter.com/fantasticlife) headed up to Glasgow to visit [Matthew](https://twitter.com/metju_betju) and see where the worlds of procedure modelling and [LDAPP](http://www.legislation.gov.uk/projects/drafting-tool) might intersect. Another [whiteboard got a hammering](https://twitter.com/fantasticlife/status/1195012199686791169), a rough sketch of interface classes emerged and some pubs were visited. Anya and Michael can heartily recommend [the Laurieston](https://www.tripadvisor.co.uk/Attraction_Review-g186534-d4725276-Reviews-Laurieston_Bar-Glasgow_Scotland.html) which features two types of Guinness - the good stuff and the excellent stuff - and a heated smoking garden with a telly. -------------------------------------------------------------------------------- /meta/weeknotes/2019/47/index.md: -------------------------------------------------------------------------------- 1 | # 2019 - Week 47 2 | 3 | Librarian Jayne and [Michael](https://twitter.com/fantasticlife) continued their efforts to remove scheduling steps from the [SI and treaty flowcharts](https://ukparliament.github.io/ontologies/procedure/procedure-ontology.html#flowcharts) and transfer that across to the bill flowchart. [Jianhan](https://twitter.com/jianhanzhu) tidied orphaned steps and business items in their wake. 4 | 5 | [Anya](https://twitter.com/bitten_), Robert and Michael had another whiteboard session with [David](https://twitter.com/clerkly). They returned to the topic of money bills and the seeking of Commons only Royal Assent under the Parliament Act. They went back over Lords commitment and change of commitment motions, adding in Joint Select Committees en route, which really mucks up the flowchart layout. 6 | 7 | Robert and Michael transferred most of the whiteboard into the [flowchart](https://ukparliament.github.io/ontologies/procedure/flowcharts/bills/public-bill.pdf) and added their [first dollop of Norman French](https://twitter.com/fantasticlife/status/1200036016373030912). Heady days. They also started to draw out the motion model around ten minute rules bills, more as a test exercise. Someuncertainty here as to whether many of the bubbles are actually applicable. Sense checking has to happen. 8 | 9 | Librarian Jayne and Michael started to add motions lapsing and the effects thereof into the SI and treaty flowcharts with an eye on adding the same to the bill procedure. -------------------------------------------------------------------------------- /meta/weeknotes/2019/48/index.md: -------------------------------------------------------------------------------- 1 | # 2019 - Week 48 2 | 3 | Librarian Jayne and [Michael](https://twitter.com/fantasticlife) once more attacked the [SI and treaty procedures](https://ukparliament.github.io/ontologies/procedure/procedure-ontology.html#flowcharts) with precision honed pliers. Draft procedures are now fully session end compliant. Made affirmative and made negative instruments need some work. Treaties are being put off for better days. 4 | 5 | Thursday saw a meeting with Paul and Martyn. We're not snobs, but we like to think we work with the brightest and best. The meeting was supposed to cover decideable things and decisions, but Paul took Michael's pen and proceeded to give a masterclass in procedure, mostly around selection and groupings and orderings of considerations of things. When Michael finally got his pen back, Paul and Martyn pored over the Parliament Act. As a consequence, some tidying of money bills and bills previously rejected by the Lords but subject to said Act occurred. These are now in the [flowchart](https://ukparliament.github.io/ontologies/procedure/flowcharts/bills/public-bill.pdf) awaiting a decision on whether they're lacking a marker for a ‘decision’ or not. -------------------------------------------------------------------------------- /meta/weeknotes/2019/50/index.md: -------------------------------------------------------------------------------- 1 | # 2019 - Week 50 2 | 3 | Something of a slow week this time out but here for completeness. [Anya](https://twitter.com/bitten_) got distracted by election matters and the business of new Members. Robert got distracted by making slides for our procedure presentation to the [SPG](http://www.studyofparliament.org.uk/). And [Michael](https://twitter.com/fantasticlife) disappeared further down the rabbit hole of Standing Orders. 4 | 5 | The [House of Commons Public Standing Order data](https://parlrulesdata.org/versions_ukhcso.html) gathered by the [ParlRules project](https://parlrulesdata.org/about.html) is now wrapped into [something vaguely resembling a website](http://standing-orders.herokuapp.com/). Albeit not the prettiest example of HTML you may have encountered. 6 | 7 | At the risk of repetition, we'd like to cite Standing Orders that inform procedure from [our assorted procedure maps](https://ukparliament.github.io/ontologies/procedure/procedure-ontology.html#flowcharts). But they're currently cited by their position in a publication, which is subject to change. Obviously. So, we're envisaging being able to [cite SO fragments in a way that's persistent over time](http://standing-orders.herokuapp.com/standing-order-fragments/1137) and shows: 8 | 9 | * if the order - or fragment of an order - is still "in force" 10 | 11 | * how it looked in the context of the latest publication in which it appeared 12 | 13 | * how it's changed over time 14 | 15 | We're planning to spend some time in the new year going over what's there, what should be there and drawing up an ontology to capture Standing Orders in as descriptive a fashion as possible. -------------------------------------------------------------------------------- /meta/weeknotes/2019/index.md: -------------------------------------------------------------------------------- 1 | # Procedure modelling weeknotes 2019 2 | 3 | * [Week 51](51) 4 | * [Week 50](50) 5 | * [Week 49](49) 6 | * [Week 48](48) 7 | * [Week 47](47) 8 | * [Week 46](46) 9 | * [Week 45](45) 10 | * [Week 44](44) 11 | * [Week 34](34) 12 | * [Week 33](33) 13 | * [Week 29](29) 14 | * [Week 27](27) 15 | * [Week 26](26) 16 | * [Week 22](22) -------------------------------------------------------------------------------- /meta/weeknotes/2020/49/machine-pnsi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2020/49/machine-pnsi.png -------------------------------------------------------------------------------- /meta/weeknotes/2020/50/machine-pnsi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2020/50/machine-pnsi.png -------------------------------------------------------------------------------- /meta/weeknotes/2020/index.md: -------------------------------------------------------------------------------- 1 | # Procedure modelling weeknotes 2020 2 | 3 | * [Week 51](51) 4 | * [Week 50](50) 5 | * [Week 49](49) 6 | * [Week 48](48) 7 | * [Week 47](47) 8 | * [Week 46](46) 9 | * [Week 45](45) 10 | * [Week 44](44) 11 | * [Week 42](42) 12 | * [Week 41](41) 13 | * [Week 40](40) 14 | * [Week 39](39) 15 | * [Week 38](38) 16 | * [Week 37](37) 17 | * [Week 36](36) 18 | * [Week 35](35) 19 | * [Week 34](34) 20 | * [Week 33](33) 21 | * [Week 32](32) 22 | * [Week 31](31) 23 | * [Week 30](30) 24 | * [Week 29](29) 25 | * [Week 28](28) 26 | * [Week 27](27) 27 | * [Week 26](26) 28 | * [Week 25](25) 29 | * [Week 24](24) 30 | * [Week 23](23) 31 | * [Week 22](22) 32 | * [Week 21](21) 33 | * [Week 20](20) 34 | * [Week 19](19) 35 | * [Week 18](18) 36 | * [Week 17](17) 37 | * [Week 16](16) 38 | * [Week 15](15) 39 | * [Week 14](14) 40 | * [Week 13](13) 41 | * [Week 12](12) 42 | * [Week 10](10) 43 | * [Week 9](09) 44 | * [Week 8](08) 45 | * [Week 7](07) 46 | * [Week 6](06) 47 | * [Week 5](05) 48 | * [Week 4](04) 49 | * [Week 3](03) -------------------------------------------------------------------------------- /meta/weeknotes/2021/04/pnsi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/04/pnsi.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/06/draft-negative.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/06/draft-negative.graffle -------------------------------------------------------------------------------- /meta/weeknotes/2021/06/draft-negative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/06/draft-negative.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/10/slsc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/10/slsc.pdf -------------------------------------------------------------------------------- /meta/weeknotes/2021/11/draft-affirmative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/11/draft-affirmative.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/11/evel-certification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/11/evel-certification.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/11/jcsi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/11/jcsi.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/11/scsi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/11/scsi.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/11/slsc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/11/slsc.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/12/draft-affirmative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/12/draft-affirmative.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/12/lgfr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/12/lgfr.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/12/test-procedure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/12/test-procedure.png -------------------------------------------------------------------------------- /meta/weeknotes/2021/16/machine-made-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/16/machine-made-affirmative.pdf -------------------------------------------------------------------------------- /meta/weeknotes/2021/17/machine-lords-eu-committes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/17/machine-lords-eu-committes.pdf -------------------------------------------------------------------------------- /meta/weeknotes/2021/19/machine-published-drafts-under-euwa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/19/machine-published-drafts-under-euwa.pdf -------------------------------------------------------------------------------- /meta/weeknotes/2021/21/index.md: -------------------------------------------------------------------------------- 1 | # 2021 - Week 21 2 | 3 | ## It is recess ... 4 | 5 | ... so we rest. -------------------------------------------------------------------------------- /meta/weeknotes/2021/23/index.md: -------------------------------------------------------------------------------- 1 | # 2021 - Week 23 2 | 3 | We were really quite tiiiiieeeerdddd. Really very tiiiiieerrrrrrrrd. -------------------------------------------------------------------------------- /meta/weeknotes/2021/31/parse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2021/31/parse.gif -------------------------------------------------------------------------------- /meta/weeknotes/2021/index.md: -------------------------------------------------------------------------------- 1 | # Procedure modelling weeknotes 2021 2 | 3 | * [Week 50](50) 4 | * [Week 49](49) 5 | * [Week 47](47) 6 | * [Week 45](45) 7 | * [Week 44](44) 8 | * [Week 42](42) 9 | * [Week 41](41) 10 | * [Week 40](40) 11 | * [Week 39](39) 12 | * [Week 38](38) 13 | * [Week 37](37) 14 | * [Week 36](36) 15 | * [Week 35](35) 16 | * [Week 33](33) 17 | * [Week 32](32) 18 | * [Week 31](31) 19 | * [Week 30](30) 20 | * [Week 28](28) 21 | * [Week 27](27) 22 | * [Week 26](26) 23 | * [Week 25](25) 24 | * [Week 24](24) 25 | * [Week 23](23) 26 | * [Week 22](22) 27 | * [Week 21](21) 28 | * [Week 20](20) 29 | * [Week 19](19) 30 | * [Week 18](18) 31 | * [Week 17](17) 32 | * [Week 16](16) 33 | * [Week 15](15) 34 | * [Week 14](14) 35 | * [Week 13](13) 36 | * [Week 12](12) 37 | * [Week 11](11) 38 | * [Week 10](10) 39 | * [Week 9](09) 40 | * [Week 8](08) 41 | * [Week 7](07) 42 | * [Week 6](06) 43 | * [Week 5](05) 44 | * [Week 4](04) 45 | * [Week 3](03) 46 | * [Week 2](02) 47 | * [Week 1](01) -------------------------------------------------------------------------------- /meta/weeknotes/2022/39/eric-morecambe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2022/39/eric-morecambe.gif -------------------------------------------------------------------------------- /meta/weeknotes/2022/39/not-wonky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2022/39/not-wonky.png -------------------------------------------------------------------------------- /meta/weeknotes/2022/39/wonky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/meta/weeknotes/2022/39/wonky.png -------------------------------------------------------------------------------- /meta/weeknotes/2022/index.md: -------------------------------------------------------------------------------- 1 | # Procedure modelling weeknotes 2022 2 | 3 | * [Week 48](48) 4 | * [Week 46](46) 5 | * [Week 45](45) 6 | * [Week 43](43) 7 | * [Week 41](41) 8 | * [Week 39](39) 9 | * [Week 38](38) 10 | * [Week 30](30) 11 | * [Week 26](26) 12 | * [Week 24](24) 13 | * [Week 21](21) 14 | * [Week 20](20) 15 | * [Week 19](19) 16 | * [Week 17](17) 17 | * [Week 16](16) 18 | * [Week 12](12) 19 | * [Week 11](11) 20 | * [Week 10](10) 21 | * [Week 9](09) 22 | * [Week 8](08) 23 | * [Week 7](07) 24 | * [Week 6](06) 25 | * [Week 5](05) 26 | * [Week 3](03) 27 | * [Week 2](02) -------------------------------------------------------------------------------- /meta/weeknotes/2023/index.md: -------------------------------------------------------------------------------- 1 | # Procedure modelling weeknotes 2023 2 | 3 | * [Week 50](50) 4 | * [Week 48](48) 5 | * [Week 46](46) 6 | * [Week 45](45) 7 | * [Week 43](43) 8 | * [Week 38](38) 9 | * [Week 36](36) 10 | * [Week 32](32) 11 | * [Week 30](30) 12 | * [Week 29](29) 13 | * [Week 24](24) 14 | * [Week 21](21) 15 | * [Week 18](18) 16 | * [Week 14](14) 17 | * [Week 11](11) 18 | * [Week 8](08) 19 | * [Week 6](06) 20 | * [Week 5](05) 21 | * [Week 4](04) 22 | * [Week 3](03) 23 | -------------------------------------------------------------------------------- /meta/weeknotes/2024/index.md: -------------------------------------------------------------------------------- 1 | # Procedure modelling weeknotes 2024 2 | 3 | * [Week 49](49) 4 | * [Week 47](47) 5 | * [Week 46](46) 6 | * [Week 44](44) 7 | * [Week 43](43) 8 | * [Week 42](42) 9 | * [Week 39](39) 10 | * [Week 36](36) 11 | * [Week 33](33) 12 | * [Week 31](31) 13 | * [Week 29](29) 14 | * [Week 20](20) 15 | * [Week 18](18) 16 | * [Week 15](15) 17 | * [Week 12](12) 18 | * [Week 10](10) 19 | * [Week 7](07) 20 | * [Week 5](05) 21 | * [Week 3](03) 22 | -------------------------------------------------------------------------------- /meta/weeknotes/2025/index.md: -------------------------------------------------------------------------------- 1 | # Procedure modelling weeknotes 2025 2 | 3 | * [Week 43](43) 4 | * [Week 40](40) 5 | * [Week 36](36) 6 | * [Week 34](34) 7 | * [Week 32](32) 8 | * [Week 30](30) 9 | * [Week 25](25) 10 | * [Week 21](21) 11 | * [Week 18](18) 12 | * [Week 15](15) 13 | * [Week 12](12) 14 | * [Week 10](10) 15 | * [Week 7](07) 16 | * [Week 5](05) 17 | * [Week 2](02) 18 | -------------------------------------------------------------------------------- /motion/early-day-motions/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/motion/early-day-motions/schema.graffle -------------------------------------------------------------------------------- /motion/early-day-motions/withdrawn-edm-query: -------------------------------------------------------------------------------- 1 | PREFIX xsd: 2 | PREFIX rdf: 3 | PREFIX dc-term: 4 | PREFIX parl: 5 | select distinct ?edm ?title ?date ?session ?status where {?edm a ; 6 | ?date; 7 | ?session; 8 | ?status; 9 | dc-term:title ?title. 10 | 11 | FILTER (?status IN ("Withdrawn")) 12 | FILTER (str(?date) > '2023-11-07')} 13 | -------------------------------------------------------------------------------- /motion/motion.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/motion/motion.graffle -------------------------------------------------------------------------------- /oasis/oasis.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/oasis/oasis.graffle -------------------------------------------------------------------------------- /oasis/relational/erd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/oasis/relational/erd.png -------------------------------------------------------------------------------- /oasis/relational/oasis.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/oasis/relational/oasis.graffle -------------------------------------------------------------------------------- /oral-contribution/contribution-type-taxonomy/contribution-type.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/oral-contribution/contribution-type-taxonomy/contribution-type.graffle -------------------------------------------------------------------------------- /oral-contribution/contribution-type-taxonomy/contribution-type.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/oral-contribution/contribution-type-taxonomy/contribution-type.pdf -------------------------------------------------------------------------------- /oral-contribution/oral-contribution.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/oral-contribution/oral-contribution.graffle -------------------------------------------------------------------------------- /order-to-print/order-to-print.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/order-to-print/order-to-print.graffle -------------------------------------------------------------------------------- /organisation-accountable-to-parliament/organisation-accountable-to-parliament.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/organisation-accountable-to-parliament/organisation-accountable-to-parliament.graffle -------------------------------------------------------------------------------- /paper-type/paper-type.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/paper-type/paper-type.graffle -------------------------------------------------------------------------------- /paper/meta/parliamentary-papers.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/paper/meta/parliamentary-papers.graffle -------------------------------------------------------------------------------- /paper/paper.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/paper/paper.graffle -------------------------------------------------------------------------------- /parliamentary-bloc/parliamentary-bloc.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/parliamentary-bloc/parliamentary-bloc.graffle -------------------------------------------------------------------------------- /peerage/peerage.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/peerage/peerage.graffle -------------------------------------------------------------------------------- /person/person.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/person/person.graffle -------------------------------------------------------------------------------- /petition/petition-full.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/petition/petition-full.graffle -------------------------------------------------------------------------------- /petition/petition-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/petition/petition-full.png -------------------------------------------------------------------------------- /petition/petition.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/petition/petition.graffle -------------------------------------------------------------------------------- /petition/petition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/petition/petition.png -------------------------------------------------------------------------------- /place/place.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/place/place.graffle -------------------------------------------------------------------------------- /place/place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/place/place.png -------------------------------------------------------------------------------- /presentation/presentation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/presentation/presentation.graffle -------------------------------------------------------------------------------- /procedure-step-annotation/procedure-step-annotation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure-step-annotation/procedure-step-annotation.graffle -------------------------------------------------------------------------------- /procedure/maps/index.md: -------------------------------------------------------------------------------- 1 | # Procedure maps 2 | 3 | [Procedure map design notes](meta/design-notes) 4 | 5 | ## Legislation 6 | 7 | ### [Primary legislation](legislation/primary/) 8 | 9 | ### [Secondary legislation](legislation/secondary/) 10 | 11 | ### [Legislation components](legislation/components/) 12 | 13 | ## [Treaties](treaties) -------------------------------------------------------------------------------- /procedure/maps/legislation/components/evel-certification/evel-certification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/components/evel-certification/evel-certification.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/components/evel-certification/evel-certification.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/components/evel-certification/evel-certification.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/components/index.md: -------------------------------------------------------------------------------- 1 | # Legislation component maps 2 | 3 | ## [EVEL certification procedure [PDF]](evel-certification/evel-certification.pdf) 4 | 5 | Dot file: [dot](evel-certification/evel-certification.dot) 6 | -------------------------------------------------------------------------------- /procedure/maps/legislation/index.md: -------------------------------------------------------------------------------- 1 | # Legislation procedure maps 2 | 3 | ## [Primary legislation](primary) 4 | 5 | ## [Secondary legislation](secondary) 6 | 7 | ## [Legislation components](components) -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/examination-and-standing-orders-committee/examination-and-standing-orders-committee.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/examination-and-standing-orders-committee/examination-and-standing-orders-committee.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/examination-and-standing-orders-committee/examination-and-standing-orders-committee.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/examination-and-standing-orders-committee/examination-and-standing-orders-committee.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/examination-and-standing-orders-committee/examination-and-standing-orders-committee.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/examination-and-standing-orders-committee/examination-and-standing-orders-committee.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/fast-tracking/fast-tracking.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/fast-tracking/fast-tracking.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/fast-tracking/fast-tracking.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/fast-tracking/fast-tracking.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/fast-tracking/fast-tracking.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/fast-tracking/fast-tracking.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/first-reading/first-reading.dot: -------------------------------------------------------------------------------- 1 | digraph{graph[fontname="calibri"];node[fontname="calibri"];edge[fontname="calibri"];edge [style=solid, color=black];"1349"->"1350"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"1350"->"1354"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"1351"->"1350"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"1352"->"1351"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"1353"->"1351"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"1354"->"1349"[label=""];edge[style=solid, color=black];"1349" [label="CFR AA NOT ", style=dotted];"1350" [label="CFR AA AND ", style=dotted];"1351" [label="CFR AA OR ", style=dotted];"1352" [label="Bill presented (House of Commons)", style=bold];"1353" [label="Bill brought from\nthe House of\nLords (House of Commons)", style=bold];"1354" [label="Bill to be\nprinted and ordered\nto be a\nread second time\n(House of Commons)", style=bold];} -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/first-reading/first-reading.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/first-reading/first-reading.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/first-reading/first-reading.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/first-reading/first-reading.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/first-reading/first-reading.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/first-reading/first-reading.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/report-stage/notes.txt: -------------------------------------------------------------------------------- 1 | For a Regency Bill, report stage is taken formally -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/second-reading/second-reading.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/second-reading/second-reading.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/second-reading/second-reading.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/second-reading/second-reading.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/second-reading/second-reading.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/second-reading/second-reading.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/ten-minute-rule/ten-minute-rule.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/ten-minute-rule/ten-minute-rule.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/ten-minute-rule/ten-minute-rule.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/ten-minute-rule/ten-minute-rule.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/commons/ten-minute-rule/ten-minute-rule.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/commons/ten-minute-rule/ten-minute-rule.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/northern-ireland-assembly/northern-ireland-assembly-consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/northern-ireland-assembly/northern-ireland-assembly-consent.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/northern-ireland-assembly/northern-ireland-assembly-consent.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/northern-ireland-assembly/northern-ireland-assembly-consent.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/scottish-parliament/scottish-parliament-consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/scottish-parliament/scottish-parliament-consent.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/scottish-parliament/scottish-parliament-consent.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/scottish-parliament/scottish-parliament-consent.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/senedd-cymru/senedd-cymru-consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/senedd-cymru/senedd-cymru-consent.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/senedd-cymru/senedd-cymru-consent.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/devolved-legislature-consent/senedd-cymru/senedd-cymru-consent.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/great-steward-of-scotlands-consent/great-steward-of-scotlands-consent.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/great-steward-of-scotlands-consent/great-steward-of-scotlands-consent.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/great-steward-of-scotlands-consent/great-steward-of-scotlands-consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/great-steward-of-scotlands-consent/great-steward-of-scotlands-consent.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/great-steward-of-scotlands-consent/great-steward-of-scotlands-consent.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/great-steward-of-scotlands-consent/great-steward-of-scotlands-consent.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/kings-consent/kings-consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/kings-consent/kings-consent.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/kings-consent/kings-consent.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/kings-consent/kings-consent.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/prince-of-wales-consent/prince-of-wales-consent.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/prince-of-wales-consent/prince-of-wales-consent.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/prince-of-wales-consent/prince-of-wales-consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/prince-of-wales-consent/prince-of-wales-consent.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/prince-of-wales-consent/prince-of-wales-consent.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/prince-of-wales-consent/prince-of-wales-consent.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/queens-consent/queens-consent.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/queens-consent/queens-consent.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/queens-consent/queens-consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/queens-consent/queens-consent.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/prerogative-consent/queens-consent/queens-consent.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/prerogative-consent/queens-consent/queens-consent.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/regency/regency.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/regency/regency.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/regency/regency.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/regency/regency.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/regency/regency.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/regency/regency.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/sovereign-grant/sovereign-grant.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/sovereign-grant/sovereign-grant.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/sovereign-grant/sovereign-grant.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/sovereign-grant/sovereign-grant.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/sovereign-grant/sovereign-grant.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/sovereign-grant/sovereign-grant.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/supply-and-appropriation/supply-and-appropriation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/supply-and-appropriation/supply-and-appropriation.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/supply-and-appropriation/supply-and-appropriation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/supply-and-appropriation/supply-and-appropriation.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/supply-and-appropriation/supply-and-appropriation.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/supply-and-appropriation/supply-and-appropriation.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/ways-and-means/ways-and-means.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/ways-and-means/ways-and-means.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/components/resolutions/ways-and-means/ways-and-means.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/components/resolutions/ways-and-means/ways-and-means.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/public-bills.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/public-bills.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/public-bills/public-bills.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/public-bills/public-bills.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/primary/stripping-down.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/primary/stripping-down.graffle -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/components/slsc/slsc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/components/slsc/slsc.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/components/slsc/slsc.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/components/slsc/slsc.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/proposed-negative-sis/commons-committees/commons-committees.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/proposed-negative-sis/commons-committees/commons-committees.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/proposed-negative-sis/commons-committees/commons-committees.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/proposed-negative-sis/commons-committees/commons-committees.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/proposed-negative-sis/proposed-negative-sis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/proposed-negative-sis/proposed-negative-sis.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/proposed-negative-sis/proposed-negative-sis.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/proposed-negative-sis/proposed-negative-sis.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/published-drafts-under-euwa/published-drafts-under-euwa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/published-drafts-under-euwa/published-drafts-under-euwa.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/published-drafts-under-euwa/published-drafts-under-euwa.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/published-drafts-under-euwa/published-drafts-under-euwa.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/components/commons-motions/commons-motions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/components/commons-motions/commons-motions.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/components/commons-motions/commons-motions.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/components/commons-motions/commons-motions.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/components/lords-motions/lords-motions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/components/lords-motions/lords-motions.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/components/lords-motions/lords-motions.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/components/lords-motions/lords-motions.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/jcsi-scrutiny-reserve/jcsi-scrutiny-reserve-draft-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/jcsi-scrutiny-reserve/jcsi-scrutiny-reserve-draft-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/jcsi-scrutiny-reserve/jcsi-scrutiny-reserve-draft-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/jcsi-scrutiny-reserve/jcsi-scrutiny-reserve-draft-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/motions/commons-motions/commons-motions-draft-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/motions/commons-motions/commons-motions-draft-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/motions/commons-motions/commons-motions-draft-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/motions/commons-motions/commons-motions-draft-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/motions/lords-motions/lords-motions-draft-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/motions/lords-motions/lords-motions-draft-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/motions/lords-motions/lords-motions-draft-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/components/motions/lords-motions/lords-motions-draft-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/draft-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/draft-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/draft-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/draft/draft-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/jcsi-scrutiny-reserve/jcsi-scrutiny-reserve-made-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/jcsi-scrutiny-reserve/jcsi-scrutiny-reserve-made-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/jcsi-scrutiny-reserve/jcsi-scrutiny-reserve-made-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/jcsi-scrutiny-reserve/jcsi-scrutiny-reserve-made-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/motions/commons-motions/commons-motions-made-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/motions/commons-motions/commons-motions-made-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/motions/commons-motions/commons-motions-made-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/motions/commons-motions/commons-motions-made-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/motions/lords-motions/lords-motions-made-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/motions/lords-motions/lords-motions-made-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/motions/lords-motions/lords-motions-made-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/components/motions/lords-motions/lords-motions-made-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/made-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/made-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/made-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/affirmative-procedures/made/made-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/components/jcsi/jcsi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/components/jcsi/jcsi.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/components/jcsi/jcsi.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/components/jcsi/jcsi.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/components/local-government-finance-report/local-government-finance-report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/components/local-government-finance-report/local-government-finance-report.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/components/local-government-finance-report/local-government-finance-report.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/components/local-government-finance-report/local-government-finance-report.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/components/scsi/scsi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/components/scsi/scsi.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/components/scsi/scsi.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/components/scsi/scsi.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/Commons motions for draft negative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/Commons motions for draft negative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/Commons motions for draft negative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/Commons motions for draft negative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/commons-motions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/commons-motions.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/commons-motions.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/commons-motions.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/motions-to-consider/commons-motion-to-consider.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/motions-to-consider/commons-motion-to-consider.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/motions-to-consider/commons-motion-to-consider.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/commons-motions/motions-to-consider/commons-motion-to-consider.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/lords-motions/lords-motions-draft-negative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/lords-motions/lords-motions-draft-negative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/lords-motions/lords-motions-draft-negative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/motions/lords-motions/lords-motions-draft-negative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/referral-to-delegated-legislation-committee/delegated-legislation-committee-referral.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/referral-to-delegated-legislation-committee/delegated-legislation-committee-referral.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/referral-to-delegated-legislation-committee/delegated-legislation-committee-referral.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/referral-to-delegated-legislation-committee/delegated-legislation-committee-referral.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/referral-to-delegated-legislation-committee/draft negative- delegated-legislation-committee-referral.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/referral-to-delegated-legislation-committee/draft negative- delegated-legislation-committee-referral.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/referral-to-delegated-legislation-committee/draft negative- delegated-legislation-committee-referral.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/components/referral-to-delegated-legislation-committee/draft negative- delegated-legislation-committee-referral.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/draft-negative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/draft-negative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/draft-negative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/draft/draft-negative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/commons-motions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/commons-motions.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/commons-motions.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/commons-motions.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/made-negative-commons-motions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/made-negative-commons-motions.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/made-negative-commons-motions.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/made-negative-commons-motions.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/motions-to-consider/commons-motion-to-consider.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/motions-to-consider/commons-motion-to-consider.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/motions-to-consider/commons-motion-to-consider.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/commons-motions/motions-to-consider/commons-motion-to-consider.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/lords-motions/lords-motions-made-negative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/lords-motions/lords-motions-made-negative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/lords-motions/lords-motions-made-negative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/motions/lords-motions/lords-motions-made-negative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/referral-to-delegated-legislation-committee/delegated-legislation-committee-referral.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/referral-to-delegated-legislation-committee/delegated-legislation-committee-referral.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/referral-to-delegated-legislation-committee/delegated-legislation-committee-referral.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/referral-to-delegated-legislation-committee/delegated-legislation-committee-referral.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/referral-to-delegated-legislation-committee/made negative - delegated-legislation-committee-referral.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/referral-to-delegated-legislation-committee/made negative - delegated-legislation-committee-referral.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/referral-to-delegated-legislation-committee/made negative - delegated-legislation-committee-referral.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/components/referral-to-delegated-legislation-committee/made negative - delegated-legislation-committee-referral.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/made-negative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/made-negative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/made-negative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/negative-procedures/made/made-negative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/components/dprrc-scrutiny-reserve/dprrc-scrutiny-reserve.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/components/dprrc-scrutiny-reserve/dprrc-scrutiny-reserve.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/components/dprrc-scrutiny-reserve/dprrc-scrutiny-reserve.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/components/dprrc-scrutiny-reserve/dprrc-scrutiny-reserve.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/enhanced-affirmative-under-ipa16/enhanced-affirmative-under-IPA16.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/enhanced-affirmative-under-ipa16/enhanced-affirmative-under-IPA16.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/enhanced-affirmative-under-ipa16/enhanced-affirmative-under-IPA16.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/enhanced-affirmative-under-ipa16/enhanced-affirmative-under-IPA16.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/commons/committee-consideration/committee-consideration.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/commons/committee-consideration/committee-consideration.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/commons/committee-consideration/committee-consideration.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/commons/committee-consideration/committee-consideration.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/commons/procedure-determination/procedure-determination.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/commons/procedure-determination/procedure-determination.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/commons/procedure-determination/procedure-determination.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/commons/procedure-determination/procedure-determination.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/draft-affirmative/draft-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/draft-affirmative/draft-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/draft-affirmative/draft-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/draft-affirmative/draft-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/draft-negative/draft-negative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/draft-negative/draft-negative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/draft-negative/draft-negative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/draft-negative/draft-negative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/committee-consideration/committee-consideration.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/committee-consideration/committee-consideration.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/committee-consideration/committee-consideration.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/committee-consideration/committee-consideration.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/debates/debates.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/debates/debates.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/debates/debates.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/debates/debates.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/procedure-determination/procedure-determination.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/procedure-determination/procedure-determination.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/procedure-determination/procedure-determination.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/components/lords/procedure-determination/procedure-determination.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/legislative-reform-order.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/legislative-reform-order.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/legislative-reform-order.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/legislative-reform-order.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/legislative-reform-orders/lords-debates.md: -------------------------------------------------------------------------------- 1 | # A debate in either place may take place if 2 | 3 | it's been laid as negative * 4 | 5 | and * 6 | ( 7 | there's a take note motion extant * 8 | 9 | 10 | or * 11 | 12 | there's a non-fatal extant * 13 | proceedings can take place * 14 | ) 15 | 16 | or * 17 | 18 | you're in affirmative * 19 | there's an approval motion extant * 20 | proceedings can take place * 21 | clock period has ended * 22 | there are no amendments * 23 | instrument is not dead * 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | # A debate must happen in the chamber if 32 | 33 | proceedings can take place x 34 | instrument is not dead x 35 | 36 | 37 | and 38 | 39 | you're in negative x 40 | fatal motion extant x 41 | objection period not ended x 42 | 43 | or 44 | 45 | you're in affirmative x 46 | an approval motion is extant x 47 | clock has ended x 48 | there is a fatal or non-fatal amendment extant x 49 | -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/draft-affirmative/draft-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/draft-affirmative/draft-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/draft-affirmative/draft-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/draft-affirmative/draft-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/made-affirmative/components/jchr-scrutiny-reserve/jchr-scrutiny-reserve.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/made-affirmative/components/jchr-scrutiny-reserve/jchr-scrutiny-reserve.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/made-affirmative/components/jchr-scrutiny-reserve/jchr-scrutiny-reserve.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/made-affirmative/components/jchr-scrutiny-reserve/jchr-scrutiny-reserve.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/made-affirmative/made-affirmative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/made-affirmative/made-affirmative.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/made-affirmative/made-affirmative.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/made-affirmative/made-affirmative.vsdx -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/proposed-draft-remedial-order/proposed-draft-remedial-order.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/proposed-draft-remedial-order/proposed-draft-remedial-order.pdf -------------------------------------------------------------------------------- /procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/proposed-draft-remedial-order/proposed-draft-remedial-order.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/legislation/secondary/statutory-instruments/super-affirmative-procedures/remedial-orders/proposed-draft-remedial-order/proposed-draft-remedial-order.vsdx -------------------------------------------------------------------------------- /procedure/maps/meta/motion-cheat-sheets/index.md: -------------------------------------------------------------------------------- 1 | # Motion cheat sheets 2 | 3 | ## Legislation 4 | 5 | ### Secondary 6 | 7 | #### Statutory instruments 8 | 9 | ##### Affirmative 10 | 11 | [Draft](legislation/secondary/statutory-instrument/affirmative/draft) 12 | 13 | [Made](legislation/secondary/statutory-instrument/affirmative/made) 14 | 15 | ##### Negative 16 | 17 | [Draft](legislation/secondary/statutory-instrument/negative/draft) 18 | 19 | [Made](legislation/secondary/statutory-instrument/negative/made) -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/bat/btc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/bat/btc.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/bat/btc.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/bat/btc.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/efra/efra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/efra/efra.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/efra/efra.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/efra/efra.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/hac/hac.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/hac/hac.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/hac/hac.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/hac/hac.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/iac+eac/iac+eac.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/iac+eac/iac+eac.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/iac+eac/iac+eac.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/iac+eac/iac+eac.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/itc/itc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/itc/itc.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/itc/itc.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/itc/itc.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/jchr/jchr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/jchr/jchr.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/jchr/jchr.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/jchr/jchr.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/lords-committees/lords-committees.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/lords-committees/lords-committees.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/lords-committees/lords-committees.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/lords-committees/lords-committees.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/niac/niac.dot: -------------------------------------------------------------------------------- 1 | digraph{graph[fontname="calibri"];node[fontname="calibri"];edge[fontname="calibri"];edge [style=solid, color=black];"2367"->"2364"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"2366"->"2365"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"2352"->"2366"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"2369"->"2367"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"2364"->"2368"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"2352"->"2369"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"2368"->"2369"[label=""];edge[style=solid, color=black];"2367" [label="TREATY NIAC AB\nDecision ", style=dotted];"2366" [label="TREATY NIAC AA\nDecision ", style=dotted];"2352" [label="CT BE Summation ", style=dotted];"2369" [label="TREATY NIAC AA\nAND ", style=dotted];"2364" [label="Northern Ireland Affairs\nCommittee inquiry opened\n(House of Commons)", style=bold];"2368" [label="TREATY NIAC AA\nNOT ", style=dotted];"2365" [label="Oral evidence session\nby the Northern\nIreland Affairs Committee\n(House of Commons)", style=bold];} -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/niac/niac.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/niac/niac.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/niac/niac.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/niac/niac.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/other-commons-committees/other-commons-committees.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/other-commons-committees/other-commons-committees.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/other-commons-committees/other-commons-committees.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/other-commons-committees/other-commons-committees.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/pac/pac.dot: -------------------------------------------------------------------------------- 1 | digraph{graph[fontname="calibri"];node[fontname="calibri"];edge[fontname="calibri"];edge [style=solid, color=black];"2352"->"3204"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"3204"->"3209"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"3205"->"3204"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"3206"->"3208"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"3207"->"3210"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"3209"->"3205"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"3209"->"3206"[label=""];edge[style=solid, color=black];edge [style=solid, color=black];"3209"->"3207"[label=""];edge[style=solid, color=black];"2352" [label="CT BE Summation ", style=dotted];"3204" [label="TREATY PAC AA\nAND ", style=dotted];"3205" [label="TREATY PAC AA\nNOT ", style=dotted];"3206" [label="TREATY PAC AA\nDecision ", style=dotted];"3207" [label="TREATY PAC AB\nDecision ", style=dotted];"3209" [label="Public Accounts Committee\ninquiry opened (House of Commons)", style=bold];"3208" [label="Correspondence published by\nthe Public Accounts\nCommittee (House of Commons)", style=bold];"3210" [label="Oral evidence session\nby the Public\nAccounts Committee (House of Commons)", style=bold];} 2 | -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/pac/pac.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/pac/pac.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/pac/pac.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/pac/pac.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/pre-laying-scrutiny/pre-laying-scrutiny.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/pre-laying-scrutiny/pre-laying-scrutiny.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/components/pre-laying-scrutiny/pre-laying-scrutiny.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/components/pre-laying-scrutiny/pre-laying-scrutiny.vsdx -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/crag-treaties.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/crag-treaties.pdf -------------------------------------------------------------------------------- /procedure/maps/treaties/crag-treaties/crag-treaties.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/maps/treaties/crag-treaties/crag-treaties.vsdx -------------------------------------------------------------------------------- /procedure/meta/editor/data-flow/data-flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/editor/data-flow/data-flow.graffle -------------------------------------------------------------------------------- /procedure/meta/editor/data-graphs/instance-data/data.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/editor/data-graphs/instance-data/data.graffle -------------------------------------------------------------------------------- /procedure/meta/editor/data-graphs/instance-data/dumps/loaded/calculation-styles.csv: -------------------------------------------------------------------------------- 1 | id,triple_store_id,label,egg_timer_id 2 | 1,67qMXsUE,Bicameral instruments (clock stops if either House rises),1 3 | 2,FPPYJ9iv,Bicameral instruments (clock stops if both Houses rise),2 4 | 3,G72jVmgv,Commons only instruments,3 5 | 4,8PtdopLn,Proposed negative statutory instruments,4 6 | 5,GKxRUUgK,Treaty periods A and B,5 7 | 6,AaFoIOKC,Commons only sitting days,6 8 | -------------------------------------------------------------------------------- /procedure/meta/editor/data-graphs/instance-data/dumps/loaded/houses.csv: -------------------------------------------------------------------------------- 1 | id,triplestoreid,housename,legislatureid 2 | 1,1AFu55Hs,House of Commons,1 3 | 2,WkUWUBMx,House of Lords,1 4 | -------------------------------------------------------------------------------- /procedure/meta/editor/data-graphs/instance-data/dumps/loaded/legislatures.csv: -------------------------------------------------------------------------------- 1 | id,triplestoreid,legislaturename 2 | 1,4Mapsyb9,UK Parliament 3 | 2,FDzhB2sJ,Scottish Parliament 4 | 3,fhKhTkgi,Senedd Cymru 5 | 4,SO65GBkm,Northern Ireland Assembly 6 | -------------------------------------------------------------------------------- /procedure/meta/editor/data-graphs/instance-data/dumps/loaded/step-collections.csv: -------------------------------------------------------------------------------- 1 | id,triplestoreid,stepcollectionname,procedureid,houseid,is_mechanical 2 | 1,RPfsm4lC,Start steps,,,FALSE 3 | 2,TRohjSuI,End steps,,,FALSE 4 | 3,pc94WzFV,Bicameral end steps,,,FALSE 5 | 4,Oebb7fXv,Website visible steps,,,FALSE 6 | 5,7CBVQcZF,Committee concerns steps,,,FALSE 7 | 6,KMGLDo11,Debate steps,,,FALSE 8 | 7,l3g2umNB,Motions tabled steps,,,FALSE 9 | 8,m7fzgEd2,Proposed negative statutory instruments upgraded to affirmative,2,,FALSE 10 | 11,9wFzYhU3,Commons first reading,33,1,FALSE 11 | -------------------------------------------------------------------------------- /procedure/meta/editor/data-graphs/instance-data/dumps/loaded/step-types.csv: -------------------------------------------------------------------------------- 1 | id,triplestoreid,proceduresteptypename,proceduresteptypedescription,modifiedby,modifiedat 2 | 1,Jwc6nqJi,Business step,A business step is a step that can be actualised by a business item.,smethurstm@parliament.uk,2020-11-20 14:41:11+00 3 | 2,NgLRLaVh,Decision,"A decision step describes the requirement for a decision to be made before the to route can be followed. Routes may be indicated as allowed rather than causal by means of a decision step. A route linking a business step actualised by a business item with a date in the past to a business step which has not been actualised by means of a decision step indicates that actualisation of the step may happen in the future, being an allowed relationship.",sunleyJ@parliament.uk,2020-12-22 12:04:12+00 4 | 3,hPJvtbRW,NOT,,sunleyJ@parliament.uk,2020-12-22 12:04:18+00 5 | 4,t39lJiko,AND,,sunleyJ@parliament.uk,2020-12-22 12:04:23+00 6 | 5,NouCqeQQ,OR,,sunleyJ@parliament.uk,2020-12-22 12:04:30+00 7 | 8,SFKy7wHE,SUM,,sunleyJ@parliament.uk,2021-08-02 16:18:27+01 8 | 9,rLo1ejlV,INCREMENT,,sunleyJ@parliament.uk,2021-08-02 16:19:27+01 9 | 10,usOpqSEW,EQUALS,,sunleyJ@parliament.uk,2021-08-02 16:19:33+01 10 | 11,GBJqbKkE,Summation,"A summation step 'points backwards' at the routes leading to it, describing a condition that may be reached depending on the actualisation state of preceding business steps, routes traversed and operations of logical or arithmetic steps encountered.",sunleyj@parliament.uk,2022-09-02 10:29:42+01 11 | -------------------------------------------------------------------------------- /procedure/meta/editor/data-graphs/instance-data/dumps/reporting/route-profileration.csv: -------------------------------------------------------------------------------- 1 | route_id,route_triplestore_id,from_step_name,to_step_name,procedure_count,procedures 2 | 10682,AZ71ttYT,ALM AB,JCSISR AA,2,Draft affirmative | Enhanced affirmative: Investigatory Powers Act 2016 3 | -------------------------------------------------------------------------------- /procedure/meta/editor/data-graphs/model/model.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/editor/data-graphs/model/model.graffle -------------------------------------------------------------------------------- /procedure/meta/editor/procedure-components/Procedures and components.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/editor/procedure-components/Procedures and components.pdf -------------------------------------------------------------------------------- /procedure/meta/editor/procedure-components/Procedures and components.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/editor/procedure-components/Procedures and components.vsdx -------------------------------------------------------------------------------- /procedure/meta/editor/procedure-components/google-sheet.md: -------------------------------------------------------------------------------- 1 | # Procedures and components 2 | 3 | The following link is to a Google sheet that sets out all procedures in the Procedure Editor database and what component relationships they have. 4 | 5 | [Procedures and components](https://docs.google.com/spreadsheets/d/1lYCMbHIhE0xgYQLdjzfCIaxLJvNq001TMqJ8vb5b-O4/edit?usp=sharing) 6 | 7 | The link is viewable to anyone and can be commented. For more information please [contact](RIIDMSMailbox@parliament.uk) the Indexing and Data Management Section of the House of Commons Library. 8 | -------------------------------------------------------------------------------- /procedure/meta/editor/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/editor/schema.graffle -------------------------------------------------------------------------------- /procedure/meta/editor/target-ia/procedure/urls.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/editor/target-ia/procedure/urls.graffle -------------------------------------------------------------------------------- /procedure/meta/informing/informing.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/informing/informing.graffle -------------------------------------------------------------------------------- /procedure/meta/informing/informing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/informing/informing.pdf -------------------------------------------------------------------------------- /procedure/meta/informing/informing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/informing/informing.png -------------------------------------------------------------------------------- /procedure/meta/lcm-tracking/tracking-lcms.tsv: -------------------------------------------------------------------------------- 1 | Field From Notes 2 | Title of bill Bill model 3 | Session bill was presented Making available model 4 | Bill number Bill model 5 | Type of bill Bill model Do hybrids ever seek LCM 6 | Government department Making available model 7 | Introduced by Making available model 8 | Link to bill page Utility model 9 | Presentation date first House Making available model 10 | Presentation date second House Making available model 11 | Does it need NIA LCM Map Found in explanatory note 12 | Does it need Senedd LCM Map Found in explanatory note 13 | Does it need Scottish Parliament LCM Map Found in explanatory note 14 | Did NIA consent or not Map 15 | Did Senedd consent or not Map 16 | Did Scottish Parliament consent or not Map 17 | Was there an LCM tabled in NIA Map 18 | Was there an LCM tabled in Senedd Map 19 | Was there an LCM tabled in Scottish Parliament Map 20 | Link to Jianhan procedure parsing code To see what has happened / what might happen 21 | Whether the bill has left the first House Map 22 | Whether the bill has entered the second House Map 23 | Date of Commons third reading Map Statement in Commons at third reading if no consent 24 | Date of Commons third reading Map Statement in Lords at third reading if no consent 25 | Date of report from committee in first House Map 26 | Date of report from committee in second House Map -------------------------------------------------------------------------------- /procedure/meta/queries/enabling-things/index.md: -------------------------------------------------------------------------------- 1 | # Queries by Enabling thing 2 | 3 | * [Public Acts](public-acts) -------------------------------------------------------------------------------- /procedure/meta/queries/instrument-types/index.md: -------------------------------------------------------------------------------- 1 | # Queries by instrument type 2 | 3 | * [Enhanced affirmative instruments under the Investigatory Powers Act 2016](enhanced-affirmatives-under-ipa16) 4 | 5 | * [Legislative reform orders](legislative-reform-orders) 6 | 7 | * [Proposed Negative Statutory Instruments](proposed-negative-statutory-instruments) 8 | 9 | * [Published drafts under Schedule 8 to the European Union (Withdrawal) Act 2018](published-drafts-under-euwa) 10 | 11 | * [Remedial orders and proposed draft remedial orders](remedial-orders) 12 | 13 | * [Statutory Instruments](statutory-instruments) 14 | 15 | * [Treaties](treaties) 16 | -------------------------------------------------------------------------------- /procedure/meta/queries/instrument-types/template.md: -------------------------------------------------------------------------------- 1 | # Title of instrument type 2 | 3 | Description 4 | 5 | ## All blah 6 | 7 | ## Blah currently before Parliament 8 | 9 | ## Blah by session 10 | 11 | ## Blah by calendar year 12 | 13 | ## Filtering by time period 14 | 15 | If you have a specified time period you're interested in then you can amend the query above by adding either of the following strings to row 21d in the Sparql query: 16 | 17 | FILTER ( str(?itemDate) > '2017-06-01' && str(?itemDate) < '2019-10-09') 18 | 19 | Or if you want to only see proposed negative statutory instruments before/after a certain point use the following (just remember to change the less-than/greater-than sign depending on your need for before/after): 20 | 21 | FILTER ( str(?itemDate) > '2019-12-13') 22 | 23 | ## Blah by blahing department 24 | 25 | ## Blah by procedure 26 | 27 | ## Committee consideration 28 | 29 | ### Committee differences 30 | 31 | ## Prayers against / Motions tabled on blah 32 | 33 | ## Debates on blah 34 | 35 | ## English Votes for English Laws consideration 36 | 37 | ## Blah signed into law 38 | 39 | ## Blahs and their preceding/following blahs 40 | 41 | ### Following blahs debated in the House 42 | 43 | ## Withdrawn blahs 44 | 45 | -------------------------------------------------------------------------------- /procedure/meta/queries/procedural-steps/index.md: -------------------------------------------------------------------------------- 1 | # Queries by procedural step 2 | 3 | * [Enabled things](enabled-things) 4 | 5 | * [Work packaged things](work-packaged-things) -------------------------------------------------------------------------------- /procedure/meta/queries/procedure-map-meta/index.md: -------------------------------------------------------------------------------- 1 | # Procedure map meta 2 | 3 | * [Procedure steps](steps) 4 | 5 | * [Time-bound routes](time-bound-routes) 6 | 7 | * [Step collections](step-collections) 8 | -------------------------------------------------------------------------------- /procedure/meta/queries/procedure-map-meta/steps/index.md: -------------------------------------------------------------------------------- 1 | ## Query to generate a CSV of procedure step descriptions 2 | 3 | We used to maintain a separate spreadsheet of [procedure steps](https://ukparliament.github.io/ontologies/procedure/procedure-ontology.html#d4e175) with scope notes, link notes and information around how to select a date for a [business item](https://ukparliament.github.io/ontologies/procedure/procedure-ontology.html#d4e248). This spreadsheet was stored in a Sharepoint Library - separate from the procedure data - and only available to users on the parliamentary network. We wanted to put our Information Management approach alongside the data where any user can access it. 4 | 5 | * [Procedure step information](https://api.parliament.uk/s/080184da) 6 | -------------------------------------------------------------------------------- /procedure/meta/queries/procedure-map-meta/time-bound-routes/index.md: -------------------------------------------------------------------------------- 1 | ## Query of time-bound routes in procedure maps 2 | 3 | Procedures are subject to change. Change may happen as a result of changes to statute, changes to standing orders, resolutions of the House, a speaker ruling or new interpretations of precedent. 4 | 5 | When procedure does not change there might still be changes as the mechanics of government change. For example, new committees might be established to reflect changes in government. To reflect this we add start and end dates to routes. Examples might be: 6 | 7 | * a route to committee x would have an end date when that committee ceases to exist. 8 | 9 | * a route to EVEL certification would have a start date to capture when the EVEL procedure came into being. 10 | 11 | * a route to EVEL would have an end date if the EVEL legislation is ever repealed. 12 | 13 | Without time bound routes it becomes impossible to reflect changes to procedure over time and mpossible to predict the "future possibility space" of an instrument subject to a procedure. Because all possible routes would remain possible regardless of whether they had been 'repealed'. 14 | 15 | The following query shows all of the routes that are time-bound with either a start date, an end date or both: 16 | 17 | * [Time-bound routes](https://api.parliament.uk/s/883f91d6) -------------------------------------------------------------------------------- /procedure/meta/queries/scrutiny-types/index.md: -------------------------------------------------------------------------------- 1 | # Queries by scrutiny type 2 | 3 | * [Currentness](currentness) -------------------------------------------------------------------------------- /procedure/meta/queries/timeline-queries/index.md: -------------------------------------------------------------------------------- 1 | # Queries for a timeline on the [Statutory Instrument Service website](https://statutoryinstruments.parliament.uk/) 2 | 3 | * [Published drafts timeline trace](published-drafts) -------------------------------------------------------------------------------- /procedure/meta/queries/timeline-queries/published-drafts/query-text-files/v2_637819880472793334.txt: -------------------------------------------------------------------------------- 1 | # ****** Tracing system comments start **** 2 | # Current date and time 04 March 2022 10:54:07 3 | 4 | # parameter id=https://id.parliament.uk/wkQfLNnh 5 | 6 | # ****** Tracing system comments end **** 7 | PREFIX : 8 | 9 | 10 | SELECT DISTINCT 11 | ?businessItemUri 12 | ?procedureStepUri 13 | ?procedureStepName 14 | ?itemDate 15 | ?houseUri 16 | ?houseName 17 | ?link 18 | ?workpackageProcedureUri 19 | 20 | WHERE 21 | { 22 | BIND ( as ?timeLineWorkPackage) 23 | ?timeLineWorkPackage :workPackageHasBusinessItem ?businessItemUri . 24 | ?timeLineWorkPackage :workPackageHasProcedure ?workpackageProcedureUri. 25 | ?businessItemUri :businessItemHasProcedureStep ?procedureStepUri . 26 | ?procedureStepUri :name ?procedureStepName 27 | OPTIONAL 28 | { 29 | ?businessItemUri :date ?itemDate 30 | } 31 | OPTIONAL 32 | { 33 | ?businessItemUri :businessItemHasBusinessItemWebLink ?link 34 | } 35 | OPTIONAL 36 | { 37 | ?procedureStepUri :procedureStepHasHouse ?houseUri . 38 | ?houseUri :name ?houseName 39 | } 40 | } 41 | ORDER BY (?workPackageBusinessItemDate) -------------------------------------------------------------------------------- /procedure/meta/treaties/treaties.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/treaties/treaties.graffle -------------------------------------------------------------------------------- /procedure/meta/treaties/treaties.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/meta/treaties/treaties.pdf -------------------------------------------------------------------------------- /procedure/procedure-descriptions/draft-affirmative.md: -------------------------------------------------------------------------------- 1 | # Draft affirmative 2 | 3 | Instruments subject to the draft affirmative procedure are laid in draft and require approval in Parliament before being signed into law. Instruments concerning taxation are not laid in the Lords and only require the approval of the Commons. The Commons debates the instrument in a Delegated Legislation Committee or in the Commons Chamber, where a decision on approval is made. The Lords debates the instrument in Grand Committee or in the Lords Chamber, where a decision on approval is made. -------------------------------------------------------------------------------- /procedure/procedure-descriptions/draft-negative.md: -------------------------------------------------------------------------------- 1 | # Draft negative 2 | 3 | Instruments subject to the draft negative procedure are laid in draft and do not require approval in Parliament before being signed in law. Instruments concerning taxation are not laid in the Lords. Either House may pass a motion within the objection period which prevents the instrument being signed into law. The instrument cannot be signed into law by a Minister until the end of the objection period. -------------------------------------------------------------------------------- /procedure/procedure-descriptions/index.md: -------------------------------------------------------------------------------- 1 | # Procedure descriptions 2 | 3 | * [PNSI](pnsi.md) 4 | * [Draft negative](draft-negative.md) 5 | * [Made negative](made-negative.md) 6 | * [Draft affirmative](draft-affirmative.md) 7 | * [Made affirmative](made-affirmative.md) 8 | * [Treaty](treaty.md) 9 | -------------------------------------------------------------------------------- /procedure/procedure-descriptions/made-affirmative.md: -------------------------------------------------------------------------------- 1 | # Made affirmative 2 | 3 | Instruments subject to the made affirmative procedure are signed into law before being laid in Parliament. They either come into force before being laid, or on approval by Parliament. The approval period for instruments that come into force before being laid starts when they are signed into law. The length of this period is defined in the parent Act. If either House does not approve an instrument which came into force before being laid, the instrument is stopped. Instruments concerning taxation are not laid in the Lords and only require the approval of the Commons. -------------------------------------------------------------------------------- /procedure/procedure-descriptions/made-negative.md: -------------------------------------------------------------------------------- 1 | # Made negative 2 | 3 | Instruments subject to the made negative procedure do not require approval in Parliament before becoming law. These instruments may come into force on any date after being laid. Instruments concerning taxation are not laid in the Lords. Either House may pass a motion within the objection period which annuls the instrument and stops it having effect. -------------------------------------------------------------------------------- /procedure/procedure-descriptions/pnsi.md: -------------------------------------------------------------------------------- 1 | # Proposed negative 2 | 3 | A Minister may exercise powers under the EU (Withdrawal) Act 2018 to propose that instruments be subject to the proposed negative procedure. After a proposed negative instrument has been laid, each House has ten sitting days in which it may consider the instrument and agree with the proposal of the Minister, or instead recommend the instrument be subject to the draft affirmative procedure. In the Commons, the instrument is considered by the European Statutory Instruments Committee. In the Lords, the instrument is considered by the Secondary Legislation Scrutiny Committee. Any result of consideration does not bind a Minister, who must nevertheless make a written statement if disagreeing with a recommendation of a committee. -------------------------------------------------------------------------------- /procedure/procedure-descriptions/treaty.md: -------------------------------------------------------------------------------- 1 | # Treaty 2 | 3 | A treaty may be ratified if the Commons does not resolve against ratification within 21 sitting days. A Minister may extend this period. If the Commons resolves against ratification, a Minister may make a statement in disagreement, following which the Commons may consider for a further 21 sitting days. Even if the Lords resolves against ratification, a Minister may make a statement that the treaty be ratified. A Minister may determine a treaty be ratified without it being laid before Parliament. -------------------------------------------------------------------------------- /procedure/procedure.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/procedure/procedure.graffle -------------------------------------------------------------------------------- /procedure/step-descriptions/approval-period-begins.md: -------------------------------------------------------------------------------- 1 | # Approval period begins 2 | 3 | This step means that the approval period for the instrument has started. 4 | The approval period is the time available for both Houses to approve an instrument subject to the made affirmative procedure. It usually begins when the instrument is made (signed into law). The number of days for the approval period and how to calculate it is defined in the parent Act. It is often 28 or 40 days. -------------------------------------------------------------------------------- /procedure/work-package-summary/index.md: -------------------------------------------------------------------------------- 1 | # Summary text for work packages in a procedure 2 | 3 | * [PNSI](pnsi.html) 4 | * [Draft negative](draft-negative.html) 5 | * [Made negative](made-negative.html) 6 | * [Draft affirmative](draft-affirmative.html) 7 | * [Made affirmative](made-affirmative.html) -------------------------------------------------------------------------------- /proceeding/proceeding-events/proceeding-events.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/proceeding/proceeding-events/proceeding-events.graffle -------------------------------------------------------------------------------- /proceeding/proceeding-ontology.ttl: -------------------------------------------------------------------------------- 1 | @prefix proceeding: . 2 | @prefix xsd: . 3 | @prefix rdf: . 4 | @prefix dcterms: . 5 | @prefix owl: . 6 | @prefix rdfs: . 7 | @prefix foaf: . 8 | 9 | 10 | rdf:type owl:Ontology ; 11 | dcterms:title "Proceeding ontology"@en ; 12 | dcterms:created "2023-05-03"^^xsd:date ; 13 | dcterms:rights "Open Parliament Licence v3.0"@en ; 14 | dcterms:description ""@en ; 15 | foaf:depiction ; 16 | foaf:maker 17 | [ foaf:name "Robert Brook"; foaf:homepage ], 18 | [ foaf:name "Michael Smethurst"; foaf:homepage ], 19 | [ foaf:name "Claire Searle" ], 20 | [ foaf:name "Anya Somerville" ], 21 | [ foaf:name "Jayne Sunley" ]. 22 | 23 | 24 | ####### Classes ##### 25 | 26 | proceeding:Proceeding rdf:type owl:Class ; 27 | rdfs:label "Proceeding"@en ; 28 | rdfs:comment ""@en ; 29 | rdfs:isDefinedBy . -------------------------------------------------------------------------------- /proceeding/proceeding.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/proceeding/proceeding.graffle -------------------------------------------------------------------------------- /publisher/publisher.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/publisher/publisher.graffle -------------------------------------------------------------------------------- /publisher/publisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/publisher/publisher.png -------------------------------------------------------------------------------- /publisher/urls.txt: -------------------------------------------------------------------------------- 1 | /people 2 | /people/:person 3 | /people/:person/briefings 4 | /people/:person/topics 5 | 6 | /briefings 7 | /briefings/:briefing 8 | /briefings/:briefing/versions 9 | /briefings/:briefing/people 10 | /briefings/:briefing/topics 11 | 12 | /briefing-versions 13 | /briefing-versions/:briefing-version 14 | 15 | /publishers 16 | /publishers/:publisher 17 | /publishers/:publisher/briefings 18 | /publishers/:publisher/people 19 | /publishers/:publisher/sections 20 | /publishers/:publisher/hubs 21 | /publishers/:publisher/topics 22 | 23 | /sections 24 | /sections/:section 25 | /sections/:section/briefings 26 | /sections/:section/people 27 | /sections/:section/topics 28 | 29 | /hubs 30 | /hubs/:hub 31 | /hubs/:hub/briefings 32 | /hubs/:hub/people 33 | /hubs/:hub/topics 34 | 35 | /topics 36 | /topics/:topic 37 | /topics/:topic/briefings 38 | /topics/:topic/people 39 | /topics/:topic/sections 40 | /topics/:topic/hubs 41 | -------------------------------------------------------------------------------- /question-and-answer/question-and-answer.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/question-and-answer/question-and-answer.graffle -------------------------------------------------------------------------------- /question-and-answer/workflows/lords/flow.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/question-and-answer/workflows/lords/flow.graffle -------------------------------------------------------------------------------- /question-and-answer/workflows/lords/flow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/question-and-answer/workflows/lords/flow.pdf -------------------------------------------------------------------------------- /question-and-answer/workflows/lords/idms.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/question-and-answer/workflows/lords/idms.graffle -------------------------------------------------------------------------------- /question-and-answer/workflows/lords/idms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/question-and-answer/workflows/lords/idms.pdf -------------------------------------------------------------------------------- /record-review/record-review.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/record-review/record-review.graffle -------------------------------------------------------------------------------- /record-review/record-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/record-review/record-review.png -------------------------------------------------------------------------------- /record/record.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/record/record.graffle -------------------------------------------------------------------------------- /record/record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/record/record.png -------------------------------------------------------------------------------- /related-item/related-item.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/related-item/related-item.graffle -------------------------------------------------------------------------------- /reporting/meta/scribble.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/reporting/meta/scribble.graffle -------------------------------------------------------------------------------- /reporting/reporting.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/reporting/reporting.graffle -------------------------------------------------------------------------------- /standing-order/relational/schema.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/standing-order/relational/schema.graffle -------------------------------------------------------------------------------- /standing-order/relational/schema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/standing-order/relational/schema.pdf -------------------------------------------------------------------------------- /standing-order/standing-order.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/standing-order/standing-order.graffle -------------------------------------------------------------------------------- /stats-series/data-cube/examples.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/stats-series/data-cube/examples.zip -------------------------------------------------------------------------------- /stats-series/data-cube/report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/stats-series/data-cube/report.pdf -------------------------------------------------------------------------------- /stats-series/stats-series.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/stats-series/stats-series.graffle -------------------------------------------------------------------------------- /stats-series/stats-series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/stats-series/stats-series.png -------------------------------------------------------------------------------- /submission/submission.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/submission/submission.graffle -------------------------------------------------------------------------------- /submission/submission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/submission/submission.png -------------------------------------------------------------------------------- /tabling/tabling.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/tabling/tabling.graffle -------------------------------------------------------------------------------- /time-period/regnal-years/regnals.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/time-period/regnal-years/regnals.graffle -------------------------------------------------------------------------------- /time-period/time-period.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/time-period/time-period.graffle -------------------------------------------------------------------------------- /treaty/treaty.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/treaty/treaty.graffle -------------------------------------------------------------------------------- /utility/utility.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/utility/utility.graffle -------------------------------------------------------------------------------- /written-statement-making/written-statement-making.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/written-statement-making/written-statement-making.graffle -------------------------------------------------------------------------------- /written-statement/written-statement.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukparliament/ontologies/eab7751deab24f0d21f524ba981e2fe154f1ca27/written-statement/written-statement.graffle --------------------------------------------------------------------------------