SlideShare a Scribd company logo
1 of 44
Download to read offline
Semantic Web for Cultural
Heritage valorisation
ArCo: a virtuous example
Valentina Anita Carriero
PhD student @ DISI, University of Bologna
valentina.carriero3@unibo.it
twitter: @vale_carriero
Semantic web in the CH domain
Semantic technologies,
Linked Open Data,
and ontologies
are being widely and successfully exploited within the
cultural heritage field
2
…what is the
semantic web?
Semantic web
The Semantic Web is an extension of the current web in
which information is given well-defined meaning, better
enabling computers and people to work in cooperation.
[Berners-Lee et al., 2001]
4
machine-readable
data
Linked Data / knowledge graphs
Structured data interlinked with other data
5
knowledge is formally
represented by schemas
defining categories of concepts
(classes) and relations between
concepts
ontologies are
formal descriptions of domain models
a type of
knowledge base
using a graph
structure
node
edge
standards
RDF OWL SPARQL …
6
Triple-based data model
set of 3 entities representing
a statement about data in the form
subject‒predicate‒object
World Wide Web Consortium
International community developing open standards for the Web
Semantic triples
7
Moscow
place of birth
Fyodor
Dostoyevsky
Triple-based data model
set of 3 entities representing
a statement about data in the form
subject‒predicate‒object
«Fyodor Dostoyevky
was born in Moscow»
8
Fyodor
Dostoyevsky
place of birth
Moscow
place of birth
Human City
Triple-based data model
set of 3 entities representing
a statement about data in the form
subject‒predicate‒object
Semantic triples
instance of
9
place of birth
Moscow
place of birth
Human City
every part of an RDF triple is
individually addressable via
unique URIs https://www.wikidata.org
/entity/Q991
Fyodor
Dostoyevsky
https://www.wikidata
.org/entity/Q649
https://www.wikidata.org
/entity/Q7930989
https://www.wikidata
.org/entity/Q5
sequence of characters for
uniquely identifying resource
of the web
e.g.
Unique identifiers
https://www.
wikidata.org/
entity/P19
https://www.
wikidata.org/
entity/P31
instance of
Linked Open Data
10
1255 datasets
with 16174 links
(as of May 2020)
https://lod-cloud.net/
Linked data can be open
Linked Data Cloud
knowledge graph
connecting open RDF
datasets
…how does the
cultural heritage domain
benefit from
semantic technologies?
Cultural heritage mission
Museums, libraries, archives, private collections, other
cultural institutions
to preserve the cultural objects they collect
12
GOAL
HOW by describing these objects
through data
that keeps memory of them,
their life cycle, their artistic,
social, and historical context
Cultural heritage mission
Museums, libraries, archives, private collections, other
cultural institutions
to preserve the cultural objects they collect
13
GOAL
HOW by describing these objects
through data
that keeps memory of them,
their life cycle, their artistic,
social, and historical context
if data is shared, it can
be used as a means of
enhancing cultural
properties
Cultural heritage data as silos
CH data is still often managed separately like silos,
by different organisations
with various classifications and definitions
to describe the same concepts
14
dispersed
not interoperable
not easily accessible
Cultural heritage data as networks
By using semantic technologies,
CH data is represented by ontologies,
and data from different sources
is interconnected in knowledge graphs
15
linked
interoperable
accessible
Cultural heritage data as networks
By using semantic technologies,
CH data is represented by ontologies,
and data from different sources
is interconnected in knowledge graphs
16
vast
interconnected
open
digital
cultural heritage
ontologies and
LOD empower
the cultural
heritage field
The semantic web
benefits for
cultural heritage
exemplified by ArCo
Italian cultural heritage
18
ICCD (MiC) coordinates
cataloguing activities and CH
data management
cataloguing standards,
controlled lists
catalogue records
30 types of cultural
properties
General Catalogue
of Italian CH
Catalogo Generale
dei Beni Culturali
XML Catalogue records
19
XML Catalogue records
20
From XML to RDF
21
ONTOLOGIES
KNOWLEDGE
GRAPH
DATA
eXtreme Design
methodology
Why Linked Open Data? (1)
22
Ontologies clearly define the semantics of the
concepts of a domain
not only names and textual comments
but also logical axioms
Example from ArCo (1)
23
:ComplexCulturalProperty
owl:equivalentClass
[rdf:type owl:Restriction ;
owl:onProperty :hasCulturalPropertyComponent ;
owl:someValuesFrom :CulturalPropertyComponent ].
«A complex cultural property must have some
cultural property components.»
24
Reasoning about the facts stored in a knowledge base
using rules and other forms of logic
to deduce new facts
or highlight inconsistencies
Why Linked Open Data? (2)
25
Cultural Property
Component Y
:hasCulturalProperty
Component
Cultural
Property X
Example from ArCo (2)
IF:
:ComplexCulturalProperty owl:equivalentClass
[rdf:type owl:Restriction ;
owl:onProperty :hasCulturalPropertyComponent ;
owl:someValuesFrom :CulturalPropertyComponent
].
Example from ArCo (2)
26
rdf:type
:ComplexCulturalProperty
THEN:
Cultural Property
Component Y
:hasCulturalProperty
Component
Cultural
Property X
:ComplexCulturalProperty owl:equivalentClass
[rdf:type owl:Restriction ;
owl:onProperty :hasCulturalPropertyComponent ;
owl:someValuesFrom :CulturalPropertyComponent
].
Why Linked Open Data? (3)
27
Ontologies often allow for more expressiveness
Example from ArCo (3)
28
Why Linked Open Data? (4)
29
If different datasets use the same ontology,
or different ontologies properly aligned,
interoperability between datasets is guaranteed
Example from ArCo (4)
30
rdfs:subClassOf
a-cd:Title crm:E35_Title
alignment
Why Linked Open Data? (5)
31
Identity links between the resources of different datasets
can mutually enrich the datasets
Example from ArCo (5)
32
wd:Q762
owl:sameAs
a-res:Agent/
2481e14c9522a1d40
6369514e9e9e316
Leonardo Da Vinci Leonardo Da Vinci
a-cd:isAuthorOf
studi e annotazioni di meccanica
a-res:HistoricOr
ArtisticProperty/
0500446151A
wd:Q3739104
natural causes
wd:P1196
manner of death
Why Linked Open Data? (6)
33
Linked Open Data support reuse of data from different
actors
e.g. tourism, researchers, private companies, public
administrations, scholars, …
Example from ArCo (6.1)
34
Support to archaeological research methodologies
by integrating ArCo data on the creation of the
archaeological site
with data on earthquakes from external databases
for answering research questions such as
«When was an archaeological site built, inhabited, and
stopped being one?»
Example from ArCo (6.2)
35
For this reason, ArCo adopts an open gathering of
requirements
• Extended customer team (not only ICCD)
• Early Adoption Program
How can you explore
ArCo?
37
https://w3id.org/arco
http://wit.istc.cnr.it/arco
https://essepuntato.it/graffoo/
38
User guides
https://essepuntato.it/lode/
human-readable
documentation
source code
39
Ontologies
40
SPARQL endpoint
CQ
SPARQL
query
results
RDF
visualization
41
Examples
ArCo tutorial web series
42
https://youtu.be/n_dSQLB_RTQ
References
43
Tim Berners-Lee, James Hendler, Ora Lassila. The semantic web. Scientific American. 2001 May 1; 284(5): 34-43.
Eva Blomqvist, Valentina Presutti, Enrico Daga, Aldo Gangemi: Experimenting with eXtreme Design. EKAW 2010: 120-
134
Valentina Anita Carriero, Aldo Gangemi, Maria Letizia Mancinelli, Andrea Giovanni Nuzzolese, Valentina Presutti, Chiara
Veninata: Pattern-based design applied to cultural heritage knowledge graphs. Semantic Web, Volume 12(2), 2021.
Special Issue on Semantic Web for Cultural Heritage
Valentina Anita Carriero, Aldo Gangemi, Maria Letizia Mancinelli, Ludovica Marinucci, Andrea Giovanni
Nuzzolese, Valentina Presutti, Chiara Veninata: ArCo: The Italian Cultural Heritage Knowledge Graph. ISWC
(2) 2019: 36-52
Valentina Anita Carriero, Aldo Gangemi, Andrea Giovanni Nuzzolese, Valentina Presutti:
An Ontology Design Pattern for Representing Recurrent Events. WOP@ISWC 2019: 59-70
Giorgia Lodi, Luigi Asprino, Andrea Giovanni Nuzzolese, Valentina Presutti, Aldo Gangemi, Diego Reforgiato Recupero,
Chiara Veninata, Annarita Orsini: Semantic web for cultural heritage valorisation. Data Analytics in Digital Humanities
2017. 3-37
https://w3id.org/arco
Submit your requirements:
https://forms.gle/AEK3TV7rgJiKxrTW8
Submit your issues: https://github.com/ICCD-
MiBACT/ArCo/issues
Join ArCo s google group:
https://groups.google.com/forum/#!forum/arco-project

