SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
Personalised
access to
cultural heritage
spaces

Semantic Enrichment of
Cultural Heritage Content in PATHS
Authors:

Mark Stevenson and Arantxa Otegi with Eneko Agirre, Nikos
Aletras, Paul Clough, Samuel Fernando and Aitor Soroa.

www.paths-project.eu	
  
PATHS	
  is	
  funded	
  by	
  the	
  European	
  Commission	
  FP7	
  programme	
  under	
  Digital	
  Libraries	
  and	
  Digital	
  Preservation

	
  
Semantic Enrichment of Cultural Heritage Content in
PATHS
Mark Stevenson and Arantxa Otegi with Eneko Agirre, Nikos Aletras,
Paul Clough, Samuel Fernando and Aitor Soroa.

Introduction
The aim of the PATHS project is to enable exploration and discovery within cultural
heritage collections. In order to support this the project developed a range of
enrichment techniques which augmented these collections with additional information
to enhance the users’ browsing experience. One of the demonstration systems
developed in PATHS makes use of content from Europeana. This document
summarises the semantic enrichment techniques developed in PATHS, with particular
reference to their application to the Europeana data. Further details are available in
project deliverables and associated publications, details of which are provided below.

Data
The PATHS system makes use of three collections from Europeana: 1) CultureGrid,
2) Cervantes Biblioteca Virtual Miguel De Cervantes and 3) The Biblioteca Nacional
de Espana. These collections were chosen since they contain meta-data in the two
languages being explored in the PATHS project (English and Spanish) in addition to
containing a reasonable number of items.

Motivation for Semantic Enrichment
Analysis of the three data sets revealed that adding additional information would
support exploration and discovery in Europeana and would also be helpful for
interpretation of the items within them. In particular, two issues with the meta-data
were identified:
•

Limited information. Many of the items have only limited information
associated with them, for example a single word title and no description.

•

Incomaptible indexing schemes. Items in Europeana are indexed using a
range of hierarchical structure (e.g. Library of Congress Subject Headings and
the Art and Architecture Thesaurus) which are not compatible. In addition,
many items are not indexed at all. Consequently there is no single index that
covers all items, even for a single language.

PATHS	
  is	
  funded	
  by	
  the	
  European	
  Commission	
  FP7	
  programme	
  under	
  Digital	
  Libraries	
  and	
  Digital	
  Preservation

	
  
Semantic Enrichment
A range of Natural Language Processing techniques were developed for cultural
heritage data and applied to the Europeana collections used in PATHS. The aim of
these techniques was to provide users of cultural heritage collections with additional
information that would help them to navigate and interpret the collections.
1) Identification of Key Entities
Descriptions of items often mention key entities, such as people, locations and dates.
There were identified automatically in the meta-data of the three collections by
applying FreeLing (Padro et al, 2010), an open source library of language processing
tools which carries out several stages of linguistic analysis: identification of nouns via
part of speech (PoS) tagging. Lemmatization, multiword-unit recognition and
recognition of named entities (dates, places, people, organisations etc.)
2) Item Similarity
Information about which items are similar within a collection is useful for navigation,
grouping together related content and recommendation of interesting content. The
PATHS project developed techniques for determining the similarity between items in
cultural heritage collections using Latent Dirichlet Allocation (LDA) to discover
latent “topics” within the collection. The approach is described by Aletras et al.
(2012).
The similarity between all items in the three Europeana collection was computed in a
pairwise fashion and the 25 items with the highest score are retained for each item.
This allows uses to quickly navigate from one item to other related ones in the
collection, even if they are from a different content provider.
3) Typed Similarity
The approaches to identifying similar items were extended to provide information
about the reason pairs of items could be considered similar. This additional
knowledge assists users in their understanding about how items in the collection are
related together. Various types of similarity were identified: similar author, similar
people involved, similar time period, similar location, similar events, similar location
and similar description. Similar pairs of items were identified using a range of
techniques described in Agirre et. al. (2013). The majority of these were based on
comparison of the text in the relevant fields of item’s meta-data, for example the
<dc:Creator> field was used to identify similar authors. Other types of similarity, e.g.
similar people involved and similar location made use of the named entities that has
been identified in an earlier stage of enrichment.
4) Background Links
The information associated with each item, which is sometimes very limited, was
augmented by providing links to Wikipedia. These were generated using Wikipedia
Miner (Milne and Witten, 2008). See Fernando and Stevenson (2012) for further
PATHS	
  is	
  funded	
  by	
  the	
  European	
  Commission	
  FP7	
  programme	
  under	
  Digital	
  Libraries	
  and	
  Digital	
  Preservation

	
  
details about how Wikipedia Miner was adapted for cultural heritage documents.
This process generated in-line links in the item’s meta-data. In addition, items were
also mapped to Wikipedia when appropriate articles could be found, see Agirre et. al.
(2012).
5) Hierarchies
The Wikipedia background links added to the item meta-data were used to
automatically generate hierarchies that the cover the entire collection. Two
approaches are used to generate hierarchies, WikiFreq and WikiTax. WikiFreq uses
Wikipedia link frequencies across the Europeana collection to organise the items. The
links in the meta-data associated with each item are ordered based on their frequency
in the entire collection and that set of links then inserted into the hierarchy. The
WikiTax approach uses the Wikipedia Taxonomy (Ponzetto and Strube, 2011), a
taxonomy derived from Wikipedia categories. Europeana artefacts are inserted into
this taxonomy using the links added by Wikipedia Miner with each artefact being
added to the taxonomy for all categories listed in the links. This leads to a taxonomy
in which artefacts can occur in multiple locations. The two approaches are combined
to create the WikiMerge hierarchy. See Fernando et al. (2012) for further details

Application of Semantic Enrichment
The semantically enriched data from Europeana was used in the PATHS
demonstration system. The similar items and background links (2, 3 and 4) for were
displayed to the user when they viewed an individual item. The hierarchy (5) was
used to provide high-level navigation of the collection and was displayed in a variety
of ways, including using a standard thesaurus-type view, a tag cloud and a map. See
Agirre et. al. (2013) for further details about how semantic enrichment is used in the
demonstrator.
The PATHS demonstrator is available at http://explorer.paths-project.eu/

Semantic Enrichment Using Open Source Software
Most of the enrichment techniques applied in the PATHS project were developed inhouse and are relatively complex. An overall set of recommendations for the
automatic enrichment of cultural heritage collections using open source software is
presented in a project report available from the PATHS project web site: Agirre and
Otegi (forthcoming).

