SlideShare a Scribd company logo
Meaningful data and
semantic interoperability:
utopia or a possible reality
(in the Italian public sector)?
Giorgia Lodi - giorgia.lodi@cnr.it
Institute of Cognitive Sciences and Technologies (ISTC) of CNR
Semantic Technology Laboratory (STLab)
16th of April 2021
STLab
Data interoperability context
Bilateral
agreements for
specific uses
The rest is more
or less a set of
nice islands!
Data quality examples: null values
In the address
colum there are
also postCodes
and telephone
numbers!
Data quality examples: missing semantics
With some context
probably it can be
either «active» or «not
active» or «open» or
«closed»?
Data quality examples: semantics mismatches
Data quality examples: semantics mismatches
Data quality examples: strings and not codes
• Chenge of the name of a vaccine
provider causes troubles to many
applications built on this data. No
codes used to identify them, only
strings
• Many datasets are heavily based
on unstructured text!
Data quality examples: accuracy
Data quality examples
Can we trust this data?
Garbage in - Garbage out law!
Terrific
thing
Paradigm shift: Web as a blueprint
Persistent URIs for things: from strings to codes!
Dereferencable HTTP URIs and Content Negotiation
Open Standards
Standardized way to represent and query (APIs) data
Native data integration: link data to other
Separation of data from applications
In other worlds, can we leverage the semantic
web to fix interoperability and data quality issues?
Open standards: RDF, OWL, SPARQL
RDF - standard for data representation (data model) in the Web
u Data is in the form of triples: subject - predicate - object.
(interlinked graph - Linked Data)
u Subject and predicate have URIs
u Object can be literal or have a URI (subject of other triples)
u RDF* is coming: it allows one to predicate over triples
u << subject predicate object >> predicate object .
OWL - a standard computational logic-based language used to represent
rich and complex knowledge about things and relations between things
SPARQL - a standard protocol and language
u It allows one to query data represented as triples based on the triples pattern
matching principle
u SPARQL* is coming: it allows one to query data in RDF*
Web of data
https://lod-cloud.net/
Ontologies
COMPUTER SCIENCE - Ontology is a
formal, explicit and shared
representation (contextualization)
of a knowledge domain, defined
on the basis of specific
requirements to be collected
A set of logical axioms that
describe entities and their
relations
https://lov.linkeddata.es/dataset/lov/ https://bioportal.bioontology.org/
Knowledge graph
Ontology
Linked Data
Knowledge graph = Ontology + Linked Data
OntoPiA open ontology framework
30 ontologies, 40 controlled vocabularies, more than 15.500
defined logical axioms
https://github.com/italia/daf-ontologie-vocabolari-controllati
Knowledge graph design and production process
Requirements
Collection
(user stories,
competency
questions)
Requirements
under different
forms
Ontology
Design
Patterns
Identification
Draft
ontological
modules
Ontologies at the
state of the art
Analysis of
existing
ontologies Ontology
Design Patterns
at the state of
the art
Modularization
Direct reuse and
indirect reuse of
ontologies
Final OWL
ontologies +
OWL alignment
modules
Data
Production
KG refactoring &
enrichment (entity
deduplication,
disambiguation,
linking)
RDF Data
Testing
Knbowledge
graph (ontology
and Linked
Data published
V. Presutti, E. Daga, A. Gangemi, E. Blomqvist. eXtreme Design with Content Ontology Design Patterns.
Workshop on Ontology Patterns, 83-97; 2009
V. Presutti, G. Lodi, A.G. Nuzzolese, A. Gangemi, S. Peroni, L. Asprino. The Role of Ontology Design
Patterns in Linked Data Projects. International Conference on Conceptual Modeling (ER); 2016
Ontology design patterns
u Reusable modelling solutions to solve recurrent ontological modelling
problems [1]. Useful to reduce the arbitrariness of the ontology design
u Research in the field demonstrated that their reuse can:
u Reduce the modelling errors
u Help in detecting requirements that are not so evident
u Help in improving the overall ontology quality [2]
u Help in representing data that is then more sound [3]
[1] http://ontologydesignpatterns.org/wiki/Main_Page
[2] Blomqvist E., Gangemi A., Presutti V. Experiments in Pattern-based Ontology Design,
Proceedings of KCAP09, Los Angeles, ACM Press, 2009
[3] Paulheim, H. and Gangemi, A. Serving DBpedia with DOLCE – More than Just Adding a Cherry
on Top. Proceedings of ISWC2015, the Thirteenth International Semantic Web Conference, LNCS,
Springer, 2015
Ontology design patterns
Time indexed situation
design pattern
Time indexed situation
design pattern applied to
of Roles of Agents in
Services
Inference
Schema
mysch:Musical_Artist owl:equivalentClass [mysch:Artist [ some
mysch:plays mysch:Music ]] .
Data
ex:Miles_Davis a mysch:Artist ;
mysch:plays ex:Jazz .
ex:Jazz a mysch:Music .
Inferred Data
à ex:Miles_Davis a mysch:Musical_Artist .
What can we do with all of this?
System B
System A
System C
System D
Federated Data
Catalogue
(e.g, Google
Dataset Search,
European Data
Portal, dati.gov.it)
Interoperable
Federated Systems
Knowledge graph
What can we do with all of this?
https://catalogo.beniculturali.it/
Based on ArCo Knowledge graph
(169,151,644 triples, linking to 20,479
distinct entities of other datasets)
What can we do with all of this?
MARIO robot - http://www.mario-project.eu/portal/
Use knowledge graph to navigate a virtual immersive environment
What can we do with all of this?
Broken data silos! First European knowledge graph
on water (marine and inland) and health data
Duration
September 2020 to August 2023
EU Programme
2019 CEF Telecom Public Open Data
A co-creation programme has
been launched in order to
engage with potential re-users
since the very first development
phases of the project
Visit https://whowproject.eu/
for more information
Is it a perfect world?
u As everything, there are still many missing points
and issues
u Quite significant human effort for representing the
knowledge of all possible domains according to
different requirements
u But many are available as open resources
u Still lot of hidden knowledge represented as
unstructured text (many literals)
u Data on the web may be incomplete
FRED
u It is a machine reading tool that produces knowledge graphs from
text by relying on Combinatory Categorical Grammar, Discourse
Representation Theory, Linguistic Frames, and Ontology Design
Patterns
The president Joe Biden decided to stop vaccinations with Janssen
vaccine
[1] Gangemi, A., Presutti, V., Reforgiato Recupero, D., Nuzzolese, A. G., Draicchio, F., & Mongiovì,
M. (2017). Semantic web machine reading with FRED. Semantic Web, 8(6), 873-893.
http://wit.istc.cnr.it/stlab-tools/fred/demo/?
Using machine learning for missing data
GOAL
u To automatically generate a-cd:iconclassCode triples
for the 25k entities missing a code
HOW
u Using neural network linear classifiers to be trained
(linear SGD) on the entities that have a
iconclassCode
PRELIMINARY RESULTS
u Ten binary classifiers: 1 for each of the ten
general categories
u For each of them additional classifiers are trained
for subcategories, etc.
u A total of 10 + 140 classifiers tests so far
u Training: > 80 entities per classifier
u Precision, Recall > 75%
9
Conclusions
u Knowledge representation, knowledge graphs are
getting momentum (documented in Gartner hype
cycle) in industry and in some public institutions
u Separation of data from applications
u New Web from the inventor Sir Tim Berners Lee - Solid
u Additional developments for separating data from rules from
applications
u Third waves in AI - combine neural and symbolic AI
u We are open to collaborations for new Horizon Europe
projects!
Thank you for your attention!

More Related Content

Similar to Semantic Interoperability - grafi della conoscenza

Syst biol 2012-burguiere-sysbio sys069
Syst biol 2012-burguiere-sysbio sys069Syst biol 2012-burguiere-sysbio sys069
Syst biol 2012-burguiere-sysbio sys069Thomas Burguiere
 
Semantic Web Nature
Semantic Web NatureSemantic Web Nature
Semantic Web Nature
Constantin Stan
 
AI Beyond Deep Learning
AI Beyond Deep LearningAI Beyond Deep Learning
AI Beyond Deep Learning
Andre Freitas
 
The Nature of Information
The Nature of InformationThe Nature of Information
The Nature of Information
Adrian Paschke
 
Project Proposal Topics Modeling (Ir)
Project Proposal    Topics Modeling (Ir)Project Proposal    Topics Modeling (Ir)
Project Proposal Topics Modeling (Ir)Svitlana volkova
 
Information Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudInformation Extraction and Linked Data Cloud
Information Extraction and Linked Data Cloud
Dhaval Thakker
 
From Linked Data to Semantic Applications
From Linked Data to Semantic ApplicationsFrom Linked Data to Semantic Applications
From Linked Data to Semantic Applications
Andre Freitas
 
The web of data: how are we doing so far
The web of data: how are we doing so farThe web of data: how are we doing so far
The web of data: how are we doing so far
Elena Simperl
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph Introduction
Sören Auer
 
Doing Clever Things with the Semantic Web
Doing Clever Things with the Semantic WebDoing Clever Things with the Semantic Web
Doing Clever Things with the Semantic Web
Mathieu d'Aquin
 
Swoogle: Showcasing the Significance of Semantic Search
Swoogle: Showcasing the Significance of Semantic SearchSwoogle: Showcasing the Significance of Semantic Search
Swoogle: Showcasing the Significance of Semantic Search
IDES Editor
 
The Revolution Of Cloud Computing
The Revolution Of Cloud ComputingThe Revolution Of Cloud Computing
The Revolution Of Cloud Computing
Carmen Sanborn
 
Towards Linked Ontologies and Data on the Semantic Web
Towards Linked Ontologies and Data on the Semantic WebTowards Linked Ontologies and Data on the Semantic Web
Towards Linked Ontologies and Data on the Semantic WebJie Bao
 
Vital AI: Big Data Modeling
Vital AI: Big Data ModelingVital AI: Big Data Modeling
Vital AI: Big Data Modeling
Vital.AI
 
Edu.03
Edu.03 Edu.03
Edu.03 assignment
Edu.03 assignment Edu.03 assignment
Edu.03 assignment
LudiyaStanlySG
 
Collaborative Ontology Building Project
Collaborative Ontology Building Project  Collaborative Ontology Building Project
Collaborative Ontology Building Project Jie Bao
 
Enhancing Semantic Mining
Enhancing Semantic MiningEnhancing Semantic Mining
Enhancing Semantic Mining
Santhosh Kumar
 
How To Make Linked Data More than Data
How To Make Linked Data More than DataHow To Make Linked Data More than Data
How To Make Linked Data More than Data
Artificial Intelligence Institute at UofSC
 
How To Make Linked Data More than Data
How To Make Linked Data More than DataHow To Make Linked Data More than Data
How To Make Linked Data More than DataAmit Sheth
 

Similar to Semantic Interoperability - grafi della conoscenza (20)

Syst biol 2012-burguiere-sysbio sys069
Syst biol 2012-burguiere-sysbio sys069Syst biol 2012-burguiere-sysbio sys069
Syst biol 2012-burguiere-sysbio sys069
 
Semantic Web Nature
Semantic Web NatureSemantic Web Nature
Semantic Web Nature
 
AI Beyond Deep Learning
AI Beyond Deep LearningAI Beyond Deep Learning
AI Beyond Deep Learning
 
The Nature of Information
The Nature of InformationThe Nature of Information
The Nature of Information
 
Project Proposal Topics Modeling (Ir)
Project Proposal    Topics Modeling (Ir)Project Proposal    Topics Modeling (Ir)
Project Proposal Topics Modeling (Ir)
 
Information Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudInformation Extraction and Linked Data Cloud
Information Extraction and Linked Data Cloud
 
From Linked Data to Semantic Applications
From Linked Data to Semantic ApplicationsFrom Linked Data to Semantic Applications
From Linked Data to Semantic Applications
 
The web of data: how are we doing so far
The web of data: how are we doing so farThe web of data: how are we doing so far
The web of data: how are we doing so far
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph Introduction
 
Doing Clever Things with the Semantic Web
Doing Clever Things with the Semantic WebDoing Clever Things with the Semantic Web
Doing Clever Things with the Semantic Web
 
Swoogle: Showcasing the Significance of Semantic Search
Swoogle: Showcasing the Significance of Semantic SearchSwoogle: Showcasing the Significance of Semantic Search
Swoogle: Showcasing the Significance of Semantic Search
 
The Revolution Of Cloud Computing
The Revolution Of Cloud ComputingThe Revolution Of Cloud Computing
The Revolution Of Cloud Computing
 
Towards Linked Ontologies and Data on the Semantic Web
Towards Linked Ontologies and Data on the Semantic WebTowards Linked Ontologies and Data on the Semantic Web
Towards Linked Ontologies and Data on the Semantic Web
 
Vital AI: Big Data Modeling
Vital AI: Big Data ModelingVital AI: Big Data Modeling
Vital AI: Big Data Modeling
 
Edu.03
Edu.03 Edu.03
Edu.03
 
Edu.03 assignment
Edu.03 assignment Edu.03 assignment
Edu.03 assignment
 
Collaborative Ontology Building Project
Collaborative Ontology Building Project  Collaborative Ontology Building Project
Collaborative Ontology Building Project
 
Enhancing Semantic Mining
Enhancing Semantic MiningEnhancing Semantic Mining
Enhancing Semantic Mining
 
How To Make Linked Data More than Data
How To Make Linked Data More than DataHow To Make Linked Data More than Data
How To Make Linked Data More than Data
 
How To Make Linked Data More than Data
How To Make Linked Data More than DataHow To Make Linked Data More than Data
How To Make Linked Data More than Data
 

More from Giorgia Lodi

Open Data Turismo
Open Data TurismoOpen Data Turismo
Open Data Turismo
Giorgia Lodi
 
Sviluppo di ontologie per gli Open Data
Sviluppo di ontologie per gli Open DataSviluppo di ontologie per gli Open Data
Sviluppo di ontologie per gli Open Data
Giorgia Lodi
 
Corso_LinkedData_RegioneUmbria_Ambiente_2022.pdf
Corso_LinkedData_RegioneUmbria_Ambiente_2022.pdfCorso_LinkedData_RegioneUmbria_Ambiente_2022.pdf
Corso_LinkedData_RegioneUmbria_Ambiente_2022.pdf
Giorgia Lodi
 
The role of Linked Open Data in the digital transformation of PA
The role of Linked Open Data in the digital transformation of PAThe role of Linked Open Data in the digital transformation of PA
The role of Linked Open Data in the digital transformation of PA
Giorgia Lodi
 
Interoperabilità semantica: metadatazione e ontologie per la PA
Interoperabilità semantica: metadatazione e ontologie per la PAInteroperabilità semantica: metadatazione e ontologie per la PA
Interoperabilità semantica: metadatazione e ontologie per la PA
Giorgia Lodi
 
Open data e big data: le potenzialità offerte per la PA
Open data e big data:  le potenzialità offerte  per la PAOpen data e big data:  le potenzialità offerte  per la PA
Open data e big data: le potenzialità offerte per la PA
Giorgia Lodi
 
The importance of metadata for datasets: The DCAT-AP European standard
The importance of metadata for datasets: The DCAT-AP European standardThe importance of metadata for datasets: The DCAT-AP European standard
The importance of metadata for datasets: The DCAT-AP European standard
Giorgia Lodi
 
Cultural-ON: l'ontologia dei luoghi della cultura e degli eventi culturali
Cultural-ON: l'ontologia dei luoghi della cultura e degli eventi culturaliCultural-ON: l'ontologia dei luoghi della cultura e degli eventi culturali
Cultural-ON: l'ontologia dei luoghi della cultura e degli eventi culturali
Giorgia Lodi
 
L'ontologia dei contratti pubblici nella rete di ontologie OntoPiA
L'ontologia dei contratti pubblici nella rete di ontologie OntoPiAL'ontologia dei contratti pubblici nella rete di ontologie OntoPiA
L'ontologia dei contratti pubblici nella rete di ontologie OntoPiA
Giorgia Lodi
 
OntoPiA la rete di ontologie e vocabolari controllati per la pubblica amminis...
OntoPiA la rete di ontologie e vocabolari controllati per la pubblica amminis...OntoPiA la rete di ontologie e vocabolari controllati per la pubblica amminis...
OntoPiA la rete di ontologie e vocabolari controllati per la pubblica amminis...
Giorgia Lodi
 
Dati aperti di qualità e interoperabilità: metadati e ontologie condivise
Dati aperti di qualità e interoperabilità: metadati e ontologie condiviseDati aperti di qualità e interoperabilità: metadati e ontologie condivise
Dati aperti di qualità e interoperabilità: metadati e ontologie condivise
Giorgia Lodi
 
OntoPiA e il ruolo delle ontologie negli ecosistemi
OntoPiA e il ruolo delle ontologie negli ecosistemiOntoPiA e il ruolo delle ontologie negli ecosistemi
OntoPiA e il ruolo delle ontologie negli ecosistemi
Giorgia Lodi
 
Reuse of Ontology Design Patterns: real examples from Cultural Heritage and o...
Reuse of Ontology Design Patterns: real examples from Cultural Heritage and o...Reuse of Ontology Design Patterns: real examples from Cultural Heritage and o...
Reuse of Ontology Design Patterns: real examples from Cultural Heritage and o...
Giorgia Lodi
 
Linked Open Vocabularies
Linked Open VocabulariesLinked Open Vocabularies
Linked Open Vocabularies
Giorgia Lodi
 
Open Data e Amministrazione Trasparente
Open Data e Amministrazione TrasparenteOpen Data e Amministrazione Trasparente
Open Data e Amministrazione Trasparente
Giorgia Lodi
 
OntoPiA e il knowledge graph della pubblica amministrazione italiana
OntoPiA e il knowledge graph della pubblica amministrazione italianaOntoPiA e il knowledge graph della pubblica amministrazione italiana
OntoPiA e il knowledge graph della pubblica amministrazione italiana
Giorgia Lodi
 
Core Public Event Vocabulary - italian Application profile
Core Public Event Vocabulary - italian Application profileCore Public Event Vocabulary - italian Application profile
Core Public Event Vocabulary - italian Application profile
Giorgia Lodi
 

More from Giorgia Lodi (17)

Open Data Turismo
Open Data TurismoOpen Data Turismo
Open Data Turismo
 
Sviluppo di ontologie per gli Open Data
Sviluppo di ontologie per gli Open DataSviluppo di ontologie per gli Open Data
Sviluppo di ontologie per gli Open Data
 
Corso_LinkedData_RegioneUmbria_Ambiente_2022.pdf
Corso_LinkedData_RegioneUmbria_Ambiente_2022.pdfCorso_LinkedData_RegioneUmbria_Ambiente_2022.pdf
Corso_LinkedData_RegioneUmbria_Ambiente_2022.pdf
 
The role of Linked Open Data in the digital transformation of PA
The role of Linked Open Data in the digital transformation of PAThe role of Linked Open Data in the digital transformation of PA
The role of Linked Open Data in the digital transformation of PA
 
Interoperabilità semantica: metadatazione e ontologie per la PA
Interoperabilità semantica: metadatazione e ontologie per la PAInteroperabilità semantica: metadatazione e ontologie per la PA
Interoperabilità semantica: metadatazione e ontologie per la PA
 
Open data e big data: le potenzialità offerte per la PA
Open data e big data:  le potenzialità offerte  per la PAOpen data e big data:  le potenzialità offerte  per la PA
Open data e big data: le potenzialità offerte per la PA
 
The importance of metadata for datasets: The DCAT-AP European standard
The importance of metadata for datasets: The DCAT-AP European standardThe importance of metadata for datasets: The DCAT-AP European standard
The importance of metadata for datasets: The DCAT-AP European standard
 
Cultural-ON: l'ontologia dei luoghi della cultura e degli eventi culturali
Cultural-ON: l'ontologia dei luoghi della cultura e degli eventi culturaliCultural-ON: l'ontologia dei luoghi della cultura e degli eventi culturali
Cultural-ON: l'ontologia dei luoghi della cultura e degli eventi culturali
 
L'ontologia dei contratti pubblici nella rete di ontologie OntoPiA
L'ontologia dei contratti pubblici nella rete di ontologie OntoPiAL'ontologia dei contratti pubblici nella rete di ontologie OntoPiA
L'ontologia dei contratti pubblici nella rete di ontologie OntoPiA
 
OntoPiA la rete di ontologie e vocabolari controllati per la pubblica amminis...
OntoPiA la rete di ontologie e vocabolari controllati per la pubblica amminis...OntoPiA la rete di ontologie e vocabolari controllati per la pubblica amminis...
OntoPiA la rete di ontologie e vocabolari controllati per la pubblica amminis...
 
Dati aperti di qualità e interoperabilità: metadati e ontologie condivise
Dati aperti di qualità e interoperabilità: metadati e ontologie condiviseDati aperti di qualità e interoperabilità: metadati e ontologie condivise
Dati aperti di qualità e interoperabilità: metadati e ontologie condivise
 
OntoPiA e il ruolo delle ontologie negli ecosistemi
OntoPiA e il ruolo delle ontologie negli ecosistemiOntoPiA e il ruolo delle ontologie negli ecosistemi
OntoPiA e il ruolo delle ontologie negli ecosistemi
 
Reuse of Ontology Design Patterns: real examples from Cultural Heritage and o...
Reuse of Ontology Design Patterns: real examples from Cultural Heritage and o...Reuse of Ontology Design Patterns: real examples from Cultural Heritage and o...
Reuse of Ontology Design Patterns: real examples from Cultural Heritage and o...
 
Linked Open Vocabularies
Linked Open VocabulariesLinked Open Vocabularies
Linked Open Vocabularies
 
Open Data e Amministrazione Trasparente
Open Data e Amministrazione TrasparenteOpen Data e Amministrazione Trasparente
Open Data e Amministrazione Trasparente
 
OntoPiA e il knowledge graph della pubblica amministrazione italiana
OntoPiA e il knowledge graph della pubblica amministrazione italianaOntoPiA e il knowledge graph della pubblica amministrazione italiana
OntoPiA e il knowledge graph della pubblica amministrazione italiana
 
Core Public Event Vocabulary - italian Application profile
Core Public Event Vocabulary - italian Application profileCore Public Event Vocabulary - italian Application profile
Core Public Event Vocabulary - italian Application profile
 

Recently uploaded

Investigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_CrimesInvestigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_Crimes
StarCompliance.io
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
vcaxypu
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
ArpitMalhotra16
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单
ewymefz
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMI
AlejandraGmez176757
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
MaleehaSheikh2
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
TravisMalana
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
NABLAS株式会社
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Linda486226
 
Jpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization SampleJpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization Sample
James Polillo
 
Tabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflowsTabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflows
alex933524
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
nscud
 

Recently uploaded (20)

Investigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_CrimesInvestigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_Crimes
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMI
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
 
Jpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization SampleJpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization Sample
 
Tabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflowsTabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflows
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 

Semantic Interoperability - grafi della conoscenza

  • 1. Meaningful data and semantic interoperability: utopia or a possible reality (in the Italian public sector)? Giorgia Lodi - giorgia.lodi@cnr.it Institute of Cognitive Sciences and Technologies (ISTC) of CNR Semantic Technology Laboratory (STLab) 16th of April 2021
  • 3. Data interoperability context Bilateral agreements for specific uses The rest is more or less a set of nice islands!
  • 4. Data quality examples: null values In the address colum there are also postCodes and telephone numbers!
  • 5. Data quality examples: missing semantics With some context probably it can be either «active» or «not active» or «open» or «closed»?
  • 6. Data quality examples: semantics mismatches
  • 7. Data quality examples: semantics mismatches
  • 8. Data quality examples: strings and not codes • Chenge of the name of a vaccine provider causes troubles to many applications built on this data. No codes used to identify them, only strings • Many datasets are heavily based on unstructured text!
  • 10. Data quality examples Can we trust this data?
  • 11. Garbage in - Garbage out law! Terrific thing
  • 12. Paradigm shift: Web as a blueprint Persistent URIs for things: from strings to codes! Dereferencable HTTP URIs and Content Negotiation Open Standards Standardized way to represent and query (APIs) data Native data integration: link data to other Separation of data from applications In other worlds, can we leverage the semantic web to fix interoperability and data quality issues?
  • 13. Open standards: RDF, OWL, SPARQL RDF - standard for data representation (data model) in the Web u Data is in the form of triples: subject - predicate - object. (interlinked graph - Linked Data) u Subject and predicate have URIs u Object can be literal or have a URI (subject of other triples) u RDF* is coming: it allows one to predicate over triples u << subject predicate object >> predicate object . OWL - a standard computational logic-based language used to represent rich and complex knowledge about things and relations between things SPARQL - a standard protocol and language u It allows one to query data represented as triples based on the triples pattern matching principle u SPARQL* is coming: it allows one to query data in RDF*
  • 15. Ontologies COMPUTER SCIENCE - Ontology is a formal, explicit and shared representation (contextualization) of a knowledge domain, defined on the basis of specific requirements to be collected A set of logical axioms that describe entities and their relations https://lov.linkeddata.es/dataset/lov/ https://bioportal.bioontology.org/
  • 16. Knowledge graph Ontology Linked Data Knowledge graph = Ontology + Linked Data
  • 17. OntoPiA open ontology framework 30 ontologies, 40 controlled vocabularies, more than 15.500 defined logical axioms https://github.com/italia/daf-ontologie-vocabolari-controllati
  • 18. Knowledge graph design and production process Requirements Collection (user stories, competency questions) Requirements under different forms Ontology Design Patterns Identification Draft ontological modules Ontologies at the state of the art Analysis of existing ontologies Ontology Design Patterns at the state of the art Modularization Direct reuse and indirect reuse of ontologies Final OWL ontologies + OWL alignment modules Data Production KG refactoring & enrichment (entity deduplication, disambiguation, linking) RDF Data Testing Knbowledge graph (ontology and Linked Data published V. Presutti, E. Daga, A. Gangemi, E. Blomqvist. eXtreme Design with Content Ontology Design Patterns. Workshop on Ontology Patterns, 83-97; 2009 V. Presutti, G. Lodi, A.G. Nuzzolese, A. Gangemi, S. Peroni, L. Asprino. The Role of Ontology Design Patterns in Linked Data Projects. International Conference on Conceptual Modeling (ER); 2016
  • 19. Ontology design patterns u Reusable modelling solutions to solve recurrent ontological modelling problems [1]. Useful to reduce the arbitrariness of the ontology design u Research in the field demonstrated that their reuse can: u Reduce the modelling errors u Help in detecting requirements that are not so evident u Help in improving the overall ontology quality [2] u Help in representing data that is then more sound [3] [1] http://ontologydesignpatterns.org/wiki/Main_Page [2] Blomqvist E., Gangemi A., Presutti V. Experiments in Pattern-based Ontology Design, Proceedings of KCAP09, Los Angeles, ACM Press, 2009 [3] Paulheim, H. and Gangemi, A. Serving DBpedia with DOLCE – More than Just Adding a Cherry on Top. Proceedings of ISWC2015, the Thirteenth International Semantic Web Conference, LNCS, Springer, 2015
  • 20. Ontology design patterns Time indexed situation design pattern Time indexed situation design pattern applied to of Roles of Agents in Services
  • 21. Inference Schema mysch:Musical_Artist owl:equivalentClass [mysch:Artist [ some mysch:plays mysch:Music ]] . Data ex:Miles_Davis a mysch:Artist ; mysch:plays ex:Jazz . ex:Jazz a mysch:Music . Inferred Data à ex:Miles_Davis a mysch:Musical_Artist .
  • 22. What can we do with all of this? System B System A System C System D Federated Data Catalogue (e.g, Google Dataset Search, European Data Portal, dati.gov.it) Interoperable Federated Systems Knowledge graph
  • 23. What can we do with all of this? https://catalogo.beniculturali.it/ Based on ArCo Knowledge graph (169,151,644 triples, linking to 20,479 distinct entities of other datasets)
  • 24. What can we do with all of this? MARIO robot - http://www.mario-project.eu/portal/
  • 25. Use knowledge graph to navigate a virtual immersive environment
  • 26. What can we do with all of this? Broken data silos! First European knowledge graph on water (marine and inland) and health data Duration September 2020 to August 2023 EU Programme 2019 CEF Telecom Public Open Data A co-creation programme has been launched in order to engage with potential re-users since the very first development phases of the project Visit https://whowproject.eu/ for more information
  • 27. Is it a perfect world? u As everything, there are still many missing points and issues u Quite significant human effort for representing the knowledge of all possible domains according to different requirements u But many are available as open resources u Still lot of hidden knowledge represented as unstructured text (many literals) u Data on the web may be incomplete
  • 28. FRED u It is a machine reading tool that produces knowledge graphs from text by relying on Combinatory Categorical Grammar, Discourse Representation Theory, Linguistic Frames, and Ontology Design Patterns The president Joe Biden decided to stop vaccinations with Janssen vaccine [1] Gangemi, A., Presutti, V., Reforgiato Recupero, D., Nuzzolese, A. G., Draicchio, F., & Mongiovì, M. (2017). Semantic web machine reading with FRED. Semantic Web, 8(6), 873-893. http://wit.istc.cnr.it/stlab-tools/fred/demo/?
  • 29. Using machine learning for missing data GOAL u To automatically generate a-cd:iconclassCode triples for the 25k entities missing a code HOW u Using neural network linear classifiers to be trained (linear SGD) on the entities that have a iconclassCode PRELIMINARY RESULTS u Ten binary classifiers: 1 for each of the ten general categories u For each of them additional classifiers are trained for subcategories, etc. u A total of 10 + 140 classifiers tests so far u Training: > 80 entities per classifier u Precision, Recall > 75% 9
  • 30. Conclusions u Knowledge representation, knowledge graphs are getting momentum (documented in Gartner hype cycle) in industry and in some public institutions u Separation of data from applications u New Web from the inventor Sir Tim Berners Lee - Solid u Additional developments for separating data from rules from applications u Third waves in AI - combine neural and symbolic AI u We are open to collaborations for new Horizon Europe projects!
  • 31. Thank you for your attention!