More Related Content

What's hot

Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebMarina Santini
 
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...Neo4j
 
Introduction to Knowledge Graphs for Information Architects.pdf
Introduction to Knowledge Graphs for Information Architects.pdfIntroduction to Knowledge Graphs for Information Architects.pdf
Introduction to Knowledge Graphs for Information Architects.pdfHeather Hedden
 
The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)Myungjin Lee
 
Neural Text Embeddings for Information Retrieval (WSDM 2017)
Neural Text Embeddings for Information Retrieval (WSDM 2017)Neural Text Embeddings for Information Retrieval (WSDM 2017)
Neural Text Embeddings for Information Retrieval (WSDM 2017)Bhaskar Mitra
 
Knowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based SearchKnowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based SearchNeo4j
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesOpen Data Support
 
نموذج الإفلا للمكتبة المرجعيي - الوحدة 1 / ترجمة محمد عبد الحميد معوض
  نموذج الإفلا للمكتبة المرجعيي - الوحدة 1 / ترجمة محمد عبد الحميد معوض  نموذج الإفلا للمكتبة المرجعيي - الوحدة 1 / ترجمة محمد عبد الحميد معوض
نموذج الإفلا للمكتبة المرجعيي - الوحدة 1 / ترجمة محمد عبد الحميد معوضMuhammad Muawwad
 