Representation of Semantic Enrichment using Europeana Data
Model
The semantically enriched cultural heritage data in PATHS is encoded using the
ESEPaths format, which is derived from Europeana Semantic Elements (ESE) and
adds the enrichment information described above. ESE is the metadata scheme used
PATHS	
  is	
  funded	
  by	
  the	
  European	
  Commission	
  FP7	
  programme	
  under	
  Digital	
  Libraries	
  and	
  Digital	
  Preservation

	
  
to
describe
cultural
heritage
objects
in
Europeana
(see
http://europeana.eu/schemas/ese/). However, Europeana is moving from ESE to a new
data representation, called Europeana Data Model (EDM) (Doerr et al., 2010). A
project report describing how to represent the semantically enriched data can be
representing using the EDM schema will be made available on the project website:
(Sora et. al, forthcoming).

Web service for semantic enrichment
All the semantic enrichment has been done offline in PATHS. However, the project
provides a web service prototype which allows independent content providers to
enrich their cultural heritage items online. Specifically, the service enriches the items
with two types of information: links to similar items within the PATHS collection and
links to Wikipedia articles which are related to it. The Web service is described by
Agirre et. al. (2013).
The web service can be accessed via http://ixa2.si.ehu.es/paths_wp2/paths_wp2.pl

Project Deliverables
Further information about the enrichment is available in the following two project
deliverables which are available from the PATHS project web site: http://www.pathsproject.eu/eng/Resources
•

D2.1 Processing and representation of Content for the first prototype by Eneko
Agirre and Oier Lopez de Lacalle with Aitor Soroa, Mark Stevenson, Samuel
Fernando, Nikos Aletras, Antonis Kukurikos, Kate Fernie

•

D2.2 Processing and representation of Content for the second prototype by
Eneko Agirre, Arantxa Otegi and Aitor Soroa with, Nikos Aletras,
Constantinos Chandrinos, Samuel Fernando, Aitor Gonzalez-Agirre

References
E. Agirre, A. Barrena, O. Lopez de Lacalla, A. Soroa, M. Stevenson and S. Fernando.
2012. Matching Cultural Heritage items to Wikipedia. In Proceedings of the 8th
International Conference on Language Resources and Evaluation, pages 1729--1735,
Istanbul, Turkey
E. Agirre, N. Aletras, P. Clough, S. Fernando, P. Goodale, M. Hall, A. Soroa and M.
Stevenson. 2013. PATHS: A System for Accessing Cultural Heritage Collections. In
Proceedings of the 51st Annual Meeting of the Association for Computational
Linguistics: System Demonstrations, pages 151--156, Sofia, Bulgaria
E. Agirre, N. Aletras, A. Gonzalez-Agirre, G. Rigau and M. Stevenson. 2013.
UBCUOS-TYPED: Regression for typed-similarity. In Second Joint Conference on
Lexical and Computational Semantics (*SEM), Volume 1: Proceedings of the Main
Conference and the Shared Task: Semantic Textual Similarity, pages 132--137,
Atlanta, Georgia, USA

PATHS	
  is	
  funded	
  by	
  the	
  European	
  Commission	
  FP7	
  programme	
  under	
  Digital	
  Libraries	
  and	
  Digital	
  Preservation

	
  
E. Agirre, A. Barrena, K. Fernandez, E. Miranda, A. Otegi and A. Soroa. 2013.
PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item
Enrichment. In TPDL 2013, Lecture Notes in Computer Science volume 8092, pages
462--465.
E. Agirre and A. Otegi (forthcoming) Recommendations for the automatic enrichment
of DL content using open source software. PATHS Project Report
N. Aletras, M. Stevenson, and P. Clough. 2012. Computing similarity between items
in a digital library of cultural heritage. Journal of Computing and Cultural Heritage,
5(4):no. 16.
M. Doerr, S. Gradmann, S. Hennicke, A. Isaac, C. Meghini and H. van de Sompel.
2010. The europeana data model (EDM). In World Library and Information
Congress: 76th IFLA general conference and assembly, pages 10--15.
S. Fernando and M. Stevenson. 2012. Adapting Wikification to Cultural Heritage. In
Proceedings of the 6th Workshop on Language Technology for Cultural Heritage,
Social Sciences, and Humanities, pages 101–106, Avignon, France.
S. Fernando, M. Hall, E. Agirre, A. Soroa, P. Clough, and M. Stevenson. 2012.
Comparing taxonomies for organising collections of documents. In Proc. of COLING
2012, pages 879– 894, Mumbai, India.
D. Milne and I. Witten. 2008. Learning to Link with Wikipedia. In Proc. of CIKM
2008, Napa Valley, California.
L. Padro, M. Collado, S.Reese, M. Lloberes, and I. Castellon. 2010. FreeLing 2.1:
Five Years of Open-Source Language Processing Tools. In Proceedings of 7th
Language Resources and Evaluation Conference (LREC).
S. Ponzetto and M. Strube. 2011. Taxonomy induction based on a collaboratively
built knowledge repository. Artificial Intelligence, 175(9-10):1737– 1756.
A. Soroa, E. Agirre and A. Otegi (forthcoming) RoadMap from EEPaths to
EDMPaths: a user case. PATHS Project Report.

PATHS	
  is	
  funded	
  by	
  the	
  European	
  Commission	
  FP7	
  programme	
  under	
  Digital	
  Libraries	
  and	
  Digital	
  Preservation

	
  

Mais conteúdo relacionado

Mais procurados

Europeana vision - Web as Literature 2013
Europeana vision - Web as Literature 2013Europeana vision - Web as Literature 2013
Europeana vision - Web as Literature 2013Antoine Isaac
 
EIFL 2014 - Linked Open Data
EIFL 2014 - Linked Open DataEIFL 2014 - Linked Open Data
EIFL 2014 - Linked Open DataAntoine Isaac
 
Enriching Cultural Heritage Data with DBpedia
Enriching Cultural Heritage Data with DBpediaEnriching Cultural Heritage Data with DBpedia
Enriching Cultural Heritage Data with DBpediaAntoine Isaac
 
Linking data for Europeana
Linking data for EuropeanaLinking data for Europeana
Linking data for EuropeanaAntoine Isaac
 
AAC Education Session
AAC Education Session AAC Education Session
AAC Education Session Antoine Isaac
 
Semantic Web, Linked Data: the Europeana case(s)
Semantic Web, Linked Data: the Europeana case(s)Semantic Web, Linked Data: the Europeana case(s)
Semantic Web, Linked Data: the Europeana case(s)Antoine Isaac
 
Ariadne Booklet: The Way Forward to Digital Archaeology in Europe
Ariadne Booklet: The Way Forward to Digital Archaeology in EuropeAriadne Booklet: The Way Forward to Digital Archaeology in Europe
Ariadne Booklet: The Way Forward to Digital Archaeology in Europeariadnenetwork
 
PATHS at the eCult dialogue day 2013
PATHS at the eCult dialogue day 2013PATHS at the eCult dialogue day 2013
PATHS at the eCult dialogue day 2013pathsproject
 
Challenges for the Language Technology Industry
Challenges for the Language Technology IndustryChallenges for the Language Technology Industry
Challenges for the Language Technology IndustryAntoine Isaac
 
Data modelling at Europeana and DM2E - SMW13
Data modelling at Europeana and DM2E - SMW13Data modelling at Europeana and DM2E - SMW13
Data modelling at Europeana and DM2E - SMW13Antoine Isaac
 
Europeana and the relevance of the DM2E results
Europeana and the relevance of the DM2E resultsEuropeana and the relevance of the DM2E results
Europeana and the relevance of the DM2E resultsAntoine Isaac
 
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...Stefan Schmunk
 
The Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
The Europeana Datamodel: A semantic layer on top of Cultural Heritage ObjectsThe Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
The Europeana Datamodel: A semantic layer on top of Cultural Heritage ObjectsLIBIS
 
Multilingual challenges for accessing digitized culture online - Riga Summit 15
Multilingual challenges for accessing digitized culture online - Riga Summit 15Multilingual challenges for accessing digitized culture online - Riga Summit 15
Multilingual challenges for accessing digitized culture online - Riga Summit 15Antoine Isaac
 
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...Micah Altman
 
Europeana bergen may2010_dovwiner
Europeana bergen may2010_dovwinerEuropeana bergen may2010_dovwiner
Europeana bergen may2010_dovwinerDov Winer
 
Europeana and Schema.org - DC2013
Europeana and Schema.org - DC2013Europeana and Schema.org - DC2013
Europeana and Schema.org - DC2013Antoine Isaac
 
LIBER and EU projects
LIBER and EU projectsLIBER and EU projects
LIBER and EU projectsLIBER Europe
 
Digital cultural heritage works and object description within the scope of Eu...
Digital cultural heritage works and object description within the scope of Eu...Digital cultural heritage works and object description within the scope of Eu...
Digital cultural heritage works and object description within the scope of Eu...Tolga Çakmak
 
Linking subject labels in Cultural Heritage Metadata to MIMO vocabulary using...
Linking subject labels in Cultural Heritage Metadata to MIMO vocabulary using...Linking subject labels in Cultural Heritage Metadata to MIMO vocabulary using...
Linking subject labels in Cultural Heritage Metadata to MIMO vocabulary using...Hugo Manguinhas
 

Mais procurados (20)

Europeana vision - Web as Literature 2013
Europeana vision - Web as Literature 2013Europeana vision - Web as Literature 2013
Europeana vision - Web as Literature 2013
 
EIFL 2014 - Linked Open Data
EIFL 2014 - Linked Open DataEIFL 2014 - Linked Open Data
EIFL 2014 - Linked Open Data
 
Enriching Cultural Heritage Data with DBpedia
Enriching Cultural Heritage Data with DBpediaEnriching Cultural Heritage Data with DBpedia
Enriching Cultural Heritage Data with DBpedia
 
Linking data for Europeana
Linking data for EuropeanaLinking data for Europeana
Linking data for Europeana
 
AAC Education Session
AAC Education Session AAC Education Session
AAC Education Session
 
Semantic Web, Linked Data: the Europeana case(s)
Semantic Web, Linked Data: the Europeana case(s)Semantic Web, Linked Data: the Europeana case(s)
Semantic Web, Linked Data: the Europeana case(s)
 
Ariadne Booklet: The Way Forward to Digital Archaeology in Europe
Ariadne Booklet: The Way Forward to Digital Archaeology in EuropeAriadne Booklet: The Way Forward to Digital Archaeology in Europe
Ariadne Booklet: The Way Forward to Digital Archaeology in Europe
 
PATHS at the eCult dialogue day 2013
PATHS at the eCult dialogue day 2013PATHS at the eCult dialogue day 2013
PATHS at the eCult dialogue day 2013
 
Challenges for the Language Technology Industry
Challenges for the Language Technology IndustryChallenges for the Language Technology Industry
Challenges for the Language Technology Industry
 
Data modelling at Europeana and DM2E - SMW13
Data modelling at Europeana and DM2E - SMW13Data modelling at Europeana and DM2E - SMW13
Data modelling at Europeana and DM2E - SMW13
 
Europeana and the relevance of the DM2E results
Europeana and the relevance of the DM2E resultsEuropeana and the relevance of the DM2E results
Europeana and the relevance of the DM2E results
 
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
New tasks, new roles: Libraries in the tension between Digital Humanities, Re...
 
The Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
The Europeana Datamodel: A semantic layer on top of Cultural Heritage ObjectsThe Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
The Europeana Datamodel: A semantic layer on top of Cultural Heritage Objects
 
Multilingual challenges for accessing digitized culture online - Riga Summit 15
Multilingual challenges for accessing digitized culture online - Riga Summit 15Multilingual challenges for accessing digitized culture online - Riga Summit 15
Multilingual challenges for accessing digitized culture online - Riga Summit 15
 
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
WORLDMAP: A SPATIAL INFRASTRUCTURE TO SUPPORT TEACHING AND RESEARCH (BROWN BA...
 
Europeana bergen may2010_dovwiner
Europeana bergen may2010_dovwinerEuropeana bergen may2010_dovwiner
Europeana bergen may2010_dovwiner
 
Europeana and Schema.org - DC2013
Europeana and Schema.org - DC2013Europeana and Schema.org - DC2013
Europeana and Schema.org - DC2013
 
LIBER and EU projects
LIBER and EU projectsLIBER and EU projects
LIBER and EU projects
 
Digital cultural heritage works and object description within the scope of Eu...
Digital cultural heritage works and object description within the scope of Eu...Digital cultural heritage works and object description within the scope of Eu...
Digital cultural heritage works and object description within the scope of Eu...
 
Linking subject labels in Cultural Heritage Metadata to MIMO vocabulary using...
Linking subject labels in Cultural Heritage Metadata to MIMO vocabulary using...Linking subject labels in Cultural Heritage Metadata to MIMO vocabulary using...
Linking subject labels in Cultural Heritage Metadata to MIMO vocabulary using...
 

Destaque

Introduction to Arema Connect
Introduction to Arema ConnectIntroduction to Arema Connect
Introduction to Arema ConnectArema Connect
 
Presentatie bibnet
Presentatie bibnetPresentatie bibnet
Presentatie bibnetBramStarckx
 
IND-2012-252 A G Matic Hr sec School -Kids Birthday Garden
IND-2012-252 A G Matic Hr sec School -Kids Birthday GardenIND-2012-252 A G Matic Hr sec School -Kids Birthday Garden
IND-2012-252 A G Matic Hr sec School -Kids Birthday Gardendesignforchangechallenge
 
Supporting User's Exploration of Digital Libraries, Suedl 2012 workshop proce...
Supporting User's Exploration of Digital Libraries, Suedl 2012 workshop proce...Supporting User's Exploration of Digital Libraries, Suedl 2012 workshop proce...
Supporting User's Exploration of Digital Libraries, Suedl 2012 workshop proce...pathsproject
 
PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enr...
PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enr...PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enr...
PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enr...pathsproject
 
презентация:)
презентация:)презентация:)
презентация:)ILgizmironov
 
