{"@context":"http://www.w3.org/ns/csvw","url":"https://policywindow.org/wiki/catalog/csv","dc:title":"Policy Window — AI Governance Coverage Matrix (CSV)","dc:description":"One-row-per-cell expansion of the COVERAGE matrix, joined to instrument + topic metadata. Suitable for Excel / R / Stata / Python / knowledge-graph ingestion. Schema-validated via CSVW.","dc:license":"https://creativecommons.org/licenses/by/4.0/","dc:publisher":{"@id":"https://policywindow.org/wiki","schema:name":"Policy Window"},"dialect":{"header":true,"headerRowCount":1,"delimiter":",","doubleQuote":true,"lineTerminators":["\r\n","\n"],"quoteChar":"\"","encoding":"utf-8"},"tableSchema":{"aboutUrl":"https://policywindow.org/entity/coverage-cell/{instrument_short_code}:{topic_code}","primaryKey":["instrument_short_code","topic_code"],"columns":[{"name":"instrument_short_code","titles":"instrument_short_code","datatype":"string","required":true,"rdfs:label":"Instrument code","rdfs:comment":"Stable identifier for the governance instrument. URI-suitable; matches the slug at /wiki/[slug] after normalisation.","propertyUrl":"http://purl.org/dc/terms/identifier"},{"name":"instrument_name","titles":"instrument_name","datatype":"string","required":true,"rdfs:label":"Instrument human-readable name","propertyUrl":"http://www.w3.org/2000/01/rdf-schema#label"},{"name":"instrument_jurisdiction","titles":"instrument_jurisdiction","datatype":"string","required":true,"rdfs:label":"Jurisdiction","rdfs:comment":"Jurisdictional scope. Values: EU, US, UK, CN, JP, SG, IN, BR, ASEAN, African_Union, G7, OECD, UN, CoE, global. Matches the Jurisdiction type union in src/lib/international-governance/instruments.ts.","propertyUrl":"http://purl.org/dc/terms/spatial"},{"name":"topic_code","titles":"topic_code","datatype":"string","required":true,"rdfs:label":"Topic code","rdfs:comment":"Snake-case identifier for the governance topic. Matches GovernanceTopic.code.","propertyUrl":"http://www.w3.org/2004/02/skos/core#notation"},{"name":"topic_label","titles":"topic_label","datatype":"string","required":true,"rdfs:label":"Topic human-readable label","propertyUrl":"http://www.w3.org/2004/02/skos/core#prefLabel"},{"name":"topic_kind","titles":"topic_kind","datatype":{"base":"string","format":"sector|capability|procedural|political_frame|meta"},"required":true,"rdfs:label":"Topic categorical kind","rdfs:comment":"Categorical taxonomy. See src/lib/international-governance/instruments.ts TopicKind."},{"name":"coverage_type","titles":"coverage_type","datatype":{"base":"string","format":"governs|implicit|silent|conflicts"},"required":true,"rdfs:label":"Coverage classification","rdfs:comment":"How the instrument addresses the topic. governs = operative-article coverage; implicit = principle-level or general-rule coverage; silent = no addressing; conflicts = explicit incompatibility with peer instruments."},{"name":"citation","titles":"citation","datatype":"string","required":false,"rdfs:label":"Editorial citation note","rdfs:comment":"Free-text citation to the operative provision or interpretive note. May reference article numbers, recital numbers, or scope clauses. Verify against primary source before citing.","propertyUrl":"http://purl.org/dc/terms/bibliographicCitation"},{"name":"confidence","titles":"confidence","datatype":{"base":"string","format":"high|medium|low"},"required":false,"rdfs:label":"Editorial confidence tier","rdfs:comment":"Optional per-cell confidence tier. Missing values indicate 'editorial review pending' (not low). See /wiki/methodology §7 for the rubric."}]},"note":["This CSVW metadata document describes the structure of /wiki/catalog/csv. Use it to validate column types and to map columns to RDF properties for knowledge-graph ingestion.","Cell-level provenance metadata (classifier identity, classification date) is not yet exposed in the CSV — see /wiki/methodology for editorial process disclosures.","Updates to the schema are versioned via the catalog version field on /wiki/catalog/json. Breaking changes will be announced on /wiki/changelog."]}