Leveraging Knowledge Graphs in your Enterprise Knowledge Management System
Leveraging Knowledge Graphs in your Enterprise Knowledge Management SystemLeveraging Knowledge Graphs in your Enterprise Knowledge Management System
Leveraging Knowledge Graphs in your Enterprise Knowledge Management SystemSemantic Web Company
 
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge ModellingTaxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge ModellingSemantic Web Company
 
An Introduction to SPARQL
An Introduction to SPARQLAn Introduction to SPARQL
An Introduction to SPARQLOlaf Hartig
 
FAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practiceFAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practiceCarole Goble
 
Metadata harvesting
Metadata harvestingMetadata harvesting
Metadata harvestingAndrewLIS688
 
Web ontology language (owl)
Web ontology language (owl)Web ontology language (owl)
Web ontology language (owl)Ameer Sameer
 
Library of congress subject heading
Library of congress subject headingLibrary of congress subject heading
Library of congress subject headingMahendraAdhikari7
 
Understanding the ACRL Framework for Information Literacy: Applying the six f...
Understanding the ACRL Framework for Information Literacy: Applying the six f...Understanding the ACRL Framework for Information Literacy: Applying the six f...
Understanding the ACRL Framework for Information Literacy: Applying the six f...Aziz EL Hassani
 
Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Enterprise Knowledge
 