Autodiscover flow in an exchange on premises environment non-active director...
Autodiscover flow in an exchange on premises environment  non-active director...Autodiscover flow in an exchange on premises environment  non-active director...
Autodiscover flow in an exchange on premises environment non-active director...Eyal Doron
 
PATHS state of the art monitoring report
PATHS state of the art monitoring reportPATHS state of the art monitoring report
PATHS state of the art monitoring reportpathsproject
 
Personalizing Access to Cultural Heritage Collections using Pathways
Personalizing Access to Cultural Heritage Collections using PathwaysPersonalizing Access to Cultural Heritage Collections using Pathways
Personalizing Access to Cultural Heritage Collections using Pathwayspathsproject
 
The checklist for preparing your Exchange 2007 infrastructure for Exchange 20...
The checklist for preparing your Exchange 2007 infrastructure for Exchange 20...The checklist for preparing your Exchange 2007 infrastructure for Exchange 20...
The checklist for preparing your Exchange 2007 infrastructure for Exchange 20...Eyal Doron
 
PATHS Evaluation of the 1st paths prototype
PATHS Evaluation of the 1st paths prototypePATHS Evaluation of the 1st paths prototype
PATHS Evaluation of the 1st paths prototypepathsproject
 

Destaque (14)

Introduction to Arema Connect
Introduction to Arema ConnectIntroduction to Arema Connect
Introduction to Arema Connect
 
