@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix fynqo: <https://fynqo.app/> .

# DCAT-AP record for The Cracks Index — Fynqo's open-data ranking of
# countries, EU regions and Dutch municipalities on social-safety-net
# strength. Six public indicators, one composite score (0-100).
# License: CC-BY-4.0. No personal data — fully aggregated.

fynqo:#organization a foaf:Agent ;
  foaf:name "Fynqo" ;
  foaf:homepage <https://fynqo.app> .

fynqo:datasets/cracks#dataset a dcat:Dataset ;
  dct:title "The Cracks Index"@en , "The Cracks Index"@nl ;
  dct:description "Open, reproducible composite index (0-100, lower is better) ranking countries, EU regions and Dutch municipalities on how well their social safety net catches people. Six public indicators aggregated into a single score. Updated monthly; built from public sources only — zero personal data."@en ,
    "Open en reproduceerbare samengestelde index (0-100, lager is beter) die landen, EU-regio's en Nederlandse gemeenten rangschikt op hoe goed hun sociale vangnet mensen opvangt. Zes publieke indicatoren, één samengestelde score. Maandelijks geactualiseerd; gebouwd zonder één persoonsgegeven."@nl ;
  dct:creator fynqo:#organization ;
  dct:publisher fynqo:#organization ;
  dct:issued "2026-04-01"^^xsd:date ;
  dct:modified "2026-06-13"^^xsd:date ;
  dct:license <https://creativecommons.org/licenses/by/4.0/> ;
  dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/MONTHLY> ;
  dct:language <http://publications.europa.eu/resource/authority/language/NLD> ,
    <http://publications.europa.eu/resource/authority/language/ENG> ;
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/SOCI> ,
    <http://publications.europa.eu/resource/authority/data-theme/GOVE> ;
  dcat:keyword "social safety net"@en , "sociaal vangnet"@nl ,
    "social policy"@en , "sociaal domein"@nl ,
    "schuldhulpverlening"@nl , "poverty index"@en ,
    "open data"@en , "CC-BY-4.0"@en ,
    "Wgs"@nl , "vroegsignalering"@nl ;
  dcat:landingPage <https://fynqo.app/cracks-index/> ;
  dcat:contactPoint [
    a dcat:Kind ;
    dcat:hadRole <http://www.iana.org/assignments/relation/maintainer> ;
    foaf:mbox <mailto:open-data@fynqo.app>
  ] ;
  dcat:distribution fynqo:datasets/cracks#dist-json ,
    fynqo:datasets/cracks#dist-csv ,
    fynqo:datasets/cracks#dist-mcp .

fynqo:datasets/cracks#dist-json a dcat:Distribution ;
  dct:title "Cracks Index — JSON API"@en ;
  dct:description "Read-only REST API. GET /api/cracks/index returns the full ranked list; /api/cracks/region/{code} returns a single area; /api/cracks/methodology returns indicator weights and provenance."@en ;
  dct:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
  dcat:mediaType "application/json" ;
  dcat:accessURL <https://api.fynqo.app/api/cracks/index> ;
  dct:license <https://creativecommons.org/licenses/by/4.0/> .

fynqo:datasets/cracks#dist-csv a dcat:Distribution ;
  dct:title "Cracks Index — CSV bulk download"@en ;
  dct:description "Full dataset as comma-separated values, one row per ranked area, including ISO codes, all six indicator values and the composite score."@en ;
  dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
  dcat:mediaType "text/csv" ;
  dcat:downloadURL <https://fynqo.app/cracks-index.csv> ;
  dcat:accessURL <https://fynqo.app/cracks-index.csv> ;
  dct:license <https://creativecommons.org/licenses/by/4.0/> .

fynqo:datasets/cracks#dist-mcp a dcat:Distribution ;
  dct:title "Cracks Index — MCP server"@en ;
  dct:description "Model Context Protocol (MCP) server with eight read-only tools for AI agents: get_cracks_index, compare_countries, country_detail, country_fix, get_regions, region_detail, improvement_guidance, methodology. SSE transport at /mcp/cracks/sse."@en ;
  dcat:mediaType "application/json" ;
  dcat:accessURL <https://api.fynqo.app/mcp/cracks> ;
  dct:license <https://creativecommons.org/licenses/by/4.0/> .