유로피아나(Europeana) 개론
유로피아나(Europeana) 개론유로피아나(Europeana) 개론
유로피아나(Europeana) 개론Baro Kim
 

What's hot (20)

Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
 
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
 
Introduction to Knowledge Graphs for Information Architects.pdf
Introduction to Knowledge Graphs for Information Architects.pdfIntroduction to Knowledge Graphs for Information Architects.pdf
Introduction to Knowledge Graphs for Information Architects.pdf
 
The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)
 
Neural Text Embeddings for Information Retrieval (WSDM 2017)
Neural Text Embeddings for Information Retrieval (WSDM 2017)Neural Text Embeddings for Information Retrieval (WSDM 2017)
Neural Text Embeddings for Information Retrieval (WSDM 2017)
 
Knowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based SearchKnowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based Search
 
Dublin core Presentation
Dublin core PresentationDublin core Presentation
Dublin core Presentation
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and Examples
 
نموذج الإفلا للمكتبة المرجعيي - الوحدة 1 / ترجمة محمد عبد الحميد معوض
  نموذج الإفلا للمكتبة المرجعيي - الوحدة 1 / ترجمة محمد عبد الحميد معوض  نموذج الإفلا للمكتبة المرجعيي - الوحدة 1 / ترجمة محمد عبد الحميد معوض
نموذج الإفلا للمكتبة المرجعيي - الوحدة 1 / ترجمة محمد عبد الحميد معوض
 
Leveraging Knowledge Graphs in your Enterprise Knowledge Management System
Leveraging Knowledge Graphs in your Enterprise Knowledge Management SystemLeveraging Knowledge Graphs in your Enterprise Knowledge Management System
Leveraging Knowledge Graphs in your Enterprise Knowledge Management System
 
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge ModellingTaxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
 
An Introduction to SPARQL
An Introduction to SPARQLAn Introduction to SPARQL
An Introduction to SPARQL
 
FAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practiceFAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practice
 
Metadata harvesting
Metadata harvestingMetadata harvesting
Metadata harvesting
 
Web ontology language (owl)
Web ontology language (owl)Web ontology language (owl)
Web ontology language (owl)
 
Library of congress subject heading
Library of congress subject headingLibrary of congress subject heading
Library of congress subject heading
 
Understanding the ACRL Framework for Information Literacy: Applying the six f...
Understanding the ACRL Framework for Information Literacy: Applying the six f...Understanding the ACRL Framework for Information Literacy: Applying the six f...
Understanding the ACRL Framework for Information Literacy: Applying the six f...
 
Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020
 
유로피아나(Europeana) 개론
유로피아나(Europeana) 개론유로피아나(Europeana) 개론
유로피아나(Europeana) 개론
 
Aacr2 pdf book
Aacr2 pdf bookAacr2 pdf book
Aacr2 pdf book
 

Similar to Semantic Web for Cultural Heritage valorisation

Digital Humanities in a Linked Data World - Semnantic Annotations
Digital Humanities in a Linked Data World - Semnantic AnnotationsDigital Humanities in a Linked Data World - Semnantic Annotations
Digital Humanities in a Linked Data World - Semnantic AnnotationsDov Winer
 
EAA 2017 Re-engineering the process: How best to share, connect, re-use & pro...
EAA 2017 Re-engineering the process: How best to share, connect, re-use & pro...EAA 2017 Re-engineering the process: How best to share, connect, re-use & pro...
EAA 2017 Re-engineering the process: How best to share, connect, re-use & pro...Keith.May
 
LIS 653 Posters
LIS 653 PostersLIS 653 Posters
LIS 653 PostersPrattSILS
 
Madrid Linked Data for Digital Humanities
Madrid Linked Data for Digital HumanitiesMadrid Linked Data for Digital Humanities
Madrid Linked Data for Digital HumanitiesVictor de Boer
 