Renaissance
RenaissanceRenaissance
Renaissance
 
Presentatie bibnet
Presentatie bibnetPresentatie bibnet
Presentatie bibnet
 
IND-2012-287 Anando -MILKY IDEA
IND-2012-287 Anando -MILKY IDEAIND-2012-287 Anando -MILKY IDEA
IND-2012-287 Anando -MILKY IDEA
 
IND-2012-252 A G Matic Hr sec School -Kids Birthday Garden
IND-2012-252 A G Matic Hr sec School -Kids Birthday GardenIND-2012-252 A G Matic Hr sec School -Kids Birthday Garden
IND-2012-252 A G Matic Hr sec School -Kids Birthday Garden
 
Supporting User's Exploration of Digital Libraries, Suedl 2012 workshop proce...
Supporting User's Exploration of Digital Libraries, Suedl 2012 workshop proce...Supporting User's Exploration of Digital Libraries, Suedl 2012 workshop proce...
Supporting User's Exploration of Digital Libraries, Suedl 2012 workshop proce...
 
PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enr...
PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enr...PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enr...
PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enr...
 
IND-2012-290 Anando -REUNION
IND-2012-290 Anando -REUNIONIND-2012-290 Anando -REUNION
IND-2012-290 Anando -REUNION
 
презентация:)
презентация:)презентация:)
презентация:)
 
Autodiscover flow in an exchange on premises environment non-active director...
Autodiscover flow in an exchange on premises environment  non-active director...Autodiscover flow in an exchange on premises environment  non-active director...
Autodiscover flow in an exchange on premises environment non-active director...
 
PATHS state of the art monitoring report
PATHS state of the art monitoring reportPATHS state of the art monitoring report
PATHS state of the art monitoring report
 
Personalizing Access to Cultural Heritage Collections using Pathways
Personalizing Access to Cultural Heritage Collections using PathwaysPersonalizing Access to Cultural Heritage Collections using Pathways
Personalizing Access to Cultural Heritage Collections using Pathways
 
The checklist for preparing your Exchange 2007 infrastructure for Exchange 20...
The checklist for preparing your Exchange 2007 infrastructure for Exchange 20...The checklist for preparing your Exchange 2007 infrastructure for Exchange 20...
The checklist for preparing your Exchange 2007 infrastructure for Exchange 20...
 
PATHS Evaluation of the 1st paths prototype
PATHS Evaluation of the 1st paths prototypePATHS Evaluation of the 1st paths prototype
PATHS Evaluation of the 1st paths prototype
 

Semelhante a Semantic Enrichment of Cultural Heritage content in PATHS

Generating Paths through Cultural Heritage Collections, LATECH 2013 paper
Generating Paths through Cultural Heritage Collections, LATECH 2013 paperGenerating Paths through Cultural Heritage Collections, LATECH 2013 paper
Generating Paths through Cultural Heritage Collections, LATECH 2013 paperpathsproject
 
Generating Paths through Cultural Heritage Collections Latech2013 paper
Generating Paths through Cultural Heritage Collections Latech2013 paperGenerating Paths through Cultural Heritage Collections Latech2013 paper
Generating Paths through Cultural Heritage Collections Latech2013 paperpathsproject
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsVladimir Alexiev, PhD, PMP
 
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
 
Natural Europe presentation in Minerva Conference workshop
Natural Europe presentation in Minerva Conference workshopNatural Europe presentation in Minerva Conference workshop
Natural Europe presentation in Minerva Conference workshopNikos Palavitsinis, PhD
 
Implementing Recommendations in the PATHS system, SUEDL 2013
Implementing Recommendations in the PATHS system, SUEDL 2013Implementing Recommendations in the PATHS system, SUEDL 2013
Implementing Recommendations in the PATHS system, SUEDL 2013pathsproject
 
