--- pretty_name: "Qué Sabés public-information register" license: other language: - es task_categories: - text-retrieval annotations_creators: - no-annotation source_datasets: - other tags: - public-information - freedom-of-information - government-transparency - alaveteli - web-archive - warc - wacz - archival - jurisdiction-uy --- # Qué Sabés public-information register Read-only public-information request archive for **[https://quesabes.org](https://quesabes.org/)** (UY; Spanish). This dataset belongs to the dedicated `fyi-archive` collection. ## Publication status - Instance id: `uy-quesabes` - Operational status: **experimental** - Canonical source: `https://quesabes.org/` - Dataset repository: `edithatogo/quesabes-archive-uy` This repository is an experimental, independently scoped archive. A repository shell or dataset card does not imply that collection is complete or currently active. ## Provenance and acquisition modes The orchestration source is [`edithatogo/fyi-archive`](https://github.com/edithatogo/fyi-archive). Capture is read-only, rate-limited, independently checkpointed per site, and performed through publicly available source interfaces and archival evidence. Configured source modes: - `live_api` - `atom_feed` - `authority_catalog` - `internet_archive` ## Intended use Public-interest and policy research, journalism, reproducible historical preservation, and transparency analysis. This archive is not a certified legal record, legal advice, or a substitute for the upstream site. ## Data availability and loading The repository card is always published before archive payloads. A Dataset Viewer configuration is added only when a verified Parquet manifest exists. Until then, inspect the repository without assuming a split: ```python from huggingface_hub import HfApi files = HfApi().list_repo_files("edithatogo/quesabes-archive-uy", repo_type="dataset") print(files) ``` After `manifests/latest_manifest.parquet` is published and verified, it can be queried with DuckDB or loaded explicitly as Parquet. The canonical manifest contract is [`schemas/manifest.schema.json`](https://github.com/edithatogo/fyi-archive/blob/main/schemas/manifest.schema.json); source-specific unavailable values remain null rather than being inferred. ## Rights, privacy, and limitations Public availability does not create a blanket reuse licence. Archived records retain their source rights, attribution, privacy, and takedown constraints; the repository code alone is MIT-licensed. Coverage is point-in-time and may be incomplete. No percentage coverage is claimed without a defensible source denominator. See the [copyright](https://github.com/edithatogo/fyi-archive/blob/main/docs/copyright-and-licensing.md), [ethics](https://github.com/edithatogo/fyi-archive/blob/main/docs/ethics-and-compliance.md), and [notice](https://github.com/edithatogo/fyi-archive/blob/main/NOTICE.md) documentation. ## Citation ```bibtex @dataset{mordaunt_uy_quesabes_archive, author = {Dylan Mordaunt}, title = {Qué Sabés public-information register}, year = {2026}, url = {https://huggingface.co/datasets/edithatogo/quesabes-archive-uy} } ```