Building COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science ProjectBuilding COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science Projectvty
 
Linked Data: Why Bother?
Linked Data:  Why Bother?Linked Data:  Why Bother?
Linked Data: Why Bother?Jennifer Bowen
 
From data portal to knowledge portal: Leveraging semantic technologies to sup...
From data portal to knowledge portal: Leveraging semantic technologies to sup...From data portal to knowledge portal: Leveraging semantic technologies to sup...
From data portal to knowledge portal: Leveraging semantic technologies to sup...Xiaogang (Marshall) Ma
 
(BIG) DATA SCIENCE AND HISTORICAL ARCHAEOLOGICAL STUDIES: A METHODOLOGICAL, ...
(BIG) DATA SCIENCE AND HISTORICAL ARCHAEOLOGICAL STUDIES:  A METHODOLOGICAL, ...(BIG) DATA SCIENCE AND HISTORICAL ARCHAEOLOGICAL STUDIES:  A METHODOLOGICAL, ...
(BIG) DATA SCIENCE AND HISTORICAL ARCHAEOLOGICAL STUDIES: A METHODOLOGICAL, ...4Science
 
DIGITAL LIBRARIES AND THE CHALLENGE OF A "DIGITAL DARK AGES"
DIGITAL LIBRARIES AND THE CHALLENGE OF A "DIGITAL DARK AGES"DIGITAL LIBRARIES AND THE CHALLENGE OF A "DIGITAL DARK AGES"
DIGITAL LIBRARIES AND THE CHALLENGE OF A "DIGITAL DARK AGES"Bogdan Trifunovic
 
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studioI Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studioCulturaItalia
 
Linking data in digital libraries the case of puglia digital library
Linking data in digital libraries the case of puglia digital libraryLinking data in digital libraries the case of puglia digital library
Linking data in digital libraries the case of puglia digital libraryGiuseppe Cultrera
 
ArCo: the Knowledge Graph of Italian Cultural Heritage
ArCo: the Knowledge Graph of Italian Cultural HeritageArCo: the Knowledge Graph of Italian Cultural Heritage
ArCo: the Knowledge Graph of Italian Cultural HeritageValentina Presutti
 
Hidden Amongst the Data: the Beyond 2022 Knowledge Graph
Hidden Amongst the Data: the Beyond 2022 Knowledge GraphHidden Amongst the Data: the Beyond 2022 Knowledge Graph
Hidden Amongst the Data: the Beyond 2022 Knowledge GraphChristophe Debruyne
 
Building COVID-19 Knowledge Graph at CoronaWhy
Building COVID-19 Knowledge Graph at CoronaWhyBuilding COVID-19 Knowledge Graph at CoronaWhy
Building COVID-19 Knowledge Graph at CoronaWhyvty
 
22 9 2006 Opensourceeds
22 9 2006 Opensourceeds22 9 2006 Opensourceeds
22 9 2006 OpensourceedsStuart Dunn
 

Similar to Semantic Web for Cultural Heritage valorisation (20)

Keynote csws2013
Keynote csws2013Keynote csws2013
Keynote csws2013
 
Dh usp 2013
Dh usp 2013Dh usp 2013
Dh usp 2013
 
Usp dh 2013
Usp dh 2013Usp dh 2013
Usp dh 2013
 
Digital Humanities in a Linked Data World - Semnantic Annotations
Digital Humanities in a Linked Data World - Semnantic AnnotationsDigital Humanities in a Linked Data World - Semnantic Annotations
Digital Humanities in a Linked Data World - Semnantic Annotations
 
EAA 2017 Re-engineering the process: How best to share, connect, re-use & pro...
EAA 2017 Re-engineering the process: How best to share, connect, re-use & pro...EAA 2017 Re-engineering the process: How best to share, connect, re-use & pro...
EAA 2017 Re-engineering the process: How best to share, connect, re-use & pro...
 