When Semantics support Multilingual Access to Digital Cultural Heritage - the...
When Semantics support Multilingual Access to Digital Cultural Heritage - the...When Semantics support Multilingual Access to Digital Cultural Heritage - the...
When Semantics support Multilingual Access to Digital Cultural Heritage - the...Valentine Charles
 
An Ontology For Historical Research Documents
An Ontology For Historical Research DocumentsAn Ontology For Historical Research Documents
An Ontology For Historical Research DocumentsDereck Downing
 
Pratt Sils LIS653 4 Fall 2007
Pratt Sils LIS653 4 Fall 2007Pratt Sils LIS653 4 Fall 2007
Pratt Sils LIS653 4 Fall 2007PrattSILS
 
Mapping the European(a) metadata landscape
Mapping the European(a) metadata landscapeMapping the European(a) metadata landscape
Mapping the European(a) metadata landscapeSally Chambers
 
PATHS Demo: Exploring Digital Cultural Heritage Spaces
PATHS Demo: Exploring Digital Cultural Heritage Spaces PATHS Demo: Exploring Digital Cultural Heritage Spaces
PATHS Demo: Exploring Digital Cultural Heritage Spaces pathsproject
 
PATHS: Personalised Access to Cultural Heritage Spaces
PATHS: Personalised Access to Cultural Heritage SpacesPATHS: Personalised Access to Cultural Heritage Spaces
PATHS: Personalised Access to Cultural Heritage Spacespathsproject
 
Presentation on The European Library
Presentation on The European LibraryPresentation on The European Library
Presentation on The European LibraryTU Delft, Netherlands
 
Future Directions for The European Library
Future Directions for The European Library Future Directions for The European Library
Future Directions for The European Library The European Library
 
Alastair Dunning, Future Directions for The European Library
Alastair Dunning, Future Directions for The European Library Alastair Dunning, Future Directions for The European Library
Alastair Dunning, Future Directions for The European Library The European Library
 
EuropeanaConnect - Enhancing User Access to European Digital Heritage
EuropeanaConnect - Enhancing User Access to European Digital HeritageEuropeanaConnect - Enhancing User Access to European Digital Heritage
EuropeanaConnect - Enhancing User Access to European Digital HeritageMax Kaiser
 
LIS 653 Posters
LIS 653 PostersLIS 653 Posters
LIS 653 PostersPrattSILS
 
Roadmap from ESEPaths to EDMPaths: a note on representing annotations resulti...
Roadmap from ESEPaths to EDMPaths: a note on representing annotations resulti...Roadmap from ESEPaths to EDMPaths: a note on representing annotations resulti...
Roadmap from ESEPaths to EDMPaths: a note on representing annotations resulti...pathsproject
 

Semelhante a Semantic Enrichment of Cultural Heritage content in PATHS (20)

Europeana and Researchers
Europeana and ResearchersEuropeana and Researchers
Europeana and Researchers
 
Generating Paths through Cultural Heritage Collections, LATECH 2013 paper
Generating Paths through Cultural Heritage Collections, LATECH 2013 paperGenerating Paths through Cultural Heritage Collections, LATECH 2013 paper
Generating Paths through Cultural Heritage Collections, LATECH 2013 paper
 
Generating Paths through Cultural Heritage Collections Latech2013 paper
Generating Paths through Cultural Heritage Collections Latech2013 paperGenerating Paths through Cultural Heritage Collections Latech2013 paper
Generating Paths through Cultural Heritage Collections Latech2013 paper
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom Views
 
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
 
Natural Europe presentation in Minerva Conference workshop
Natural Europe presentation in Minerva Conference workshopNatural Europe presentation in Minerva Conference workshop
Natural Europe presentation in Minerva Conference workshop
 
Implementing Recommendations in the PATHS system, SUEDL 2013
Implementing Recommendations in the PATHS system, SUEDL 2013Implementing Recommendations in the PATHS system, SUEDL 2013
Implementing Recommendations in the PATHS system, SUEDL 2013
 
When Semantics support Multilingual Access to Digital Cultural Heritage - the...
When Semantics support Multilingual Access to Digital Cultural Heritage - the...When Semantics support Multilingual Access to Digital Cultural Heritage - the...
When Semantics support Multilingual Access to Digital Cultural Heritage - the...
 
An Ontology For Historical Research Documents
An Ontology For Historical Research DocumentsAn Ontology For Historical Research Documents
An Ontology For Historical Research Documents
 
Pratt Sils LIS653 4 Fall 2007
Pratt Sils LIS653 4 Fall 2007Pratt Sils LIS653 4 Fall 2007
Pratt Sils LIS653 4 Fall 2007
 
Mapping the European(a) metadata landscape
Mapping the European(a) metadata landscapeMapping the European(a) metadata landscape
Mapping the European(a) metadata landscape
 
PATHS Demo: Exploring Digital Cultural Heritage Spaces
PATHS Demo: Exploring Digital Cultural Heritage Spaces PATHS Demo: Exploring Digital Cultural Heritage Spaces
PATHS Demo: Exploring Digital Cultural Heritage Spaces
 
PATHS: Personalised Access to Cultural Heritage Spaces
PATHS: Personalised Access to Cultural Heritage SpacesPATHS: Personalised Access to Cultural Heritage Spaces
PATHS: Personalised Access to Cultural Heritage Spaces
 
Presentation on The European Library
Presentation on The European LibraryPresentation on The European Library
Presentation on The European Library
 
Future Directions for The European Library
Future Directions for The European Library Future Directions for The European Library
Future Directions for The European Library
 
Alastair Dunning, Future Directions for The European Library
Alastair Dunning, Future Directions for The European Library Alastair Dunning, Future Directions for The European Library
Alastair Dunning, Future Directions for The European Library
 
EuropeanaConnect - Enhancing User Access to European Digital Heritage
EuropeanaConnect - Enhancing User Access to European Digital HeritageEuropeanaConnect - Enhancing User Access to European Digital Heritage
EuropeanaConnect - Enhancing User Access to European Digital Heritage
 
LIS 653 Posters
LIS 653 PostersLIS 653 Posters
LIS 653 Posters
 
Museums and Europeana
Museums and EuropeanaMuseums and Europeana
Museums and Europeana
 
Roadmap from ESEPaths to EDMPaths: a note on representing annotations resulti...
Roadmap from ESEPaths to EDMPaths: a note on representing annotations resulti...Roadmap from ESEPaths to EDMPaths: a note on representing annotations resulti...
Roadmap from ESEPaths to EDMPaths: a note on representing annotations resulti...
 

