ai-act-obligations / metadata.jsonld
FedCal's picture
Publish ai-act-obligations v1.0.0 (CC/ODbL open data, federicocalo.dev)
715b947 verified
Raw
History Blame Contribute Delete
3.42 kB
{
"@context": {
"dcat": "http://www.w3.org/ns/dcat#",
"dct": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
"adms": "http://www.w3.org/ns/adms#",
"spdx": "http://spdx.org/rdf/terms#"
},
"@type": "dcat:Dataset",
"@id": "https://federicocalo.dev/open-data/ai-act-obligations/v1.0.0/",
"dct:identifier": "ai-act-obligations@1.0.0",
"dct:title": [
{ "@value": "EU AI Act Obligations Matrix — Italy focus 2026", "@language": "en" },
{ "@value": "Obblighi AI Act UE — Focus Italia 2026", "@language": "it" }
],
"dct:description": [
{
"@value": "Structured catalog of the obligations established by EU Regulation 2024/1689 (AI Act), mapped by article, risk category, target actor, enforcement deadline and penalty tier. Designed as a compliance-planning resource for providers, deployers, creators and solopreneurs in the EU market, with specific notes for Italian legal context.",
"@language": "en"
},
{
"@value": "Catalogo strutturato degli obblighi del Regolamento UE 2024/1689 (AI Act), mappati per articolo, categoria di rischio, attore coinvolto, scadenza di enforcement e tier sanzionatorio. Pensato come risorsa di pianificazione compliance per provider, deployer, creator e solopreneur nel mercato UE, con note specifiche per il contesto giuridico italiano.",
"@language": "it"
}
],
"dct:issued": "2026-04-22T00:00:00Z",
"dct:modified": "2026-04-22T00:00:00Z",
"dct:publisher": {
"@type": "foaf:Person",
"foaf:name": "Federico Calò",
"foaf:mbox": "mailto:info@federicocalo.dev",
"foaf:homepage": "https://federicocalo.dev"
},
"dct:license": {
"@id": "https://creativecommons.org/licenses/by/4.0/",
"dct:title": "Creative Commons Attribution 4.0 International"
},
"dct:language": ["it", "en"],
"dct:spatial": [
{ "@id": "http://publications.europa.eu/resource/authority/country/ITA" },
{ "@id": "http://publications.europa.eu/resource/authority/country/EU" }
],
"dct:temporal": {
"@type": "dct:PeriodOfTime",
"dcat:startDate": "2025-02-02",
"dcat:endDate": "2027-08-02"
},
"dcat:theme": [
"http://eurovoc.europa.eu/5855",
"http://publications.europa.eu/resource/authority/data-theme/JUST",
"http://publications.europa.eu/resource/authority/data-theme/TECH"
],
"dcat:keyword": [
"AI Act",
"Regulation 2024/1689",
"compliance",
"high-risk AI",
"GPAI",
"transparency",
"deepfake",
"EU regulation"
],
"dcat:distribution": [
{
"@type": "dcat:Distribution",
"dcat:accessURL": "https://federicocalo.dev/open-data/ai-act-obligations/v1.0.0/data.csv",
"dct:format": "text/csv",
"dct:title": "CSV representation"
},
{
"@type": "dcat:Distribution",
"dcat:accessURL": "https://federicocalo.dev/open-data/ai-act-obligations/v1.0.0/data.json",
"dct:format": "application/json",
"dct:title": "JSON representation with quantitative penalty fields"
}
],
"adms:versionNotes": "Initial release aligned to Regulation EU 2024/1689 final text, incorporating AI Office timeline guidance (Feb 2025 – Aug 2027). Focus on Italy for penalty enforcement via AGCM / Garante privacy / AGID; scheme extensible to other EU Member States.",
"dct:conformsTo": [
"https://www.dcat-ap.it/it/2.1/",
"https://www.w3.org/TR/vocab-dcat-2/"
]
}