LIS 653 Posters
LIS 653 PostersLIS 653 Posters
LIS 653 Posters
 
Madrid Linked Data for Digital Humanities
Madrid Linked Data for Digital HumanitiesMadrid Linked Data for Digital Humanities
Madrid Linked Data for Digital Humanities
 
Building COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science ProjectBuilding COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science Project
 
Linked Data: Why Bother?
Linked Data:  Why Bother?Linked Data:  Why Bother?
Linked Data: Why Bother?
 
Connecting Museums with Linked Data
Connecting Museums with Linked DataConnecting Museums with Linked Data
Connecting Museums with Linked Data
 
From data portal to knowledge portal: Leveraging semantic technologies to sup...
From data portal to knowledge portal: Leveraging semantic technologies to sup...From data portal to knowledge portal: Leveraging semantic technologies to sup...
From data portal to knowledge portal: Leveraging semantic technologies to sup...
 
(BIG) DATA SCIENCE AND HISTORICAL ARCHAEOLOGICAL STUDIES: A METHODOLOGICAL, ...
(BIG) DATA SCIENCE AND HISTORICAL ARCHAEOLOGICAL STUDIES:  A METHODOLOGICAL, ...(BIG) DATA SCIENCE AND HISTORICAL ARCHAEOLOGICAL STUDIES:  A METHODOLOGICAL, ...
(BIG) DATA SCIENCE AND HISTORICAL ARCHAEOLOGICAL STUDIES: A METHODOLOGICAL, ...
 
DIGITAL LIBRARIES AND THE CHALLENGE OF A "DIGITAL DARK AGES"
DIGITAL LIBRARIES AND THE CHALLENGE OF A "DIGITAL DARK AGES"DIGITAL LIBRARIES AND THE CHALLENGE OF A "DIGITAL DARK AGES"
DIGITAL LIBRARIES AND THE CHALLENGE OF A "DIGITAL DARK AGES"
 
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studioI Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
I Linked Open Data nei Beni Culturali, alcuni progetti e casi di studio
 
Data and science
Data and scienceData and science
Data and science
 
Linking data in digital libraries the case of puglia digital library
Linking data in digital libraries the case of puglia digital libraryLinking data in digital libraries the case of puglia digital library
Linking data in digital libraries the case of puglia digital library
 
ArCo: the Knowledge Graph of Italian Cultural Heritage
ArCo: the Knowledge Graph of Italian Cultural HeritageArCo: the Knowledge Graph of Italian Cultural Heritage
ArCo: the Knowledge Graph of Italian Cultural Heritage
 
Hidden Amongst the Data: the Beyond 2022 Knowledge Graph
Hidden Amongst the Data: the Beyond 2022 Knowledge GraphHidden Amongst the Data: the Beyond 2022 Knowledge Graph
Hidden Amongst the Data: the Beyond 2022 Knowledge Graph
 
Building COVID-19 Knowledge Graph at CoronaWhy
Building COVID-19 Knowledge Graph at CoronaWhyBuilding COVID-19 Knowledge Graph at CoronaWhy
Building COVID-19 Knowledge Graph at CoronaWhy
 
22 9 2006 Opensourceeds
22 9 2006 Opensourceeds22 9 2006 Opensourceeds
22 9 2006 Opensourceeds
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