Mais de pathsproject

Aletras, Nikolaos and Stevenson, Mark (2013) "Evaluating Topic Coherence Us...
Aletras, Nikolaos  and  Stevenson, Mark (2013) "Evaluating Topic Coherence Us...Aletras, Nikolaos  and  Stevenson, Mark (2013) "Evaluating Topic Coherence Us...
Aletras, Nikolaos and Stevenson, Mark (2013) "Evaluating Topic Coherence Us...pathsproject
 
User-Centred Design to Support Exploration and Path Creation in Cultural Her...
 User-Centred Design to Support Exploration and Path Creation in Cultural Her... User-Centred Design to Support Exploration and Path Creation in Cultural Her...
User-Centred Design to Support Exploration and Path Creation in Cultural Her...pathsproject
 
Recommendations for the automatic enrichment of digital library content using...
Recommendations for the automatic enrichment of digital library content using...Recommendations for the automatic enrichment of digital library content using...
Recommendations for the automatic enrichment of digital library content using...pathsproject
 
PATHS @ LATECH 2013
PATHS @ LATECH 2013PATHS @ LATECH 2013
PATHS @ LATECH 2013pathsproject
 
PATHS at the eChallenges conference
PATHS at the eChallenges conferencePATHS at the eChallenges conference
PATHS at the eChallenges conferencepathsproject
 
PATHS at the EAA conference 2013
PATHS at the EAA conference 2013PATHS at the EAA conference 2013
PATHS at the EAA conference 2013pathsproject
 
Comparing taxonomies for organising collections of documents presentation
Comparing taxonomies for organising collections of documents presentationComparing taxonomies for organising collections of documents presentation
Comparing taxonomies for organising collections of documents presentationpathsproject
 
SemEval-2012 Task 6: A Pilot on Semantic Textual Similarity
SemEval-2012 Task 6: A Pilot on Semantic Textual SimilaritySemEval-2012 Task 6: A Pilot on Semantic Textual Similarity
SemEval-2012 Task 6: A Pilot on Semantic Textual Similaritypathsproject
 
A pilot on Semantic Textual Similarity
A pilot on Semantic Textual SimilarityA pilot on Semantic Textual Similarity
A pilot on Semantic Textual Similaritypathsproject
 
Comparing taxonomies for organising collections of documents
Comparing taxonomies for organising collections of documentsComparing taxonomies for organising collections of documents
Comparing taxonomies for organising collections of documentspathsproject
 
PATHS Final prototype interface design v1.0
PATHS Final prototype interface design v1.0PATHS Final prototype interface design v1.0
PATHS Final prototype interface design v1.0pathsproject
 
PATHS Second prototype-functional-spec
PATHS Second prototype-functional-specPATHS Second prototype-functional-spec
PATHS Second prototype-functional-specpathsproject
 
PATHS Final state of art monitoring report v0_4
PATHS  Final state of art monitoring report v0_4PATHS  Final state of art monitoring report v0_4
PATHS Final state of art monitoring report v0_4pathsproject
 
PATHS first paths prototype
PATHS first paths prototypePATHS first paths prototype
PATHS first paths prototypepathsproject
 
PATHS Content processing 2nd prototype-revised.v2
PATHS Content processing 2nd prototype-revised.v2PATHS Content processing 2nd prototype-revised.v2
PATHS Content processing 2nd prototype-revised.v2pathsproject
 
PATHS Content processing 1st prototype
PATHS  Content processing 1st prototypePATHS  Content processing 1st prototype
PATHS Content processing 1st prototypepathsproject
 
PATHS system architecture
PATHS system architecturePATHS system architecture
PATHS system architecturepathsproject
 
PATHS Functional specification first prototype
PATHS Functional specification first prototypePATHS Functional specification first prototype
PATHS Functional specification first prototypepathsproject
 
PATHS: User Requirements Analysis v1.0
PATHS: User Requirements Analysis v1.0PATHS: User Requirements Analysis v1.0
PATHS: User Requirements Analysis v1.0pathsproject
 
Evaluating the Use of Clustering for Automatically Organising Digital Library...
Evaluating the Use of Clustering for Automatically Organising Digital Library...Evaluating the Use of Clustering for Automatically Organising Digital Library...
Evaluating the Use of Clustering for Automatically Organising Digital Library...pathsproject
 

Mais de pathsproject (20)

Aletras, Nikolaos and Stevenson, Mark (2013) "Evaluating Topic Coherence Us...
Aletras, Nikolaos  and  Stevenson, Mark (2013) "Evaluating Topic Coherence Us...Aletras, Nikolaos  and  Stevenson, Mark (2013) "Evaluating Topic Coherence Us...
Aletras, Nikolaos and Stevenson, Mark (2013) "Evaluating Topic Coherence Us...
 
User-Centred Design to Support Exploration and Path Creation in Cultural Her...
 User-Centred Design to Support Exploration and Path Creation in Cultural Her... User-Centred Design to Support Exploration and Path Creation in Cultural Her...
User-Centred Design to Support Exploration and Path Creation in Cultural Her...
 
Recommendations for the automatic enrichment of digital library content using...
Recommendations for the automatic enrichment of digital library content using...Recommendations for the automatic enrichment of digital library content using...
Recommendations for the automatic enrichment of digital library content using...
 
PATHS @ LATECH 2013
PATHS @ LATECH 2013PATHS @ LATECH 2013
PATHS @ LATECH 2013
 
PATHS at the eChallenges conference
PATHS at the eChallenges conferencePATHS at the eChallenges conference
PATHS at the eChallenges conference
 
PATHS at the EAA conference 2013
PATHS at the EAA conference 2013PATHS at the EAA conference 2013
PATHS at the EAA conference 2013
 
Comparing taxonomies for organising collections of documents presentation
Comparing taxonomies for organising collections of documents presentationComparing taxonomies for organising collections of documents presentation
Comparing taxonomies for organising collections of documents presentation
 
SemEval-2012 Task 6: A Pilot on Semantic Textual Similarity
SemEval-2012 Task 6: A Pilot on Semantic Textual SimilaritySemEval-2012 Task 6: A Pilot on Semantic Textual Similarity
SemEval-2012 Task 6: A Pilot on Semantic Textual Similarity
 
A pilot on Semantic Textual Similarity
A pilot on Semantic Textual SimilarityA pilot on Semantic Textual Similarity
A pilot on Semantic Textual Similarity
 
