Updated

Update Script Maintenance Report

This data provides the details of the membership by states to WIPO administered treaties on the subject matter of copyright, namely: Beijing Treaty on Audiovisual Performances Berne Convention Bru...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/luccasmmg/membership-to-copyright-treaties/
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/.gitignore
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/README.md
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/cache/treaties.txt
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/data/membership-to-copyright-treaties.csv
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Previews

Loading data...

Schema

nametype
Contracting Partystring
Treatystring
Signature Datedate
Instrument Typestring
Instrument Datedate
Entry Into Force Datedate

Data Files

FileDescriptionSizeLast modifiedDownload
membership-to-copyright-treaties
86.2 kBabout 2 months ago
membership-to-copyright-treaties
FilesSizeFormatCreatedUpdatedLicenseSource
186.2 kBcsvabout 2 months agoOpen Data Commons Public Domain Dedication and License v1.0World Intellectual Property Organization

Update Script Maintenance Report

Date: 2026-03-04

  • Hardened scripts/process.py request handling and URL joining logic to avoid malformed URL errors when WIPO returns absolute links.
  • Added guardrails for upstream layout changes:
    • if treaty result links are not discovered, the script now exits cleanly without corrupting existing dataset files,
    • if no parsed rows are produced, the script preserves the current committed CSV.
  • Updated GitHub Actions workflow at .github/workflows/actions.yml:
    • schedule + manual dispatch only,
    • explicit permissions: contents: write,
    • upgraded action versions and simplified execution steps.
  • Current WIPO site structure has changed compared to legacy ShowResults parsing assumptions, so a full data-source migration is still required for fresh treaty updates.