Semantic Web for Cultural Heritage valorisation

  • 1. Semantic Web for Cultural Heritage valorisation ArCo: a virtuous example Valentina Anita Carriero PhD student @ DISI, University of Bologna valentina.carriero3@unibo.it twitter: @vale_carriero
  • 2. Semantic web in the CH domain Semantic technologies, Linked Open Data, and ontologies are being widely and successfully exploited within the cultural heritage field 2
  • 4. Semantic web The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation. [Berners-Lee et al., 2001] 4 machine-readable data
  • 5. Linked Data / knowledge graphs Structured data interlinked with other data 5 knowledge is formally represented by schemas defining categories of concepts (classes) and relations between concepts ontologies are formal descriptions of domain models a type of knowledge base using a graph structure node edge
  • 6. standards RDF OWL SPARQL … 6 Triple-based data model set of 3 entities representing a statement about data in the form subject‒predicate‒object World Wide Web Consortium International community developing open standards for the Web
  • 7. Semantic triples 7 Moscow place of birth Fyodor Dostoyevsky Triple-based data model set of 3 entities representing a statement about data in the form subject‒predicate‒object «Fyodor Dostoyevky was born in Moscow»
  • 8. 8 Fyodor Dostoyevsky place of birth Moscow place of birth Human City Triple-based data model set of 3 entities representing a statement about data in the form subject‒predicate‒object Semantic triples instance of
  • 9. 9 place of birth Moscow place of birth Human City every part of an RDF triple is individually addressable via unique URIs https://www.wikidata.org /entity/Q991 Fyodor Dostoyevsky https://www.wikidata .org/entity/Q649 https://www.wikidata.org /entity/Q7930989 https://www.wikidata .org/entity/Q5 sequence of characters for uniquely identifying resource of the web e.g. Unique identifiers https://www. wikidata.org/ entity/P19 https://www. wikidata.org/ entity/P31 instance of
  • 10. Linked Open Data 10 1255 datasets with 16174 links (as of May 2020) https://lod-cloud.net/ Linked data can be open Linked Data Cloud knowledge graph connecting open RDF datasets
  • 11. …how does the cultural heritage domain benefit from semantic technologies?
  • 12. Cultural heritage mission Museums, libraries, archives, private collections, other cultural institutions to preserve the cultural objects they collect 12 GOAL HOW by describing these objects through data that keeps memory of them, their life cycle, their artistic, social, and historical context
  • 13. Cultural heritage mission Museums, libraries, archives, private collections, other cultural institutions to preserve the cultural objects they collect 13 GOAL HOW by describing these objects through data that keeps memory of them, their life cycle, their artistic, social, and historical context if data is shared, it can be used as a means of enhancing cultural properties
  • 14. Cultural heritage data as silos CH data is still often managed separately like silos, by different organisations with various classifications and definitions to describe the same concepts 14 dispersed not interoperable not easily accessible
  • 15. Cultural heritage data as networks By using semantic technologies, CH data is represented by ontologies, and data from different sources is interconnected in knowledge graphs 15 linked interoperable accessible
  • 16. Cultural heritage data as networks By using semantic technologies, CH data is represented by ontologies, and data from different sources is interconnected in knowledge graphs 16 vast interconnected open digital cultural heritage ontologies and LOD empower the cultural heritage field
  • 17. The semantic web benefits for cultural heritage exemplified by ArCo
  • 18. Italian cultural heritage 18 ICCD (MiC) coordinates cataloguing activities and CH data management cataloguing standards, controlled lists catalogue records 30 types of cultural properties General Catalogue of Italian CH Catalogo Generale dei Beni Culturali
  • 21. From XML to RDF 21 ONTOLOGIES KNOWLEDGE GRAPH DATA eXtreme Design methodology
  • 22. Why Linked Open Data? (1) 22 Ontologies clearly define the semantics of the concepts of a domain not only names and textual comments but also logical axioms
  • 23. Example from ArCo (1) 23 :ComplexCulturalProperty owl:equivalentClass [rdf:type owl:Restriction ; owl:onProperty :hasCulturalPropertyComponent ; owl:someValuesFrom :CulturalPropertyComponent ]. «A complex cultural property must have some cultural property components.»
  • 24. 24 Reasoning about the facts stored in a knowledge base using rules and other forms of logic to deduce new facts or highlight inconsistencies Why Linked Open Data? (2)
  • 25. 25 Cultural Property Component Y :hasCulturalProperty Component Cultural Property X Example from ArCo (2) IF: :ComplexCulturalProperty owl:equivalentClass [rdf:type owl:Restriction ; owl:onProperty :hasCulturalPropertyComponent ; owl:someValuesFrom :CulturalPropertyComponent ].
  • 26. Example from ArCo (2) 26 rdf:type :ComplexCulturalProperty THEN: Cultural Property Component Y :hasCulturalProperty Component Cultural Property X :ComplexCulturalProperty owl:equivalentClass [rdf:type owl:Restriction ; owl:onProperty :hasCulturalPropertyComponent ; owl:someValuesFrom :CulturalPropertyComponent ].
  • 27. Why Linked Open Data? (3) 27 Ontologies often allow for more expressiveness
  • 29. Why Linked Open Data? (4) 29 If different datasets use the same ontology, or different ontologies properly aligned, interoperability between datasets is guaranteed
  • 30. Example from ArCo (4) 30 rdfs:subClassOf a-cd:Title crm:E35_Title alignment
  • 31. Why Linked Open Data? (5) 31 Identity links between the resources of different datasets can mutually enrich the datasets
  • 32. Example from ArCo (5) 32 wd:Q762 owl:sameAs a-res:Agent/ 2481e14c9522a1d40 6369514e9e9e316 Leonardo Da Vinci Leonardo Da Vinci a-cd:isAuthorOf studi e annotazioni di meccanica a-res:HistoricOr ArtisticProperty/ 0500446151A wd:Q3739104 natural causes wd:P1196 manner of death
  • 33. Why Linked Open Data? (6) 33 Linked Open Data support reuse of data from different actors e.g. tourism, researchers, private companies, public administrations, scholars, …
  • 34. Example from ArCo (6.1) 34 Support to archaeological research methodologies by integrating ArCo data on the creation of the archaeological site with data on earthquakes from external databases for answering research questions such as «When was an archaeological site built, inhabited, and stopped being one?»
  • 35. Example from ArCo (6.2) 35 For this reason, ArCo adopts an open gathering of requirements • Extended customer team (not only ICCD) • Early Adoption Program
  • 36. How can you explore ArCo?
  • 42. ArCo tutorial web series 42 https://youtu.be/n_dSQLB_RTQ
  • 43. References 43 Tim Berners-Lee, James Hendler, Ora Lassila. The semantic web. Scientific American. 2001 May 1; 284(5): 34-43. Eva Blomqvist, Valentina Presutti, Enrico Daga, Aldo Gangemi: Experimenting with eXtreme Design. EKAW 2010: 120- 134 Valentina Anita Carriero, Aldo Gangemi, Maria Letizia Mancinelli, Andrea Giovanni Nuzzolese, Valentina Presutti, Chiara Veninata: Pattern-based design applied to cultural heritage knowledge graphs. Semantic Web, Volume 12(2), 2021. Special Issue on Semantic Web for Cultural Heritage Valentina Anita Carriero, Aldo Gangemi, Maria Letizia Mancinelli, Ludovica Marinucci, Andrea Giovanni Nuzzolese, Valentina Presutti, Chiara Veninata: ArCo: The Italian Cultural Heritage Knowledge Graph. ISWC (2) 2019: 36-52 Valentina Anita Carriero, Aldo Gangemi, Andrea Giovanni Nuzzolese, Valentina Presutti: An Ontology Design Pattern for Representing Recurrent Events. WOP@ISWC 2019: 59-70 Giorgia Lodi, Luigi Asprino, Andrea Giovanni Nuzzolese, Valentina Presutti, Aldo Gangemi, Diego Reforgiato Recupero, Chiara Veninata, Annarita Orsini: Semantic web for cultural heritage valorisation. Data Analytics in Digital Humanities 2017. 3-37
  • 44. https://w3id.org/arco Submit your requirements: https://forms.gle/AEK3TV7rgJiKxrTW8 Submit your issues: https://github.com/ICCD- MiBACT/ArCo/issues Join ArCo s google group: https://groups.google.com/forum/#!forum/arco-project