Comparing taxonomies for organising collections of documents
Comparing taxonomies for organising collections of documentsComparing taxonomies for organising collections of documents
Comparing taxonomies for organising collections of documents
 
PATHS Final prototype interface design v1.0
PATHS Final prototype interface design v1.0PATHS Final prototype interface design v1.0
PATHS Final prototype interface design v1.0
 
PATHS Second prototype-functional-spec
PATHS Second prototype-functional-specPATHS Second prototype-functional-spec
PATHS Second prototype-functional-spec
 
PATHS Final state of art monitoring report v0_4
PATHS  Final state of art monitoring report v0_4PATHS  Final state of art monitoring report v0_4
PATHS Final state of art monitoring report v0_4
 
PATHS first paths prototype
PATHS first paths prototypePATHS first paths prototype
PATHS first paths prototype
 
PATHS Content processing 2nd prototype-revised.v2
PATHS Content processing 2nd prototype-revised.v2PATHS Content processing 2nd prototype-revised.v2
PATHS Content processing 2nd prototype-revised.v2
 
PATHS Content processing 1st prototype
PATHS  Content processing 1st prototypePATHS  Content processing 1st prototype
PATHS Content processing 1st prototype
 
PATHS system architecture
PATHS system architecturePATHS system architecture
PATHS system architecture
 
PATHS Functional specification first prototype
PATHS Functional specification first prototypePATHS Functional specification first prototype
PATHS Functional specification first prototype
 
PATHS: User Requirements Analysis v1.0
PATHS: User Requirements Analysis v1.0PATHS: User Requirements Analysis v1.0
PATHS: User Requirements Analysis v1.0
 
Evaluating the Use of Clustering for Automatically Organising Digital Library...
Evaluating the Use of Clustering for Automatically Organising Digital Library...Evaluating the Use of Clustering for Automatically Organising Digital Library...
Evaluating the Use of Clustering for Automatically Organising Digital Library...
 

Último

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Último (20)

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

