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 00000000..76ea2fb7 Binary files /dev/null and b/VocabolariControllati/classifications-for-indicators/indicator-types/indicator-types.xlsx differ