From cc3c58001e6b97f19ed106d24f1ed30970cddd25 Mon Sep 17 00:00:00 2001 From: giorgialodi Date: Fri, 29 May 2020 18:49:51 +0200 Subject: [PATCH] created a new controlled vocabulary on the types of indicator that is connected with the ontology Indicator --- .../indicator-types/README.md | 20 + .../indicator-types/indicator-types.csv | 4 + .../indicator-types/indicator-types.jsonld | 716 ++++++++++++++++++ .../indicator-types/indicator-types.rdf | 345 +++++++++ .../indicator-types/indicator-types.ttl | 312 ++++++++ .../indicator-types/indicator-types.xlsx | Bin 0 -> 9011 bytes 6 files changed, 1397 insertions(+) create mode 100644 VocabolariControllati/classifications-for-indicators/indicator-types/README.md create mode 100644 VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.csv create mode 100644 VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.jsonld create mode 100644 VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.rdf create mode 100644 VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.ttl create mode 100644 VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.xlsx diff --git a/VocabolariControllati/classifications-for-indicators/indicator-types/README.md b/VocabolariControllati/classifications-for-indicators/indicator-types/README.md new file mode 100644 index 00000000..64cb0e19 --- /dev/null +++ b/VocabolariControllati/classifications-for-indicators/indicator-types/README.md @@ -0,0 +1,20 @@ +Vocabolario controllato sui tipi di indicatori +============================================== + +Questo è il vocabolario controllato sui tipi di indicatori. Il vocabolario è nato nel contesto dei lavori della task force data-driven per l'emergenza COVID-19 e istanza la classe del modello Indicator che prende il nome di Indicator Type. + +Il vocabolario è di fatto una 'code list' costituita da un unico livello, i cui contenuti sono i seguenti: + ++ Indicatore di processo ++ Indicatore di risultato ++ Indicatore di struttura + +Il vocabolario è nato sia analizzando il decreto del Ministero della Salute 30 aprile 2020 sugli indicatori COVID-19 per la fase 2A che le regioni devono calcolare, sia dallo studio di alcuni [modelli](https://www.semanticscholar.org/paper/A-Knowledge-Based-Search-Tool-for-Performance-in-Beyan-Baykal/3a972ecf7835770f47937ee84d949935e2c56b79/figure/10) presenti in letteratura scientifica su indicatori health care dove si esplicitano chiaramente tre tipi di indicatori come quelli sopra riportati, che mirano a misurare e monitorare complessivamente la qualità del sistema. + + +Autori +====== + +Agenzia per l'Italia Digitale - Giorgia Lodi + +Dipartimento per la Trasformazione Digitale - Ministro per l'innovazione tecnologica e la digitalizzazione - Maria Claudia Bodino, Roberto Polli diff --git a/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.csv b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.csv new file mode 100644 index 00000000..11f5f127 --- /dev/null +++ b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.csv @@ -0,0 +1,4 @@ +codice_1_livello,label_1_livello_ITA,label_1_livello_ENG +process,Indicatore di processo,Process indicator +outcome,Indicatore di risultato,Outcome indicator +structure,Indicatore di struttura,Structure indicator diff --git a/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.jsonld b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.jsonld new file mode 100644 index 00000000..67471a22 --- /dev/null +++ b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.jsonld @@ -0,0 +1,716 @@ +{ + "@context": { + "adms": "http://www.w3.org/ns/adms#", + "clvapit": "https://w3id.org/italia/onto/CLV/", + "dc": "http://purl.org/dc/elements/1.1/", + "dcat": "http://www.w3.org/ns/dcat#", + "dcatapit": "http://dati.gov.it/onto/dcatapit#", + "dct": "http://purl.org/dc/terms/", + "dcterms": "http://purl.org/dc/terms/", + "foaf": "http://xmlns.com/foaf/0.1/", + "indicator": "https://w3id.org/italia/onto/Indicator/", + "l0": "https://w3id.org/italia/onto/l0/", + "owl": "http://www.w3.org/2002/07/owl#", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "skos": "http://www.w3.org/2004/02/skos/core#", + "vcard": "http://www.w3.org/2006/vcard/ns#", + "xkos": "http://rdf-vocabulary.ddialliance.org/xkos#", + "xsd": "http://www.w3.org/2001/XMLSchema#" + }, + "@graph": [ + { + "@id": "dcatapit:Agent", + "@type": "rdfs:Class" + }, + { + "@id": "https://w3id.org/italia/data/public-organization/agid", + "@type": [ + "foaf:Agent", + "dcatapit:Agent" + ], + "dct:identifier": "agid", + "foaf:name": [ + { + "@language": "en", + "@value": "Italian Digital Agency" + }, + { + "@language": "it", + "@value": "Agenzia per l'Italia Digitale" + } + ] + }, + { + "@id": "skos:ConceptScheme", + "@type": "rdfs:Class" + }, + { + "@id": "skos:inScheme", + "@type": "rdfs:Property" + }, + { + "@id": "indicator:definedInLegislation", + "@type": "rdfs:Property" + }, + { + "@id": "dct:Standard", + "@type": "rdfs:Class" + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_JSON_LD", + "@type": "dcatapit:Distribution", + "dcat:accessURL": { + "@id": "https://github.com/italia/daf-ontologie-vocabolari-controllati/tree/master/VocabolariControllati/classifications-for-indicators/indicator-types" + }, + "dcat:downloadURL": { + "@id": "https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.jsonld" + }, + "dct:description": [ + { + "@language": "it", + "@value": "Questa è la distribuzione JSON_LD del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori" + }, + { + "@language": "en", + "@value": "This is the distribution in JSON_LD of the Linked Open Dataset of the types of indicators" + } + ], + "dct:format": { + "@id": "http://publications.europa.eu/resource/authority/file-type/JSON_LD" + }, + "dct:license": { + "@id": "https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40" + }, + "dct:title": [ + { + "@language": "en", + "@value": "JSON_LD distribution of the types of indicators" + }, + { + "@language": "it", + "@value": "Distribuzione JSON_LD del vocabolario controllato sui tipi degli indicatori" + } + ] + }, + { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types/structure", + "@type": [ + "skos:Concept", + "file:///base/data/home/apps/s%7Erdf-translator/2.408516547054015808/#IndicatorType" + ], + "clvapit:hasRankOrder": "1", + "dct:identifier": "structure", + "l0:name": { + "@language": "it", + "@value": "Indicatore di risultato" + }, + "skos:inScheme": { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types" + }, + "skos:notation": "structure", + "skos:prefLabel": [ + { + "@language": "en", + "@value": "Structure indicator" + }, + { + "@language": "it", + "@value": "Indicatore di struttura" + } + ], + "xkos:depth": 1 + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_RDF_Turtle", + "@type": "dcatapit:Distribution", + "dcat:accessURL": { + "@id": "https://github.com/italia/daf-ontologie-vocabolari-controllati/tree/master/VocabolariControllati/classifications-for-indicators/indicator-types" + }, + "dcat:downloadURL": { + "@id": "https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.ttl" + }, + "dct:description": [ + { + "@language": "it", + "@value": "Questa è la distribuzione RDF/Turtle del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori" + }, + { + "@language": "en", + "@value": "This is the distribution in RDF/turtle of the Linked Open Dataset of the types of indicators" + } + ], + "dct:format": { + "@id": "http://publications.europa.eu/resource/authority/file-type/RDF_TURTLE" + }, + "dct:license": { + "@id": "https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40" + }, + "dct:title": [ + { + "@language": "en", + "@value": "RDF/Turtle distribution of the types of indicators" + }, + { + "@language": "it", + "@value": "Distribuzione RDF/Turtle del vocabolario controllato sui tipi degli indicatori" + } + ] + }, + { + "@id": "dct:conformsTo", + "@type": "rdfs:Property" + }, + { + "@id": "dct:type", + "@type": "rdfs:Property" + }, + { + "@id": "vcard:Kind", + "@type": "rdfs:Class" + }, + { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types/process", + "@type": [ + "file:///base/data/home/apps/s%7Erdf-translator/2.408516547054015808/#IndicatorType", + "skos:Concept" + ], + "clvapit:hasRankOrder": "1", + "dct:identifier": "process", + "l0:name": { + "@language": "it", + "@value": "Indicatore di processo" + }, + "skos:inScheme": { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types" + }, + "skos:notation": "process", + "skos:prefLabel": [ + { + "@language": "it", + "@value": "Indicatore di processo" + }, + { + "@language": "en", + "@value": "Process indicator" + } + ], + "xkos:depth": 1 + }, + { + "@id": "dcatapit:Organization", + "@type": "rdfs:Class" + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_XLSX", + "@type": "dcatapit:Distribution", + "dcat:accessURL": { + "@id": "https://github.com/italia/daf-ontologie-vocabolari-controllati/tree/master/VocabolariControllati/classifications-for-indicators/indicator-types" + }, + "dcat:downloadURL": { + "@id": "https://github.com/italia/daf-ontologie-vocabolari-controllati/raw/master/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.xlsx" + }, + "dct:description": [ + { + "@language": "en", + "@value": "This is the distribution in XLSX of the Open Dataset of the types of indicators" + }, + { + "@language": "it", + "@value": "Questa è la distribuzione XLSX del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori" + } + ], + "dct:format": { + "@id": "http://publications.europa.eu/resource/authority/file-type/XLSX" + }, + "dct:license": { + "@id": "https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40" + }, + "dct:title": [ + { + "@language": "it", + "@value": "Distribuzione XLSX del vocabolario controllato sui tipi degli indicatori" + }, + { + "@language": "en", + "@value": "XLSX distribution of the types of indicators" + } + ] + }, + { + "@id": "owl:versionInfo", + "@type": "rdfs:Property" + }, + { + "@id": "xkos:numberOfLevels", + "@type": "rdfs:Property" + }, + { + "@id": "https://w3id.org/italia/data/contact-point/voc_AgID", + "@type": [ + "vcard:Organization", + "vcard:Kind", + "dcatapit:Organization" + ], + "vcard:fn": "banche dati e open data", + "vcard:hasEmail": { + "@id": "mailto:info@dati.gov.it" + } + }, + { + "@id": "dct:license", + "@type": "rdfs:Property" + }, + { + "@id": "https://w3id.org/italia/data/standard/SKOS", + "@type": [ + "dcatapit:Standard", + "dct:Standard" + ], + "dct:description": "The Simple Knowledge Organization System (SKOS) is a common data model for sharing and linking knowledge organization systems via the Web", + "dct:identifier": "SKOS", + "dct:title": "Simple Knowledge Organization System - SKOS" + }, + { + "@id": "indicator:hasIndicatorType", + "@type": "rdfs:Property" + }, + { + "@id": "dct:language", + "@type": "rdfs:Property" + }, + { + "@id": "dcatapit:Distribution", + "@type": "rdfs:Class" + }, + { + "@id": "dcat:theme", + "@type": "rdfs:Property" + }, + { + "@id": "vcard:hasEmail", + "@type": "rdfs:Property" + }, + { + "@id": "https://w3id.org/italia/data/department/dtd", + "@type": [ + "dcatapit:Agent", + "foaf:Agent" + ], + "dct:identifier": "PCM", + "foaf:name": [ + { + "@language": "it", + "@value": "Presidenza del Consiglio dei Ministri - Dipartimento per la Trasformazione Digitale" + }, + { + "@language": "en", + "@value": "Presidency of the Council of Ministers - Department of Digital Transformation" + } + ] + }, + { + "@id": "dct:modified", + "@type": "rdfs:Property" + }, + { + "@id": "dcat:distribution", + "@type": "rdfs:Property" + }, + { + "@id": "dcat:downloadURL", + "@type": "rdfs:Property" + }, + { + "@id": "l0:name", + "@type": "rdfs:Property" + }, + { + "@id": "indicator:isMetByIndicator", + "@type": "rdfs:Property" + }, + { + "@id": "skos:Concept", + "@type": "rdfs:Class" + }, + { + "@id": "foaf:Agent", + "@type": "rdfs:Class" + }, + { + "@id": "adms:representationTechnique", + "@type": "rdfs:Property" + }, + { + "@id": "dct:subject", + "@type": "rdfs:Property" + }, + { + "@id": "dcat:contactPoint", + "@type": "rdfs:Property" + }, + { + "@id": "dct:accrualPeriodicity", + "@type": "rdfs:Property" + }, + { + "@id": "indicator:meetsPurpose", + "@type": "rdfs:Property" + }, + { + "@id": "vcard:fn", + "@type": "rdfs:Property" + }, + { + "@id": "xkos:depth", + "@type": "rdfs:Property" + }, + { + "@id": "clvapit:hasRankOrder", + "@type": "rdfs:Property" + }, + { + "@id": "dct:title", + "@type": "rdfs:Property" + }, + { + "@id": "foaf:name", + "@type": "rdfs:Property" + }, + { + "@id": "l0:description", + "@type": "rdfs:Property" + }, + { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types", + "@type": [ + "adms:Asset", + "skos:ConceptScheme", + "dcatapit:Dataset" + ], + "adms:representationTechnique": { + "@id": "http://purl.org/adms/representationtechnique/SKOS" + }, + "dcat:contactPoint": { + "@id": "https://w3id.org/italia/data/contact-point/voc_AgID" + }, + "dcat:distribution": [ + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_RDF_Turtle" + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_JSON_LD" + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_CSV" + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_RDF_XML" + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_XLSX" + } + ], + "dcat:keyword": [ + { + "@language": "it", + "@value": "Tipi di indicatori" + }, + { + "@language": "it", + "@value": "Indicatori" + } + ], + "dcat:theme": [ + { + "@id": "http://publications.europa.eu/resource/authority/data-theme/TECH" + }, + { + "@id": "http://publications.europa.eu/resource/authority/data-theme/HEAL" + } + ], + "dct:accrualPeriodicity": { + "@id": "http://publications.europa.eu/resource/authority/frequency/IRREG" + }, + "dct:conformsTo": { + "@id": "https://w3id.org/italia/data/standard/SKOS" + }, + "dct:creator": [ + { + "@id": "https://w3id.org/italia/data/public-organization/agid" + }, + { + "@id": "https://w3id.org/italia/data/department/dtd" + } + ], + "dct:description": [ + { + "@language": "it", + "@value": "Questo è il vocabolario controllato dei tipi di indicatori. GLi indicatori infatti possono essere di processo, di risultato o esito e così via." + }, + { + "@language": "en", + "@value": "This is the Types of Indicators controlled vocabulary. Indicators in fact can be indicators of outcome, of process and so on." + } + ], + "dct:identifier": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types", + "dct:issued": { + "@type": "xsd:date", + "@value": "2020-05-26" + }, + "dct:language": { + "@id": "http://publications.europa.eu/resource/authority/language/ITA" + }, + "dct:modified": { + "@type": "xsd:date", + "@value": "2020-05-26" + }, + "dct:publisher": { + "@id": "https://w3id.org/italia/data/public-organization/agid" + }, + "dct:rightsHolder": { + "@id": "https://w3id.org/italia/data/public-organization/MDS" + }, + "dct:title": [ + { + "@language": "en", + "@value": "Types of Indicators Controlled Vocabulary" + }, + { + "@language": "it", + "@value": "Vocabolario Controllato dei tipi di indicatori" + } + ], + "dct:type": { + "@id": "http://purl.org/adms/assettype/CodeList" + }, + "rdfs:comment": [ + { + "@language": "it", + "@value": "Questo è il vocabolario controllato dei tipi di indicatori. GLi indicatori infatti possono essere di processo, di risultato o esito e così via." + }, + { + "@language": "en", + "@value": "This is the Types of Indicators controlled vocabulary. Indicators in fact can be indicators of outcome, of process and so on." + } + ], + "rdfs:isDefinedBy": { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types" + }, + "rdfs:label": [ + { + "@language": "it", + "@value": "Vocabolario Controllato dei tipi di indicatori" + }, + { + "@language": "en", + "@value": "Types of Indicators Controlled Vocabulary" + } + ], + "skos:hasTopConcept": [ + { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types/structure" + }, + { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types/process" + }, + { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types/outcome" + } + ], + "xkos:numberOfLevels": "1" + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_RDF_XML", + "@type": "dcatapit:Distribution", + "dcat:accessURL": { + "@id": "https://github.com/italia/daf-ontologie-vocabolari-controllati/tree/master/VocabolariControllati/classifications-for-indicators/indicator-types" + }, + "dcat:downloadURL": { + "@id": "https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.rdf" + }, + "dct:description": [ + { + "@language": "en", + "@value": "This is the distribution in RDF/XML of the Linked Open Dataset of the types of indicators." + }, + { + "@language": "it", + "@value": "Questa è la distribuzione RDF/XML del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori" + } + ], + "dct:format": { + "@id": "http://publications.europa.eu/resource/authority/file-type/RDF_XML" + }, + "dct:license": { + "@id": "https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40" + }, + "dct:title": [ + { + "@language": "en", + "@value": "RDF/XML distribution of the types of indicators" + }, + { + "@language": "it", + "@value": "Distribuzione RDF/XML del vocabolario controllato sui tipi degli indicatori" + } + ] + }, + { + "@id": "skos:narrower", + "@type": "rdfs:Property" + }, + { + "@id": "dct:rightsHolder", + "@type": "rdfs:Property" + }, + { + "@id": "https://w3id.org/italia/data/public-organization/MDS", + "@type": [ + "foaf:Agent", + "dcatapit:Agent" + ], + "dct:identifier": "MDS", + "foaf:name": { + "@language": "it", + "@value": "Ministero della Salute" + } + }, + { + "@id": "dct:creator", + "@type": "rdfs:Property" + }, + { + "@id": "skos:prefLabel", + "@type": "rdfs:Property" + }, + { + "@id": "dcatapit:Standard", + "@type": "rdfs:Class" + }, + { + "@id": "vcard:Organization", + "@type": "rdfs:Class" + }, + { + "@id": "https://w3id.org/italia/data/distribution/INDTYPE_CSV", + "@type": "dcatapit:Distribution", + "dcat:accessURL": { + "@id": "https://github.com/italia/daf-ontologie-vocabolari-controllati/tree/master/VocabolariControllati/classifications-for-indicators/indicator-types" + }, + "dcat:downloadURL": { + "@id": "https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.csv" + }, + "dct:description": [ + { + "@language": "it", + "@value": "Questa è la distribuzione CSV del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori" + }, + { + "@language": "en", + "@value": "This is the distribution in CSV of the Open Dataset of the types of indicators" + } + ], + "dct:format": { + "@id": "http://publications.europa.eu/resource/authority/file-type/CSV" + }, + "dct:license": { + "@id": "https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40" + }, + "dct:title": [ + { + "@language": "en", + "@value": "CSV distribution of the types of indicators" + }, + { + "@language": "it", + "@value": "Distribuzione CSV del vocabolario controllato sui tipi degli indicatori" + } + ] + }, + { + "@id": "dcat:keyword", + "@type": "rdfs:Property" + }, + { + "@id": "dct:issued", + "@type": "rdfs:Property" + }, + { + "@id": "indicator:Indicator", + "@type": "rdfs:Class" + }, + { + "@id": "dcatapit:Dataset", + "@type": "rdfs:Class" + }, + { + "@id": "skos:definition", + "@type": "rdfs:Property" + }, + { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types/outcome", + "@type": [ + "skos:Concept", + "file:///base/data/home/apps/s%7Erdf-translator/2.408516547054015808/#IndicatorType" + ], + "clvapit:hasRankOrder": "1", + "dct:identifier": "outcome", + "l0:name": { + "@language": "it", + "@value": "Indicatore di risultato" + }, + "skos:inScheme": { + "@id": "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types" + }, + "skos:notation": "outcome", + "skos:prefLabel": [ + { + "@language": "en", + "@value": "Outcome indicator" + }, + { + "@language": "it", + "@value": "Indicatore di risultato" + } + ], + "xkos:depth": 1 + }, + { + "@id": "dcat:accessURL", + "@type": "rdfs:Property" + }, + { + "@id": "skos:narrowerTransitive", + "@type": "rdfs:Property" + }, + { + "@id": "dct:description", + "@type": "rdfs:Property" + }, + { + "@id": "skos:broader", + "@type": "rdfs:Property" + }, + { + "@id": "dct:identifier", + "@type": "rdfs:Property" + }, + { + "@id": "skos:broaderTransitive", + "@type": "rdfs:Property" + }, + { + "@id": "dct:publisher", + "@type": "rdfs:Property" + }, + { + "@id": "dct:format", + "@type": "rdfs:Property" + }, + { + "@id": "skos:notation", + "@type": "rdfs:Property" + } + ] +} diff --git a/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.rdf b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.rdf new file mode 100644 index 00000000..3735c759 --- /dev/null +++ b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.rdf @@ -0,0 +1,345 @@ + + + + + + + This is the distribution in RDF/XML of the Linked Open Dataset of the types of indicators. + + Distribuzione RDF/XML del vocabolario controllato sui tipi degli indicatori + Questa è la distribuzione RDF/XML del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori + + + + + RDF/XML distribution of the types of indicators + + + + + + + + + 1 + Indicatore di risultato + + 1 + structure + structure + Indicatore di struttura + Structure indicator + + + + + + + + This is the distribution in RDF/turtle of the Linked Open Dataset of the types of indicators + + + + RDF/Turtle distribution of the types of indicators + Distribuzione RDF/Turtle del vocabolario controllato sui tipi degli indicatori + Questa è la distribuzione RDF/Turtle del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori + + + + + PCM + Presidency of the Council of Ministers - Department of Digital Transformation + + Presidenza del Consiglio dei Ministri - Dipartimento per la Trasformazione Digitale + + + + + MDS + Ministero della Salute + + + + + + This is the distribution in CSV of the Open Dataset of the types of indicators + Distribuzione CSV del vocabolario controllato sui tipi degli indicatori + + + Questa è la distribuzione CSV del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori + CSV distribution of the types of indicators + + + + This is the distribution in JSON_LD of the Linked Open Dataset of the types of indicators + + + + JSON_LD distribution of the types of indicators + Questa è la distribuzione JSON_LD del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori + Distribuzione JSON_LD del vocabolario controllato sui tipi degli indicatori + + + + + + Indicatori + + + Questo è il vocabolario controllato dei tipi di indicatori. GLi indicatori infatti possono essere di processo, di risultato o esito e così via. + + Vocabolario Controllato dei tipi di indicatori + + + + + 2020-05-26 + + + + + + + Questo è il vocabolario controllato dei tipi di indicatori. GLi indicatori infatti possono essere di processo, di risultato o esito e così via. + Types of Indicators Controlled Vocabulary + + + https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types + + + Tipi di indicatori + 2020-05-26 + + This is the Types of Indicators controlled vocabulary. Indicators in fact can be indicators of outcome, of process and so on. + Types of Indicators Controlled Vocabulary + + + + Vocabolario Controllato dei tipi di indicatori + + This is the Types of Indicators controlled vocabulary. Indicators in fact can be indicators of outcome, of process and so on. + + 1 + + + + + + Indicatore di risultato + + + Outcome indicator + 1 + + 1 + Indicatore di risultato + outcome + outcome + + + + + 1 + 1 + Indicatore di processo + Indicatore di processo + Process indicator + process + + process + + + + + + + + + + banche dati e open data + + + + + + + + + + + + + + + + + + + + + Agenzia per l'Italia Digitale + agid + Italian Digital Agency + + + + + This is the distribution in XLSX of the Open Dataset of the types of indicators + Distribuzione XLSX del vocabolario controllato sui tipi degli indicatori + Questa è la distribuzione XLSX del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori + + + + + + XLSX distribution of the types of indicators + + + + + + + + + + SKOS + Simple Knowledge Organization System - SKOS + + The Simple Knowledge Organization System (SKOS) is a common data model for sharing and linking knowledge organization systems via the Web + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.ttl b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.ttl new file mode 100644 index 00000000..2423c4f4 --- /dev/null +++ b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.ttl @@ -0,0 +1,312 @@ +@prefix dct: . +@prefix adms: . +@prefix rdfs: . +@prefix owl: . +@prefix rdf: . +@prefix dc: . +@prefix skos: . +@prefix indicator: . +@prefix xkos: . +@prefix clvapit: . +@prefix l0: . +@prefix dcatapit: . +@prefix dcat: . +@prefix foaf: . +@prefix vcard: . +@prefix xsd: . + + +skos:ConceptScheme + a rdfs:Class . + +skos:Concept + a rdfs:Class . + +indicator:Indicator + a rdfs:Class . + +dcatapit:Dataset + a rdfs:Class . + +dcatapit:Distribution + a rdfs:Class . + +dcatapit:Standard + a rdfs:Class . + +dcatapit:Organization + a rdfs:Class . + +vcard:Organization + a rdfs:Class . + +vcard:Kind + a rdfs:Class . + +dcatapit:Agent + a rdfs:Class . + +foaf:Agent + a rdfs:Class . + +dct:Standard + a rdfs:Class . + +skos:prefLabel + a rdfs:Property . + +skos:notation + a rdfs:Property . + +skos:inScheme + a rdfs:Property . + +skos:narrower + a rdfs:Property . + +skos:broader + a rdfs:Property . + +skos:broaderTransitive + a rdfs:Property . + +skos:narrowerTransitive + a rdfs:Property . + +skos:definition + a rdfs:Property . + +dct:identifier + a rdfs:Property . + +dct:title + a rdfs:Property . + +dct:type + a rdfs:Property . + +dct:description + a rdfs:Property . + +dct:creator + a rdfs:Property . + +dct:publisher + a rdfs:Property . + +dct:rightsHolder + a rdfs:Property . + +dct:conformsTo + a rdfs:Property . + +dct:subject + a rdfs:Property . + +dct:accrualPeriodicity + a rdfs:Property . + +dct:language + a rdfs:Property . + +dct:format + a rdfs:Property . + +dct:issued + a rdfs:Property . + +dct:modified + a rdfs:Property . + +dct:license + a rdfs:Property . + +xkos:numberOfLevels + a rdfs:Property . + +clvapit:hasRankOrder + a rdfs:Property . + +dcat:theme + a rdfs:Property . + +dcat:distribution + a rdfs:Property . + +foaf:name + a rdfs:Property . + +dcat:keyword + a rdfs:Property . + +dcat:contactPoint + a rdfs:Property . + +dcat:accessURL + a rdfs:Property . + +dcat:downloadURL + a rdfs:Property . + +owl:versionInfo + a rdfs:Property . + +adms:representationTechnique + a rdfs:Property . + +vcard:fn + a rdfs:Property . + +vcard:hasEmail + a rdfs:Property . + +indicator:definedInLegislation + a rdfs:Property . + +indicator:meetsPurpose + a rdfs:Property . + +indicator:hasIndicatorType + a rdfs:Property . + +indicator:isMetByIndicator + a rdfs:Property . + +l0:name + a rdfs:Property . + +l0:description + a rdfs:Property . + +xkos:depth + a rdfs:Property . + +#Metadata DCAT-AP_IT for the controlled vocabulary + + a skos:ConceptScheme , adms:Asset , dcatapit:Dataset ; + dct:title "Types of Indicators Controlled Vocabulary"@en , "Vocabolario Controllato dei tipi di indicatori"@it ; + dct:description "This is the Types of Indicators controlled vocabulary. Indicators in fact can be indicators of outcome, of process and so on."@en , "Questo è il vocabolario controllato dei tipi di indicatori. GLi indicatori infatti possono essere di processo, di risultato o esito e così via."@it ; + rdfs:comment "This is the Types of Indicators controlled vocabulary. Indicators in fact can be indicators of outcome, of process and so on."@en , "Questo è il vocabolario controllato dei tipi di indicatori. GLi indicatori infatti possono essere di processo, di risultato o esito e così via."@it ; + rdfs:label "Types of Indicators Controlled Vocabulary"@en , "Vocabolario Controllato dei tipi di indicatori"@it ; + dct:type ; + xkos:numberOfLevels "1"; + adms:representationTechnique ; + dct:identifier "https://w3id.org/italia/controlled-vocabulary/classifications-for-indicators/indicator-types"; + dct:rightsHolder ; + dct:creator , ; + dct:publisher ; + dcat:theme , ; + dct:conformsTo ; + dct:language ; + dct:accrualPeriodicity ; + rdfs:isDefinedBy ; + dcat:keyword "Indicatori"@it, "Tipi di indicatori"@it ; + dcat:distribution , , , , + ; + dcat:contactPoint ; + dct:issued "2020-05-26"^^xsd:date ; + dct:modified "2020-05-26"^^xsd:date ; + skos:hasTopConcept , , . + + + a dcatapit:Agent , foaf:Agent ; + dct:identifier "MDS" ; + foaf:name "Ministero della Salute"@it . + + + a dcatapit:Agent, foaf:Agent ; + dct:identifier "agid" ; + foaf:name "Agenzia per l'Italia Digitale"@it , "Italian Digital Agency"@en . + + + a dcatapit:Agent, foaf:Agent ; + dct:identifier "PCM" ; + foaf:name "Presidenza del Consiglio dei Ministri - Dipartimento per la Trasformazione Digitale"@it , "Presidency of the Council of Ministers - Department of Digital Transformation"@en . + + + a dcatapit:Standard , dct:Standard ; + dct:identifier "SKOS" ; + dct:title "Simple Knowledge Organization System - SKOS" ; + dct:description "The Simple Knowledge Organization System (SKOS) is a common data model for sharing and linking knowledge organization systems via the Web" . + + + a dcatapit:Organization , vcard:Organization, vcard:Kind ; + vcard:fn "banche dati e open data" ; + vcard:hasEmail . + + + a dcatapit:Distribution ; + dct:title "Distribuzione RDF/Turtle del vocabolario controllato sui tipi degli indicatori"@it , "RDF/Turtle distribution of the types of indicators"@en ; + dct:description "Questa è la distribuzione RDF/Turtle del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori"@it , "This is the distribution in RDF/turtle of the Linked Open Dataset of the types of indicators"@en ; + dct:format ; + dct:license ; + dcat:downloadURL ; + dcat:accessURL . + + + a dcatapit:Distribution ; + dct:title "Distribuzione RDF/XML del vocabolario controllato sui tipi degli indicatori"@it , "RDF/XML distribution of the types of indicators"@en ; + dct:description "Questa è la distribuzione RDF/XML del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori"@it , "This is the distribution in RDF/XML of the Linked Open Dataset of the types of indicators."@en ; + dct:format ; + dct:license ; + dcat:downloadURL ; + dcat:accessURL . + + + a dcatapit:Distribution ; + dct:title "Distribuzione JSON_LD del vocabolario controllato sui tipi degli indicatori"@it , "JSON_LD distribution of the types of indicators"@en ; + dct:description "Questa è la distribuzione JSON_LD del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori"@it , "This is the distribution in JSON_LD of the Linked Open Dataset of the types of indicators"@en ; + dct:format ; + dct:license ; + dcat:downloadURL ; + dcat:accessURL . + + + a dcatapit:Distribution ; + dct:title "Distribuzione CSV del vocabolario controllato sui tipi degli indicatori"@it , "CSV distribution of the types of indicators"@en ; + dct:description "Questa è la distribuzione CSV del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori"@it , "This is the distribution in CSV of the Open Dataset of the types of indicators"@en ; + dct:format ; + dct:license ; + dcat:downloadURL ; + dcat:accessURL . + + + a dcatapit:Distribution ; + dct:title "Distribuzione XLSX del vocabolario controllato sui tipi degli indicatori"@it , "XLSX distribution of the types of indicators"@en ; + dct:description "Questa è la distribuzione XLSX del dataset Linked Open Data del vocabolario controllato sui tipi degli indicatori"@it , "This is the distribution in XLSX of the Open Dataset of the types of indicators"@en ; + dct:format ; + dct:license ; + dcat:downloadURL ; + dcat:accessURL . + +## Content of the vocabulary + + a :IndicatorType , skos:Concept ; + skos:inScheme ; + l0:name "Indicatore di processo"@it ; + clvapit:hasRankOrder "1" ; + xkos:depth 1 ; + skos:notation "process" ; + dct:identifier "process" ; + skos:prefLabel "Indicatore di processo"@it , "Process indicator"@en . + + + + a :IndicatorType , skos:Concept ; + skos:inScheme ; + clvapit:hasRankOrder "1" ; + xkos:depth 1 ; + l0:name "Indicatore di risultato"@it ; + skos:notation "outcome" ; + dct:identifier "outcome" ; + skos:prefLabel "Indicatore di risultato"@it , "Outcome indicator"@en . + + + a :IndicatorType , skos:Concept ; + skos:inScheme ; + clvapit:hasRankOrder "1" ; + xkos:depth 1 ; + l0:name "Indicatore di risultato"@it ; + skos:notation "structure" ; + dct:identifier "structure" ; + skos:prefLabel "Indicatore di struttura"@it , "Structure indicator"@en . diff --git a/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.xlsx b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..76ea2fb744ceae549cc96215daa420649f877e8b GIT binary patch literal 9011 zcmeHN1y@|j)@?Kp+@;Y#<1WD^ND{oUV8NZno8W-}2~L2O50u0YsCMw+%bz{HmR;ji zoU4?^5ZnpuA!JjRZ0n5cE;2XBw6(p<47Zd2Par}B0DFnVtdRsQ^r_>^F?@u*D(zpss+@ny)) zQtzgi&-Tc=LD23&;-){}Ejj>jcZUK1|Am${+B^)$h*(obunr4BOJi3{dnh;8&+Gr_ z_+QMyKfQVhOhv7O2RnH0>2*l&*~EMdzKoK`qo+;uT7It-=J0Bw-Z28_TbZfwwJ3v7 zp7_K4uKQ=_#iM@o(x0vfltd5`i!s!Clm;hVy1cl@#^jp#*rjB-lfZrAWa2dCiJ}*a zJ3N}LxV|7qsc(_t@%VvU1^zIX4kaehd#YekiIf2SZWX-+v-2{f2^r0u(%|wsq3j=V z!)gALi61s`q(ViMx5rXQdZA|4(`CNB_Vgzgl-im$BDUpbnXaM_yo@dE+m7VYT8VCa zIaSkpH692Mp7RYq=>cV*`0G~-91LW5bqZm26!-4;1xC;oEFcu>?<5J3j88g3c%%_Q z5=sCDlBYfQ?>zBva)p>VIYEA^*S|S~gpe?VmH+NmqM@SH$%7Bax((s+NOLD4n0DiS zu&up?htXHfI?F`Q?{~ZiWNS3k{i?)`;uP$)H`wETCWyO&LUi(py&#+r)tktEPYlgz z@MsVP!)&LNCh!Rw5#jcat>PUl+*Bx0gCwk%Ba>M8+c^t}BIMnN2Xe;^W5EJ;Lp(3| z?4Tpm{fL+us9t+@`C4rKE6|H}^oRmeK^(^mFuL)Dp8foj z{3*s^^R<yG!hKs$wOYB0&k?U^lvu-Y2yFtT5<$Zc3B(-m;s_RX=O%>>{GbfUSD~03PBFM9BO(SW2`Fo!$u(zcjYJLs`j~Ve&0@ zBSyAi7%VAL%|EJlZNq#9sOlCdEV|h9!J)rN4NmV2e9JGEx~mt*XjsIk5CUZHm{(~OMd1I4 z2p6nw#ixdtTC!Wnl3=gno@7{5Z?ku6X)*xK@dV@RzP-lpJ2MI0NhISS=^812ra}js z&_cRtSuvD)C)nk)M9Fq0YfX~72{7w`l+io}kK2UXz#(t)(kLxx!yr_kYw>eta!Mab z%)|w%iG7)HBl`(7>33nrz#CKs8Kc)r=MT~MWL;w{&YpkY|E%auYq6eD(ag*f=nsr~ zRrC0x9DXxiZiBUBt=Ef&b-|{z639r|RoX*Q%^KS;)jE28B<$wnAvwb3WJInTuz<;O z#n31eBEyUwU(P6)!zQ@cfaee!4=BN1Z3ridtSBLg7z-CZ(bS>M@eP)00y#9BLr&266&6p zZ7lwKtx@h=i<3j|s9m{7Lb)GcSf$e8lx$B+W?^I_N^dj0(pot4jGcuz-Fopm?Z*Tq zTHn(4#*J<-K|na3M)_Iv5yqPmYsBfAnTmcm3Rt&Z*zg20F7ckqBYR6wnQTd?ht4x; zapsdmKP&4YJTN`H0N)Kf(Z@{5|B%|DYf{O0!^MbRn9}pY?Uq6EMz7I-;xk05TH__d zf{Xh`7S;QZ?gKF=C6`wy$Ut2G$PjHIG)72s^@g1{NsYSVp;dt5ZEv#C1v zlHTskVQi_d`$<=XYvC-Ms8Ap+9HwJncTm zS;WLewjqVz%&u?WP)pAmx`TlcLy87NhK~_~h?XCKtJ&)|T0IK7p2g%TXr4?dUEcmQ7WI?g&bXLgUQ}9sk+iP|ObKg9{7G+7lP&??_vE!4% zM*#XQ^1aBy#4-bGF}9~KbJ*CHm2#@-(B%vpU%Y4SgKRO@13ec$le|`#qvw!6CB=Vq z+|lC72VyguN_4S$%Srn9fx$w&hHd4#bj?9NqimGaIFj8le%^#+7=!Ky?b7>Dr1~

6YOaie<~!w`_hBvoIS0%{JdK-} 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 K?+m)1|NajyHkz~m literal 0 HcmV?d00001