Semantic Enrichment of Cultural Heritage content in PATHS

  • 1. Personalised access to cultural heritage spaces Semantic Enrichment of Cultural Heritage Content in PATHS Authors: Mark Stevenson and Arantxa Otegi with Eneko Agirre, Nikos Aletras, Paul Clough, Samuel Fernando and Aitor Soroa. www.paths-project.eu   PATHS  is  funded  by  the  European  Commission  FP7  programme  under  Digital  Libraries  and  Digital  Preservation  
  • 2. Semantic Enrichment of Cultural Heritage Content in PATHS Mark Stevenson and Arantxa Otegi with Eneko Agirre, Nikos Aletras, Paul Clough, Samuel Fernando and Aitor Soroa. Introduction The aim of the PATHS project is to enable exploration and discovery within cultural heritage collections. In order to support this the project developed a range of enrichment techniques which augmented these collections with additional information to enhance the users’ browsing experience. One of the demonstration systems developed in PATHS makes use of content from Europeana. This document summarises the semantic enrichment techniques developed in PATHS, with particular reference to their application to the Europeana data. Further details are available in project deliverables and associated publications, details of which are provided below. Data The PATHS system makes use of three collections from Europeana: 1) CultureGrid, 2) Cervantes Biblioteca Virtual Miguel De Cervantes and 3) The Biblioteca Nacional de Espana. These collections were chosen since they contain meta-data in the two languages being explored in the PATHS project (English and Spanish) in addition to containing a reasonable number of items. Motivation for Semantic Enrichment Analysis of the three data sets revealed that adding additional information would support exploration and discovery in Europeana and would also be helpful for interpretation of the items within them. In particular, two issues with the meta-data were identified: • Limited information. Many of the items have only limited information associated with them, for example a single word title and no description. • Incomaptible indexing schemes. Items in Europeana are indexed using a range of hierarchical structure (e.g. Library of Congress Subject Headings and the Art and Architecture Thesaurus) which are not compatible. In addition, many items are not indexed at all. Consequently there is no single index that covers all items, even for a single language. PATHS  is  funded  by  the  European  Commission  FP7  programme  under  Digital  Libraries  and  Digital  Preservation  
  • 3. Semantic Enrichment A range of Natural Language Processing techniques were developed for cultural heritage data and applied to the Europeana collections used in PATHS. The aim of these techniques was to provide users of cultural heritage collections with additional information that would help them to navigate and interpret the collections. 1) Identification of Key Entities Descriptions of items often mention key entities, such as people, locations and dates. There were identified automatically in the meta-data of the three collections by applying FreeLing (Padro et al, 2010), an open source library of language processing tools which carries out several stages of linguistic analysis: identification of nouns via part of speech (PoS) tagging. Lemmatization, multiword-unit recognition and recognition of named entities (dates, places, people, organisations etc.) 2) Item Similarity Information about which items are similar within a collection is useful for navigation, grouping together related content and recommendation of interesting content. The PATHS project developed techniques for determining the similarity between items in cultural heritage collections using Latent Dirichlet Allocation (LDA) to discover latent “topics” within the collection. The approach is described by Aletras et al. (2012). The similarity between all items in the three Europeana collection was computed in a pairwise fashion and the 25 items with the highest score are retained for each item. This allows uses to quickly navigate from one item to other related ones in the collection, even if they are from a different content provider. 3) Typed Similarity The approaches to identifying similar items were extended to provide information about the reason pairs of items could be considered similar. This additional knowledge assists users in their understanding about how items in the collection are related together. Various types of similarity were identified: similar author, similar people involved, similar time period, similar location, similar events, similar location and similar description. Similar pairs of items were identified using a range of techniques described in Agirre et. al. (2013). The majority of these were based on comparison of the text in the relevant fields of item’s meta-data, for example the <dc:Creator> field was used to identify similar authors. Other types of similarity, e.g. similar people involved and similar location made use of the named entities that has been identified in an earlier stage of enrichment. 4) Background Links The information associated with each item, which is sometimes very limited, was augmented by providing links to Wikipedia. These were generated using Wikipedia Miner (Milne and Witten, 2008). See Fernando and Stevenson (2012) for further PATHS  is  funded  by  the  European  Commission  FP7  programme  under  Digital  Libraries  and  Digital  Preservation  
  • 4. details about how Wikipedia Miner was adapted for cultural heritage documents. This process generated in-line links in the item’s meta-data. In addition, items were also mapped to Wikipedia when appropriate articles could be found, see Agirre et. al. (2012). 5) Hierarchies The Wikipedia background links added to the item meta-data were used to automatically generate hierarchies that the cover the entire collection. Two approaches are used to generate hierarchies, WikiFreq and WikiTax. WikiFreq uses Wikipedia link frequencies across the Europeana collection to organise the items. The links in the meta-data associated with each item are ordered based on their frequency in the entire collection and that set of links then inserted into the hierarchy. The WikiTax approach uses the Wikipedia Taxonomy (Ponzetto and Strube, 2011), a taxonomy derived from Wikipedia categories. Europeana artefacts are inserted into this taxonomy using the links added by Wikipedia Miner with each artefact being added to the taxonomy for all categories listed in the links. This leads to a taxonomy in which artefacts can occur in multiple locations. The two approaches are combined to create the WikiMerge hierarchy. See Fernando et al. (2012) for further details Application of Semantic Enrichment The semantically enriched data from Europeana was used in the PATHS demonstration system. The similar items and background links (2, 3 and 4) for were displayed to the user when they viewed an individual item. The hierarchy (5) was used to provide high-level navigation of the collection and was displayed in a variety of ways, including using a standard thesaurus-type view, a tag cloud and a map. See Agirre et. al. (2013) for further details about how semantic enrichment is used in the demonstrator. The PATHS demonstrator is available at http://explorer.paths-project.eu/ Semantic Enrichment Using Open Source Software Most of the enrichment techniques applied in the PATHS project were developed inhouse and are relatively complex. An overall set of recommendations for the automatic enrichment of cultural heritage collections using open source software is presented in a project report available from the PATHS project web site: Agirre and Otegi (forthcoming). Representation of Semantic Enrichment using Europeana Data Model The semantically enriched cultural heritage data in PATHS is encoded using the ESEPaths format, which is derived from Europeana Semantic Elements (ESE) and adds the enrichment information described above. ESE is the metadata scheme used PATHS  is  funded  by  the  European  Commission  FP7  programme  under  Digital  Libraries  and  Digital  Preservation  
  • 5. to describe cultural heritage objects in Europeana (see http://europeana.eu/schemas/ese/). However, Europeana is moving from ESE to a new data representation, called Europeana Data Model (EDM) (Doerr et al., 2010). A project report describing how to represent the semantically enriched data can be representing using the EDM schema will be made available on the project website: (Sora et. al, forthcoming). Web service for semantic enrichment All the semantic enrichment has been done offline in PATHS. However, the project provides a web service prototype which allows independent content providers to enrich their cultural heritage items online. Specifically, the service enriches the items with two types of information: links to similar items within the PATHS collection and links to Wikipedia articles which are related to it. The Web service is described by Agirre et. al. (2013). The web service can be accessed via http://ixa2.si.ehu.es/paths_wp2/paths_wp2.pl Project Deliverables Further information about the enrichment is available in the following two project deliverables which are available from the PATHS project web site: http://www.pathsproject.eu/eng/Resources • D2.1 Processing and representation of Content for the first prototype by Eneko Agirre and Oier Lopez de Lacalle with Aitor Soroa, Mark Stevenson, Samuel Fernando, Nikos Aletras, Antonis Kukurikos, Kate Fernie • D2.2 Processing and representation of Content for the second prototype by Eneko Agirre, Arantxa Otegi and Aitor Soroa with, Nikos Aletras, Constantinos Chandrinos, Samuel Fernando, Aitor Gonzalez-Agirre References E. Agirre, A. Barrena, O. Lopez de Lacalla, A. Soroa, M. Stevenson and S. Fernando. 2012. Matching Cultural Heritage items to Wikipedia. In Proceedings of the 8th International Conference on Language Resources and Evaluation, pages 1729--1735, Istanbul, Turkey E. Agirre, N. Aletras, P. Clough, S. Fernando, P. Goodale, M. Hall, A. Soroa and M. Stevenson. 2013. PATHS: A System for Accessing Cultural Heritage Collections. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pages 151--156, Sofia, Bulgaria E. Agirre, N. Aletras, A. Gonzalez-Agirre, G. Rigau and M. Stevenson. 2013. UBCUOS-TYPED: Regression for typed-similarity. In Second Joint Conference on Lexical and Computational Semantics (*SEM), Volume 1: Proceedings of the Main Conference and the Shared Task: Semantic Textual Similarity, pages 132--137, Atlanta, Georgia, USA PATHS  is  funded  by  the  European  Commission  FP7  programme  under  Digital  Libraries  and  Digital  Preservation  
  • 6. E. Agirre, A. Barrena, K. Fernandez, E. Miranda, A. Otegi and A. Soroa. 2013. PATHSenrich: A Web Service Prototype for Automatic Cultural Heritage Item Enrichment. In TPDL 2013, Lecture Notes in Computer Science volume 8092, pages 462--465. E. Agirre and A. Otegi (forthcoming) Recommendations for the automatic enrichment of DL content using open source software. PATHS Project Report N. Aletras, M. Stevenson, and P. Clough. 2012. Computing similarity between items in a digital library of cultural heritage. Journal of Computing and Cultural Heritage, 5(4):no. 16. M. Doerr, S. Gradmann, S. Hennicke, A. Isaac, C. Meghini and H. van de Sompel. 2010. The europeana data model (EDM). In World Library and Information Congress: 76th IFLA general conference and assembly, pages 10--15. S. Fernando and M. Stevenson. 2012. Adapting Wikification to Cultural Heritage. In Proceedings of the 6th Workshop on Language Technology for Cultural Heritage, Social Sciences, and Humanities, pages 101–106, Avignon, France. S. Fernando, M. Hall, E. Agirre, A. Soroa, P. Clough, and M. Stevenson. 2012. Comparing taxonomies for organising collections of documents. In Proc. of COLING 2012, pages 879– 894, Mumbai, India. D. Milne and I. Witten. 2008. Learning to Link with Wikipedia. In Proc. of CIKM 2008, Napa Valley, California. L. Padro, M. Collado, S.Reese, M. Lloberes, and I. Castellon. 2010. FreeLing 2.1: Five Years of Open-Source Language Processing Tools. In Proceedings of 7th Language Resources and Evaluation Conference (LREC). S. Ponzetto and M. Strube. 2011. Taxonomy induction based on a collaboratively built knowledge repository. Artificial Intelligence, 175(9-10):1737– 1756. A. Soroa, E. Agirre and A. Otegi (forthcoming) RoadMap from EEPaths to EDMPaths: a user case. PATHS Project Report. PATHS  is  funded  by  the  European  Commission  FP7  programme  under  Digital  Libraries  and  Digital  Preservation