SlideShare a Scribd company logo
1 of 24
Download to read offline
ARIADNE is funded by the European Commission's Seventh Framework Programme
Innovative methods for data
integration: Linked Data and NLP
Douglas Tudhope
Hypermedia Research Group
University of South Wales (USW)
Linked Data and NLP
Linked Data (LD) + Natural Language Processing (NLP)
Two technologies that open up new possibilities for
semantic integration of archaeological datasets and
fieldwork reports.
Eg
• cross searching
• meta research
• reinterpretation of previous work
This presentation
• Overview
• Illustrative early examples
- a flavour of progress and challenges to date
• NLP of grey literature (English – Dutch)
• Mapping between multilingual vocabularies
What is Linked Data?
“The Web enables us to link related documents. Similarly
it enables us to link related data. The term Linked Data
refers to a set of best practices for publishing and
connecting structured data on the Web.
Key technologies that support Linked Data are URIs (a generic
means to identify entities or concepts in the world), HTTP (a
simple yet universal mechanism for retrieving resources, or
descriptions of resources), and RDF (a generic graph-based
data model with which to structure and link data that describes
things in the world).”
http://linkeddata.org/faq
http://data.archaeologydataservice.ac.uk/page/10.5284/1000389
Linked Data
• Making RDF format data available via the web
• Data expressed in RDF
• Using (HTTP) URIs as identifiers for things
• When someone looks up a URI, provide useful
information (including links to other things)
• Will it work for cultural heritage...? Yes
– http://data.ordnancesurvey.co.uk/
– http://collection.britishmuseum.org/
– http://data.archaeologydataservice.ac.uk/
http://linkeddata.org/faq and
Bizer, C., Heath, T., & Berners-Lee, T. (2009). Linked Data - The Story So Far. International Journal
on Semantic Web and Information Systems, 5(3), 1-22.
Also see http://data.gov.uk/linked-data
Standards are key
• Linked data rests upon layers of technological
standards.
• Within archaeology, vocabulary standards are seen
as a potential solution to the current fieldwork
situation where isolated silos of data impede sharing,
cross search, comparison and reinterpretation.
• Standard representations of thesauri and other
vocabularies
• Standard ways of mapping between vocabularies
and using vocabularies within ontology frameworks
ARIADNE Linked Data aims
Support provision, management and use of LD
in the Integrated Infrastructure
• Operational LD management service (based on a
triple store) working with the ARIADNE Registry
• Supporting tools for the linking of infrastructure, such
as dictionaries, glossaries and thesauri. Tools for
semantic enrichment
• Exemplar applications exploiting the LD
• Advise ARIADNE data providers in creation and
publishing of LD
Semantic enrichment
• Semantic enrichment requires an
infrastructure for linking
- dictionaries, glossaries, thesauri, ontologies.
• Perhaps some linking by hand possible between
closely associated datasets but not scalable
• Critical for enrichment are concepts from major
vocabularies and ontological classes that can act
as hubs in a web of archaeological data
NLP methods
a) Rule-based systems - a pipeline of cascaded
software elements using domain knowledge and
vocabularies together with domain-independent
linguistic syntax
b) Machine learning (supervised) has less domain-
dependency but depends on the existence of a
training set.
ARIADNE currently exploring complementary use of
both methods, either in combination or sequentially
in a pipeline. Looking to make use of relevant CLARIN
and other resources.
NLP ongoing case study
Rule-based pilot system
• Archaeological vocabularies from English Heritage
(EH) and Rijksdienst Cultureel Erfgoed (RCE).
• Building upon previous work producing semantic
enrichment of ADS grey literature via archaeological
thesauri and corresponding CIDOC CRM ontology
• Next slides show examples from pilot English and
Dutch pipelines. Three entity types shown: Green
(Physical Object), Purple (Material) and Red (Time
Appellation).
NLP on English grey literature
NLP on Dutch grey literature
Pilot rule based system
Early stages but promising semantic enrichment
for a range of archaeological concepts
eg
• artefacts (“vessel/vaatwerk”)
• materials ("charchoal/houtskool”)
• monuments ("Castel/Kasteel”)
• contexts ("grave/graf")
• temporal entities
both numerical ("3025 BC /3025 v.Chr")
and time appellations ("Neolithic/Neolithicum”)
NLP challenges
Generalisation of the English rule based techniques to Dutch (in this case)
faces various challenges:
• different set of vocabularies
(archaeology has very specific terminology and important to use it)
• differences in language characteristics
such as compound noun forms
eg
• “beslagplaat” - both “beslag” and “plaat” known vocabulary
• “aardewerkmagering” - aardewerk (pottery) known
but “magering” not known
• Current work investigating gazetteers operating on part matching, in
order to overcome the ‘whole word’ restriction.
• Mapping between vocabularies essential to actually use the results!
You say potato, I say tomato…
• Multiple datasets, multiple organisations,
multiple languages
• Unification of data structures may be
possible, BUT…
– Incompatible terminology hinders cross search
and prevents greater interoperability
– Indexing using text is ambiguous, leading to
incorrect search results
– Applications attempting to reuse data must all
individually tackle the same problems
• E.g. Find all the iron age post holes…
• The problem here is in the use of text to
convey meaning – whereas the underlying
concepts are actually the same
• use of concept-based controlled
vocabularies and mapping between them
Feature Period
Post-hole IRON AGE
Posthole |ron age
POST HOLE Iron age?
POSTHLOLE EARLY IRON AGE
POST HOLE
(POSSIBLE)
250 BC
POSTHOLES C 500-200 B.C.
Mapping links:
many-to-many vs. hub architecture
Number of bidirectional links when linking
between multiple thesauri
Multilingual Mapping Experiment
• Explored the potential of a mediating structure
(a ‘mapping spine’) to support search in the
ARIADNE Registry across metadata expressed
via partner vocabularies in different languages.
• The mapping spine was expressed as a poly-
hierarchical structure using RDF (SKOS).
• Experimental mappings from partner
vocabulary resources (DAI, DANS/RCE, FASTI,
EH, ICCD) to the concept identifiers of the
central spine were expressed in RDF using
standard SKOS mapping relationships.
Example mappings from ICCD (Italian)
vocabulary to mapping spine
• @prefix iccd: < http://www.iccd.beniculturali.it/monuments/> .
• @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
• @prefix aat: <http://vocab.getty.edu/aat/> .
•
• # NOTE: iccd URIs have been invented for this example
• iccd:catacomba skos:prefLabel "catacomba"@it ;
• skos:closeMatch aat:300000367 .
• iccd:cenotafio skos:prefLabel "cenotafio"@it ;
• skos:closeMatch aat:300007027 .
• iccd:cimitero skos:prefLabel "cimitero"@it ;
• skos:closeMatch aat:300266755 .
• iccd:colombario skos:prefLabel "colombario"@it ;
• skos:closeMatch aat:300000370 .
• iccd:dolmen skos:prefLabel "dolmen"@it ;
• skos:closeMatch aat:300005934 .
• iccd:mausoleo skos:prefLabel "mausoleo"@it ;
• skos:closeMatch aat:300005891 .
• iccd:menhir skos:prefLabel "menhir"@it ;
• skos:closeMatch aat:300006985 .
• iccd:necropoli skos:prefLabel "necropoli"@it ;
• skos:closeMatch aat:300000372 .
• iccd:sepolcreto-rupestre skos:prefLabel "sepolcreto rupestre"@it ;
• skos:closeMatch aat:300387008 .
• iccd:tomba skos:prefLabel "tomba"@it ;
• skos:closeMatch aat:300005926 .
Google Translate (https://translate.google.com/) was used to determine English translations of the ICCD terminology, these terms were then also
manually mapped to AAT concepts
Multilingual Mapping Experiment
• Results from an example query using a concept
identifier for “cemetery” from a partner vocabulary
are shown, where the search is programmed to locate
vocabulary concepts from any partner vocabulary
mapped into the mapping spine at that level or
below (expanded to more specific concepts).
• The different partner vocabularies can be seen in the
prefix to each concept (eg iccd is the Italian ICCD
Istituto Centrale per il Catalogo e la Documentazione
archaeological site type vocabulary).
Multilingual Mapping Results
Cross searching and expanding the
mapped vocabularies
• The results show that a query on a concept
from one partner (Fasti) vocabulary has
located (multilingual) concepts originating
from five different controlled vocabularies,
all related via the mapping spine (AAT)
structure.
• The query has also included semantic
expansion to more specific concepts.
Standards again
• The experiment is only possible because of
the standards based approach that has been
followed by ARIADNE and which underpins
Linked Data.
• In the next phase of the Registry
development, it would be a straightforward
query to find all collection items indexed
using any of these multilingual, multi-
vocabulary concepts.
Contact Information
Douglas Tudhope
Hypermedia Research Group
Faculty of Computing, Engineering and Science
University of South Wales
Pontypridd CF37 1DL
Wales, UK
douglas.tudhope@southwales.ac.uk
Related links
http://www.heritagedata.org
http://data.archaeologydataservice.ac.uk
http://hypermedia.research.glam.ac.uk/kos/STELLAR/
http://hypermedia.research.southwales.ac.uk/kos/
Disclaimer
ARIADNE is a project funded by the European Commission under the
Community’s Seventh Framework Programme, contract no. FP7-
INFRASTRUCTURES-2012-1-313193.
The views and opinions expressed in this presentation are the sole
responsibility of the authors and do not necessarily reflect the views
of the European Commission.

More Related Content

What's hot

Comparing and matching archaeological excavation data for integration in onto...
Comparing and matching archaeological excavation data for integration in onto...Comparing and matching archaeological excavation data for integration in onto...
Comparing and matching archaeological excavation data for integration in onto...ariadnenetwork
 
Open Access of Research Data - The Present and Future Situation in Germany
Open Access of Research Data - The Present and Future Situation in GermanyOpen Access of Research Data - The Present and Future Situation in Germany
Open Access of Research Data - The Present and Future Situation in Germanyariadnenetwork
 
Italy: ARIADNE - Success stories from partners and the research community
Italy: ARIADNE - Success stories from partners and the research communityItaly: ARIADNE - Success stories from partners and the research community
Italy: ARIADNE - Success stories from partners and the research communityariadnenetwork
 
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAWArchiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAWariadnenetwork
 
Ariadne Booklet 2016: Building a research infrastructure for Digital Archaeol...
Ariadne Booklet 2016: Building a research infrastructure for Digital Archaeol...Ariadne Booklet 2016: Building a research infrastructure for Digital Archaeol...
Ariadne Booklet 2016: Building a research infrastructure for Digital Archaeol...ariadnenetwork
 
Providing services search and beyond
Providing services  search and beyondProviding services  search and beyond
Providing services search and beyondariadnenetwork
 
The OAIS reference model and archaeological data
The OAIS reference model and archaeological dataThe OAIS reference model and archaeological data
The OAIS reference model and archaeological dataariadnenetwork
 
Good data management and online access
Good data management and online accessGood data management and online access
Good data management and online accessariadnenetwork
 
Fasti Online at the International Association of Classical Archaeology (AIAC)
Fasti Online at the International Association of Classical Archaeology (AIAC)Fasti Online at the International Association of Classical Archaeology (AIAC)
Fasti Online at the International Association of Classical Archaeology (AIAC)ariadnenetwork
 
Integrating archaeological data: The ARIADNE Infrastructure, Achille Felicett...
Integrating archaeological data: The ARIADNE Infrastructure, Achille Felicett...Integrating archaeological data: The ARIADNE Infrastructure, Achille Felicett...
Integrating archaeological data: The ARIADNE Infrastructure, Achille Felicett...ariadnenetwork
 
Achille Felicetti "Introduction to the Ariadne winter school and to the ARIAD...
Achille Felicetti "Introduction to the Ariadne winter school and to the ARIAD...Achille Felicetti "Introduction to the Ariadne winter school and to the ARIAD...
Achille Felicetti "Introduction to the Ariadne winter school and to the ARIAD...ariadnenetwork
 
Pieterjan Deckers - Medea an online platform for recording metal-detected finds
Pieterjan Deckers - Medea an online platform for recording metal-detected findsPieterjan Deckers - Medea an online platform for recording metal-detected finds
Pieterjan Deckers - Medea an online platform for recording metal-detected findsariadnenetwork
 
Archaeology Data Service (ADS)
Archaeology Data Service (ADS)Archaeology Data Service (ADS)
Archaeology Data Service (ADS)ariadnenetwork
 
Maria Theodoridou Semantic Integration Experiments
Maria Theodoridou Semantic Integration ExperimentsMaria Theodoridou Semantic Integration Experiments
Maria Theodoridou Semantic Integration Experimentsariadnenetwork
 
Béatrice Markhoff - Semantic mediation ArSol and CIDOC CRM
Béatrice Markhoff - Semantic mediation ArSol and CIDOC CRMBéatrice Markhoff - Semantic mediation ArSol and CIDOC CRM
Béatrice Markhoff - Semantic mediation ArSol and CIDOC CRMariadnenetwork
 
Achille Felicetti - ARIADNE Semantic Integration of Archaeological Information
Achille Felicetti - ARIADNE Semantic Integration of Archaeological InformationAchille Felicetti - ARIADNE Semantic Integration of Archaeological Information
Achille Felicetti - ARIADNE Semantic Integration of Archaeological Informationariadnenetwork
 

What's hot (20)

Comparing and matching archaeological excavation data for integration in onto...
Comparing and matching archaeological excavation data for integration in onto...Comparing and matching archaeological excavation data for integration in onto...
Comparing and matching archaeological excavation data for integration in onto...
 
Ariadne update
Ariadne updateAriadne update
Ariadne update
 
Ariadne overview
Ariadne overviewAriadne overview
Ariadne overview
 
Open Access of Research Data - The Present and Future Situation in Germany
Open Access of Research Data - The Present and Future Situation in GermanyOpen Access of Research Data - The Present and Future Situation in Germany
Open Access of Research Data - The Present and Future Situation in Germany
 
Italy: ARIADNE - Success stories from partners and the research community
Italy: ARIADNE - Success stories from partners and the research communityItaly: ARIADNE - Success stories from partners and the research community
Italy: ARIADNE - Success stories from partners and the research community
 
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAWArchiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
 
Ariadne introduction
Ariadne introductionAriadne introduction
Ariadne introduction
 
Ariadne overview
Ariadne overviewAriadne overview
Ariadne overview
 
Ariadne Booklet 2016: Building a research infrastructure for Digital Archaeol...
Ariadne Booklet 2016: Building a research infrastructure for Digital Archaeol...Ariadne Booklet 2016: Building a research infrastructure for Digital Archaeol...
Ariadne Booklet 2016: Building a research infrastructure for Digital Archaeol...
 
Providing services search and beyond
Providing services  search and beyondProviding services  search and beyond
Providing services search and beyond
 
The OAIS reference model and archaeological data
The OAIS reference model and archaeological dataThe OAIS reference model and archaeological data
The OAIS reference model and archaeological data
 
Good data management and online access
Good data management and online accessGood data management and online access
Good data management and online access
 
Fasti Online at the International Association of Classical Archaeology (AIAC)
Fasti Online at the International Association of Classical Archaeology (AIAC)Fasti Online at the International Association of Classical Archaeology (AIAC)
Fasti Online at the International Association of Classical Archaeology (AIAC)
 
Integrating archaeological data: The ARIADNE Infrastructure, Achille Felicett...
Integrating archaeological data: The ARIADNE Infrastructure, Achille Felicett...Integrating archaeological data: The ARIADNE Infrastructure, Achille Felicett...
Integrating archaeological data: The ARIADNE Infrastructure, Achille Felicett...
 
Achille Felicetti "Introduction to the Ariadne winter school and to the ARIAD...
Achille Felicetti "Introduction to the Ariadne winter school and to the ARIAD...Achille Felicetti "Introduction to the Ariadne winter school and to the ARIAD...
Achille Felicetti "Introduction to the Ariadne winter school and to the ARIAD...
 
Pieterjan Deckers - Medea an online platform for recording metal-detected finds
Pieterjan Deckers - Medea an online platform for recording metal-detected findsPieterjan Deckers - Medea an online platform for recording metal-detected finds
Pieterjan Deckers - Medea an online platform for recording metal-detected finds
 
Archaeology Data Service (ADS)
Archaeology Data Service (ADS)Archaeology Data Service (ADS)
Archaeology Data Service (ADS)
 
Maria Theodoridou Semantic Integration Experiments
Maria Theodoridou Semantic Integration ExperimentsMaria Theodoridou Semantic Integration Experiments
Maria Theodoridou Semantic Integration Experiments
 
Béatrice Markhoff - Semantic mediation ArSol and CIDOC CRM
Béatrice Markhoff - Semantic mediation ArSol and CIDOC CRMBéatrice Markhoff - Semantic mediation ArSol and CIDOC CRM
Béatrice Markhoff - Semantic mediation ArSol and CIDOC CRM
 
Achille Felicetti - ARIADNE Semantic Integration of Archaeological Information
Achille Felicetti - ARIADNE Semantic Integration of Archaeological InformationAchille Felicetti - ARIADNE Semantic Integration of Archaeological Information
Achille Felicetti - ARIADNE Semantic Integration of Archaeological Information
 

Viewers also liked

Moving ahead: the integration process
Moving ahead: the integration processMoving ahead: the integration process
Moving ahead: the integration processariadnenetwork
 
ARIADNE Registry - towards interoperability
ARIADNE Registry - towards interoperabilityARIADNE Registry - towards interoperability
ARIADNE Registry - towards interoperabilityariadnenetwork
 
Training for innovation:data and multimedia visualization
Training for innovation:data and multimedia visualizationTraining for innovation:data and multimedia visualization
Training for innovation:data and multimedia visualizationariadnenetwork
 
Tailoring the conceptual reference model to archaeological requirements
Tailoring the conceptual reference model to archaeological requirementsTailoring the conceptual reference model to archaeological requirements
Tailoring the conceptual reference model to archaeological requirementsariadnenetwork
 
Ariadne: Data Management Planning
Ariadne: Data Management PlanningAriadne: Data Management Planning
Ariadne: Data Management Planningariadnenetwork
 
Ariadne: Archiving and Repositories
Ariadne: Archiving and RepositoriesAriadne: Archiving and Repositories
Ariadne: Archiving and Repositoriesariadnenetwork
 
Digital preservation and access in a European perspective: Introducing ARIADNE
Digital preservation and access in a European perspective: Introducing ARIADNEDigital preservation and access in a European perspective: Introducing ARIADNE
Digital preservation and access in a European perspective: Introducing ARIADNEariadnenetwork
 
Identity criteria and fundamental concepts in archaeology: the case of the ar...
Identity criteria and fundamental concepts in archaeology: the case of the ar...Identity criteria and fundamental concepts in archaeology: the case of the ar...
Identity criteria and fundamental concepts in archaeology: the case of the ar...ariadnenetwork
 
A First Attempt at Describing, Disseminating and Reusing Methodological Knowl...
A First Attempt at Describing, Disseminating and Reusing Methodological Knowl...A First Attempt at Describing, Disseminating and Reusing Methodological Knowl...
A First Attempt at Describing, Disseminating and Reusing Methodological Knowl...ariadnenetwork
 
Dalla pianificazione alla valorizzazione del patrimonio diffuso: co-design e ...
Dalla pianificazione alla valorizzazione del patrimonio diffuso: co-design e ...Dalla pianificazione alla valorizzazione del patrimonio diffuso: co-design e ...
Dalla pianificazione alla valorizzazione del patrimonio diffuso: co-design e ...ariadnenetwork
 

Viewers also liked (14)

Moving ahead: the integration process
Moving ahead: the integration processMoving ahead: the integration process
Moving ahead: the integration process
 
ARIADNE Registry - towards interoperability
ARIADNE Registry - towards interoperabilityARIADNE Registry - towards interoperability
ARIADNE Registry - towards interoperability
 
Training for innovation:data and multimedia visualization
Training for innovation:data and multimedia visualizationTraining for innovation:data and multimedia visualization
Training for innovation:data and multimedia visualization
 
Tailoring the conceptual reference model to archaeological requirements
Tailoring the conceptual reference model to archaeological requirementsTailoring the conceptual reference model to archaeological requirements
Tailoring the conceptual reference model to archaeological requirements
 
Ariadne: Data Management Planning
Ariadne: Data Management PlanningAriadne: Data Management Planning
Ariadne: Data Management Planning
 
Ariadne: Lifecycles
Ariadne: LifecyclesAriadne: Lifecycles
Ariadne: Lifecycles
 
Ariadne: Data Sharing
Ariadne: Data SharingAriadne: Data Sharing
Ariadne: Data Sharing
 
Ariadne: Archiving and Repositories
Ariadne: Archiving and RepositoriesAriadne: Archiving and Repositories
Ariadne: Archiving and Repositories
 
Ariadne Services
Ariadne ServicesAriadne Services
Ariadne Services
 
The Ariadne Project
The Ariadne ProjectThe Ariadne Project
The Ariadne Project
 
Digital preservation and access in a European perspective: Introducing ARIADNE
Digital preservation and access in a European perspective: Introducing ARIADNEDigital preservation and access in a European perspective: Introducing ARIADNE
Digital preservation and access in a European perspective: Introducing ARIADNE
 
Identity criteria and fundamental concepts in archaeology: the case of the ar...
Identity criteria and fundamental concepts in archaeology: the case of the ar...Identity criteria and fundamental concepts in archaeology: the case of the ar...
Identity criteria and fundamental concepts in archaeology: the case of the ar...
 
A First Attempt at Describing, Disseminating and Reusing Methodological Knowl...
A First Attempt at Describing, Disseminating and Reusing Methodological Knowl...A First Attempt at Describing, Disseminating and Reusing Methodological Knowl...
A First Attempt at Describing, Disseminating and Reusing Methodological Knowl...
 
Dalla pianificazione alla valorizzazione del patrimonio diffuso: co-design e ...
Dalla pianificazione alla valorizzazione del patrimonio diffuso: co-design e ...Dalla pianificazione alla valorizzazione del patrimonio diffuso: co-design e ...
Dalla pianificazione alla valorizzazione del patrimonio diffuso: co-design e ...
 

Similar to Innovative methods for data integration: Linked Data and NLP

LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...locloud
 
Barriers and Opportunities for Linked Open Data Use in Archaeology and Cultur...
Barriers and Opportunities for Linked Open Data Use in Archaeology and Cultur...Barriers and Opportunities for Linked Open Data Use in Archaeology and Cultur...
Barriers and Opportunities for Linked Open Data Use in Archaeology and Cultur...ariadnenetwork
 
RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)Vladimir Alexiev, PhD, PMP
 
SENESCHAL: Semantic ENrichment Enabling Sustainability of arCHAeological Link...
SENESCHAL: Semantic ENrichment Enabling Sustainability of arCHAeological Link...SENESCHAL: Semantic ENrichment Enabling Sustainability of arCHAeological Link...
SENESCHAL: Semantic ENrichment Enabling Sustainability of arCHAeological Link...CIGScotland
 
Object Reuse and Exchange (ORE) : Experience in the Open Language Archives Co...
Object Reuse and Exchange (ORE) : Experience in the Open Language Archives Co...Object Reuse and Exchange (ORE) : Experience in the Open Language Archives Co...
Object Reuse and Exchange (ORE) : Experience in the Open Language Archives Co...Baden Hughes
 
TSS 2017: Terminology and Knowledge Organization Systems
TSS 2017: Terminology and Knowledge Organization SystemsTSS 2017: Terminology and Knowledge Organization Systems
TSS 2017: Terminology and Knowledge Organization SystemsMichael Wetzel
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge GraphsPeter Haase
 
Semantic Web and Cultural Heritage Collections
Semantic Web and Cultural Heritage CollectionsSemantic Web and Cultural Heritage Collections
Semantic Web and Cultural Heritage CollectionsRyanRM
 
SKOS, Past, Present and Future
SKOS, Past, Present and FutureSKOS, Past, Present and Future
SKOS, Past, Present and Futureseanb
 
Linked Open Data Cloud
Linked Open Data CloudLinked Open Data Cloud
Linked Open Data CloudPretaLLOD
 
TDWG VoMaG Vocabulary management workflow, 2013-10-31
TDWG VoMaG Vocabulary management workflow, 2013-10-31TDWG VoMaG Vocabulary management workflow, 2013-10-31
TDWG VoMaG Vocabulary management workflow, 2013-10-31Dag Endresen
 
Linked Open Data Approaches within the ARIADNE Project
Linked Open Data Approaches within the ARIADNE ProjectLinked Open Data Approaches within the ARIADNE Project
Linked Open Data Approaches within the ARIADNE Projectariadnenetwork
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageNoreen Whysel
 
CAA 2014 - To Boldly or Bravely Go? Experiences of using Semantic Technologie...
CAA 2014 - To Boldly or Bravely Go? Experiences of using Semantic Technologie...CAA 2014 - To Boldly or Bravely Go? Experiences of using Semantic Technologie...
CAA 2014 - To Boldly or Bravely Go? Experiences of using Semantic Technologie...Keith.May
 
Linked Data and cultural heritage data: an overview of the approaches from Eu...
Linked Data and cultural heritage data: an overview of the approaches from Eu...Linked Data and cultural heritage data: an overview of the approaches from Eu...
Linked Data and cultural heritage data: an overview of the approaches from Eu...The European Library
 
Linked Data for African Libraries
Linked Data for African LibrariesLinked Data for African Libraries
Linked Data for African LibrariesGetaneh Alemu
 
Are New Digital Literacies Skills Neededrscd2018
Are New Digital Literacies Skills Neededrscd2018Are New Digital Literacies Skills Neededrscd2018
Are New Digital Literacies Skills Neededrscd2018SusanMRob
 
Vocabularies as Linked Data: SENESCHAL & HeritageData.org
Vocabularies as Linked Data: SENESCHAL & HeritageData.orgVocabularies as Linked Data: SENESCHAL & HeritageData.org
Vocabularies as Linked Data: SENESCHAL & HeritageData.orgKeith.May
 
NLP2RDF Wortschatz and Linguistic LOD draft
NLP2RDF Wortschatz and Linguistic LOD draftNLP2RDF Wortschatz and Linguistic LOD draft
NLP2RDF Wortschatz and Linguistic LOD draftSebastian Hellmann
 
From Open Access to Open Standards, (Linked) Data and Collaborations
From Open Access to Open Standards, (Linked) Data and CollaborationsFrom Open Access to Open Standards, (Linked) Data and Collaborations
From Open Access to Open Standards, (Linked) Data and CollaborationsSimeon Warner
 

Similar to Innovative methods for data integration: Linked Data and NLP (20)

LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
 
Barriers and Opportunities for Linked Open Data Use in Archaeology and Cultur...
Barriers and Opportunities for Linked Open Data Use in Archaeology and Cultur...Barriers and Opportunities for Linked Open Data Use in Archaeology and Cultur...
Barriers and Opportunities for Linked Open Data Use in Archaeology and Cultur...
 
RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)
 
SENESCHAL: Semantic ENrichment Enabling Sustainability of arCHAeological Link...
SENESCHAL: Semantic ENrichment Enabling Sustainability of arCHAeological Link...SENESCHAL: Semantic ENrichment Enabling Sustainability of arCHAeological Link...
SENESCHAL: Semantic ENrichment Enabling Sustainability of arCHAeological Link...
 
Object Reuse and Exchange (ORE) : Experience in the Open Language Archives Co...
Object Reuse and Exchange (ORE) : Experience in the Open Language Archives Co...Object Reuse and Exchange (ORE) : Experience in the Open Language Archives Co...
Object Reuse and Exchange (ORE) : Experience in the Open Language Archives Co...
 
TSS 2017: Terminology and Knowledge Organization Systems
TSS 2017: Terminology and Knowledge Organization SystemsTSS 2017: Terminology and Knowledge Organization Systems
TSS 2017: Terminology and Knowledge Organization Systems
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge Graphs
 
Semantic Web and Cultural Heritage Collections
Semantic Web and Cultural Heritage CollectionsSemantic Web and Cultural Heritage Collections
Semantic Web and Cultural Heritage Collections
 
SKOS, Past, Present and Future
SKOS, Past, Present and FutureSKOS, Past, Present and Future
SKOS, Past, Present and Future
 
Linked Open Data Cloud
Linked Open Data CloudLinked Open Data Cloud
Linked Open Data Cloud
 
TDWG VoMaG Vocabulary management workflow, 2013-10-31
TDWG VoMaG Vocabulary management workflow, 2013-10-31TDWG VoMaG Vocabulary management workflow, 2013-10-31
TDWG VoMaG Vocabulary management workflow, 2013-10-31
 
Linked Open Data Approaches within the ARIADNE Project
Linked Open Data Approaches within the ARIADNE ProjectLinked Open Data Approaches within the ARIADNE Project
Linked Open Data Approaches within the ARIADNE Project
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural Heritage
 
CAA 2014 - To Boldly or Bravely Go? Experiences of using Semantic Technologie...
CAA 2014 - To Boldly or Bravely Go? Experiences of using Semantic Technologie...CAA 2014 - To Boldly or Bravely Go? Experiences of using Semantic Technologie...
CAA 2014 - To Boldly or Bravely Go? Experiences of using Semantic Technologie...
 
Linked Data and cultural heritage data: an overview of the approaches from Eu...
Linked Data and cultural heritage data: an overview of the approaches from Eu...Linked Data and cultural heritage data: an overview of the approaches from Eu...
Linked Data and cultural heritage data: an overview of the approaches from Eu...
 
Linked Data for African Libraries
Linked Data for African LibrariesLinked Data for African Libraries
Linked Data for African Libraries
 
Are New Digital Literacies Skills Neededrscd2018
Are New Digital Literacies Skills Neededrscd2018Are New Digital Literacies Skills Neededrscd2018
Are New Digital Literacies Skills Neededrscd2018
 
Vocabularies as Linked Data: SENESCHAL & HeritageData.org
Vocabularies as Linked Data: SENESCHAL & HeritageData.orgVocabularies as Linked Data: SENESCHAL & HeritageData.org
Vocabularies as Linked Data: SENESCHAL & HeritageData.org
 
NLP2RDF Wortschatz and Linguistic LOD draft
NLP2RDF Wortschatz and Linguistic LOD draftNLP2RDF Wortschatz and Linguistic LOD draft
NLP2RDF Wortschatz and Linguistic LOD draft
 
From Open Access to Open Standards, (Linked) Data and Collaborations
From Open Access to Open Standards, (Linked) Data and CollaborationsFrom Open Access to Open Standards, (Linked) Data and Collaborations
From Open Access to Open Standards, (Linked) Data and Collaborations
 

More from ariadnenetwork

ARIADNE plus - vms workshop.pdf
ARIADNE plus - vms workshop.pdfARIADNE plus - vms workshop.pdf
ARIADNE plus - vms workshop.pdfariadnenetwork
 
DANS Data Trail Data Management Tools for Archaeologists
DANS Data Trail Data Management Tools for ArchaeologistsDANS Data Trail Data Management Tools for Archaeologists
DANS Data Trail Data Management Tools for Archaeologistsariadnenetwork
 
Eaa2021 476 natália botica - from 2_archis to datarepositorium2
Eaa2021 476 natália botica - from 2_archis to datarepositorium2Eaa2021 476 natália botica - from 2_archis to datarepositorium2
Eaa2021 476 natália botica - from 2_archis to datarepositorium2ariadnenetwork
 
Eaa2021 476 kecheva_nekhrizov_bulgaria
Eaa2021 476 kecheva_nekhrizov_bulgariaEaa2021 476 kecheva_nekhrizov_bulgaria
Eaa2021 476 kecheva_nekhrizov_bulgariaariadnenetwork
 
Eaa2021 476 norwegian_unimus
Eaa2021 476 norwegian_unimusEaa2021 476 norwegian_unimus
Eaa2021 476 norwegian_unimusariadnenetwork
 
Eaa2021 session 476 abstracts
Eaa2021 session 476 abstractsEaa2021 session 476 abstracts
Eaa2021 session 476 abstractsariadnenetwork
 
Eaa2021 476 ways and capacity in archaeological data management in serbia
Eaa2021 476 ways and capacity in archaeological data management in serbiaEaa2021 476 ways and capacity in archaeological data management in serbia
Eaa2021 476 ways and capacity in archaeological data management in serbiaariadnenetwork
 
Eaa2021 476 izeta cattaneo idacordig and suquia
 Eaa2021 476 izeta cattaneo idacordig and suquia Eaa2021 476 izeta cattaneo idacordig and suquia
Eaa2021 476 izeta cattaneo idacordig and suquiaariadnenetwork
 
Eaa2021 476 preserving historic building documentation pakistan
Eaa2021 476 preserving historic building documentation  pakistanEaa2021 476 preserving historic building documentation  pakistan
Eaa2021 476 preserving historic building documentation pakistanariadnenetwork
 
Eaa2021 s476 ariadne-seadda
Eaa2021 s476 ariadne-seaddaEaa2021 s476 ariadne-seadda
Eaa2021 s476 ariadne-seaddaariadnenetwork
 
Preferred Formats = Pre-FAIRed Formats
Preferred Formats = Pre-FAIRed FormatsPreferred Formats = Pre-FAIRed Formats
Preferred Formats = Pre-FAIRed Formatsariadnenetwork
 
Heeren pan-seadda-leiden-17mrt2020
Heeren pan-seadda-leiden-17mrt2020Heeren pan-seadda-leiden-17mrt2020
Heeren pan-seadda-leiden-17mrt2020ariadnenetwork
 
D6.1 initial report-innovation-strategy-and-targeted-activities
D6.1 initial report-innovation-strategy-and-targeted-activitiesD6.1 initial report-innovation-strategy-and-targeted-activities
D6.1 initial report-innovation-strategy-and-targeted-activitiesariadnenetwork
 
ARIADNEplus Community Needs Survey - Key Results
ARIADNEplus Community Needs Survey - Key ResultsARIADNEplus Community Needs Survey - Key Results
ARIADNEplus Community Needs Survey - Key Resultsariadnenetwork
 
ARIADNEplus survey-2019-report
ARIADNEplus survey-2019-reportARIADNEplus survey-2019-report
ARIADNEplus survey-2019-reportariadnenetwork
 
04 ariadn eplus_caa2019_cnrs_open_archaeo_20190424
04 ariadn eplus_caa2019_cnrs_open_archaeo_2019042404 ariadn eplus_caa2019_cnrs_open_archaeo_20190424
04 ariadn eplus_caa2019_cnrs_open_archaeo_20190424ariadnenetwork
 
03 ariadn eplus_caa_2019_inrap
03 ariadn eplus_caa_2019_inrap03 ariadn eplus_caa_2019_inrap
03 ariadn eplus_caa_2019_inrapariadnenetwork
 
01 caa2019 ariadn_eplus_snd_uj_krakow 20190425
01 caa2019 ariadn_eplus_snd_uj_krakow 2019042501 caa2019 ariadn_eplus_snd_uj_krakow 20190425
01 caa2019 ariadn_eplus_snd_uj_krakow 20190425ariadnenetwork
 

More from ariadnenetwork (20)

ARIADNE plus - vms workshop.pdf
ARIADNE plus - vms workshop.pdfARIADNE plus - vms workshop.pdf
ARIADNE plus - vms workshop.pdf
 
DANS Data Trail Data Management Tools for Archaeologists
DANS Data Trail Data Management Tools for ArchaeologistsDANS Data Trail Data Management Tools for Archaeologists
DANS Data Trail Data Management Tools for Archaeologists
 
Eaa2021 476 natália botica - from 2_archis to datarepositorium2
Eaa2021 476 natália botica - from 2_archis to datarepositorium2Eaa2021 476 natália botica - from 2_archis to datarepositorium2
Eaa2021 476 natália botica - from 2_archis to datarepositorium2
 
Eaa2021 476 kecheva_nekhrizov_bulgaria
Eaa2021 476 kecheva_nekhrizov_bulgariaEaa2021 476 kecheva_nekhrizov_bulgaria
Eaa2021 476 kecheva_nekhrizov_bulgaria
 
Eaa2021 476 norwegian_unimus
Eaa2021 476 norwegian_unimusEaa2021 476 norwegian_unimus
Eaa2021 476 norwegian_unimus
 
Eaa2021 session 476 abstracts
Eaa2021 session 476 abstractsEaa2021 session 476 abstracts
Eaa2021 session 476 abstracts
 
Eaa2021 476 ways and capacity in archaeological data management in serbia
Eaa2021 476 ways and capacity in archaeological data management in serbiaEaa2021 476 ways and capacity in archaeological data management in serbia
Eaa2021 476 ways and capacity in archaeological data management in serbia
 
Eaa2021 476 izeta cattaneo idacordig and suquia
 Eaa2021 476 izeta cattaneo idacordig and suquia Eaa2021 476 izeta cattaneo idacordig and suquia
Eaa2021 476 izeta cattaneo idacordig and suquia
 
Eaa2021 476 preserving historic building documentation pakistan
Eaa2021 476 preserving historic building documentation  pakistanEaa2021 476 preserving historic building documentation  pakistan
Eaa2021 476 preserving historic building documentation pakistan
 
Eaa2021 s476 ariadne-seadda
Eaa2021 s476 ariadne-seaddaEaa2021 s476 ariadne-seadda
Eaa2021 s476 ariadne-seadda
 
Preferred Formats = Pre-FAIRed Formats
Preferred Formats = Pre-FAIRed FormatsPreferred Formats = Pre-FAIRed Formats
Preferred Formats = Pre-FAIRed Formats
 
Heeren pan-seadda-leiden-17mrt2020
Heeren pan-seadda-leiden-17mrt2020Heeren pan-seadda-leiden-17mrt2020
Heeren pan-seadda-leiden-17mrt2020
 
D6.1 initial report-innovation-strategy-and-targeted-activities
D6.1 initial report-innovation-strategy-and-targeted-activitiesD6.1 initial report-innovation-strategy-and-targeted-activities
D6.1 initial report-innovation-strategy-and-targeted-activities
 
ARIADNEplus Community Needs Survey - Key Results
ARIADNEplus Community Needs Survey - Key ResultsARIADNEplus Community Needs Survey - Key Results
ARIADNEplus Community Needs Survey - Key Results
 
ARIADNEplus survey-2019-report
ARIADNEplus survey-2019-reportARIADNEplus survey-2019-report
ARIADNEplus survey-2019-report
 
05 caa hasil_novak
05 caa hasil_novak05 caa hasil_novak
05 caa hasil_novak
 
04 ariadn eplus_caa2019_cnrs_open_archaeo_20190424
04 ariadn eplus_caa2019_cnrs_open_archaeo_2019042404 ariadn eplus_caa2019_cnrs_open_archaeo_20190424
04 ariadn eplus_caa2019_cnrs_open_archaeo_20190424
 
03 ariadn eplus_caa_2019_inrap
03 ariadn eplus_caa_2019_inrap03 ariadn eplus_caa_2019_inrap
03 ariadn eplus_caa_2019_inrap
 
02 2019 caa_krakowvg
02 2019 caa_krakowvg02 2019 caa_krakowvg
02 2019 caa_krakowvg
 
01 caa2019 ariadn_eplus_snd_uj_krakow 20190425
01 caa2019 ariadn_eplus_snd_uj_krakow 2019042501 caa2019 ariadn_eplus_snd_uj_krakow 20190425
01 caa2019 ariadn_eplus_snd_uj_krakow 20190425
 

Recently uploaded

Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATIONLakpaYanziSherpa
 
Bios of leading Astrologers & Researchers
Bios of leading Astrologers & ResearchersBios of leading Astrologers & Researchers
Bios of leading Astrologers & Researchersdarmandersingh4580
 
sourabh vyas1222222222222222222244444444
sourabh vyas1222222222222222222244444444sourabh vyas1222222222222222222244444444
sourabh vyas1222222222222222222244444444saurabvyas476
 
DS Lecture-1 about discrete structure .ppt
DS Lecture-1 about discrete structure .pptDS Lecture-1 about discrete structure .ppt
DS Lecture-1 about discrete structure .pptTanveerAhmed817946
 
如何办理澳洲拉筹伯大学毕业证(LaTrobe毕业证书)成绩单原件一模一样
如何办理澳洲拉筹伯大学毕业证(LaTrobe毕业证书)成绩单原件一模一样如何办理澳洲拉筹伯大学毕业证(LaTrobe毕业证书)成绩单原件一模一样
如何办理澳洲拉筹伯大学毕业证(LaTrobe毕业证书)成绩单原件一模一样wsppdmt
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRajesh Mondal
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证zifhagzkk
 
Introduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptxIntroduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptxAniqa Zai
 
Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024patrickdtherriault
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Klinik kandungan
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格q6pzkpark
 
社内勉強会資料_Object Recognition as Next Token Prediction
社内勉強会資料_Object Recognition as Next Token Prediction社内勉強会資料_Object Recognition as Next Token Prediction
社内勉強会資料_Object Recognition as Next Token PredictionNABLAS株式会社
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证acoha1
 
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarjSCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarjadimosmejiaslendon
 
Abortion Clinic in Kempton Park +27791653574 WhatsApp Abortion Clinic Service...
Abortion Clinic in Kempton Park +27791653574 WhatsApp Abortion Clinic Service...Abortion Clinic in Kempton Park +27791653574 WhatsApp Abortion Clinic Service...
Abortion Clinic in Kempton Park +27791653574 WhatsApp Abortion Clinic Service...mikehavy0
 

Recently uploaded (20)

Abortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
Abortion pills in Doha {{ QATAR }} +966572737505) Get CytotecAbortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
Abortion pills in Doha {{ QATAR }} +966572737505) Get Cytotec
 
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
 
Bios of leading Astrologers & Researchers
Bios of leading Astrologers & ResearchersBios of leading Astrologers & Researchers
Bios of leading Astrologers & Researchers
 
sourabh vyas1222222222222222222244444444
sourabh vyas1222222222222222222244444444sourabh vyas1222222222222222222244444444
sourabh vyas1222222222222222222244444444
 
DS Lecture-1 about discrete structure .ppt
DS Lecture-1 about discrete structure .pptDS Lecture-1 about discrete structure .ppt
DS Lecture-1 about discrete structure .ppt
 
如何办理澳洲拉筹伯大学毕业证(LaTrobe毕业证书)成绩单原件一模一样
如何办理澳洲拉筹伯大学毕业证(LaTrobe毕业证书)成绩单原件一模一样如何办理澳洲拉筹伯大学毕业证(LaTrobe毕业证书)成绩单原件一模一样
如何办理澳洲拉筹伯大学毕业证(LaTrobe毕业证书)成绩单原件一模一样
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
 
Introduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptxIntroduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptx
 
Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
 
社内勉強会資料_Object Recognition as Next Token Prediction
社内勉強会資料_Object Recognition as Next Token Prediction社内勉強会資料_Object Recognition as Next Token Prediction
社内勉強会資料_Object Recognition as Next Token Prediction
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
 
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarjSCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
 
Abortion pills in Jeddah |+966572737505 | get cytotec
Abortion pills in Jeddah |+966572737505 | get cytotecAbortion pills in Jeddah |+966572737505 | get cytotec
Abortion pills in Jeddah |+966572737505 | get cytotec
 
Abortion Clinic in Kempton Park +27791653574 WhatsApp Abortion Clinic Service...
Abortion Clinic in Kempton Park +27791653574 WhatsApp Abortion Clinic Service...Abortion Clinic in Kempton Park +27791653574 WhatsApp Abortion Clinic Service...
Abortion Clinic in Kempton Park +27791653574 WhatsApp Abortion Clinic Service...
 
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotecAbortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
Abortion pills in Riyadh Saudi Arabia (+966572737505 buy cytotec
 

Innovative methods for data integration: Linked Data and NLP

  • 1. ARIADNE is funded by the European Commission's Seventh Framework Programme Innovative methods for data integration: Linked Data and NLP Douglas Tudhope Hypermedia Research Group University of South Wales (USW)
  • 2. Linked Data and NLP Linked Data (LD) + Natural Language Processing (NLP) Two technologies that open up new possibilities for semantic integration of archaeological datasets and fieldwork reports. Eg • cross searching • meta research • reinterpretation of previous work
  • 3. This presentation • Overview • Illustrative early examples - a flavour of progress and challenges to date • NLP of grey literature (English – Dutch) • Mapping between multilingual vocabularies
  • 4. What is Linked Data? “The Web enables us to link related documents. Similarly it enables us to link related data. The term Linked Data refers to a set of best practices for publishing and connecting structured data on the Web. Key technologies that support Linked Data are URIs (a generic means to identify entities or concepts in the world), HTTP (a simple yet universal mechanism for retrieving resources, or descriptions of resources), and RDF (a generic graph-based data model with which to structure and link data that describes things in the world).” http://linkeddata.org/faq http://data.archaeologydataservice.ac.uk/page/10.5284/1000389
  • 5. Linked Data • Making RDF format data available via the web • Data expressed in RDF • Using (HTTP) URIs as identifiers for things • When someone looks up a URI, provide useful information (including links to other things) • Will it work for cultural heritage...? Yes – http://data.ordnancesurvey.co.uk/ – http://collection.britishmuseum.org/ – http://data.archaeologydataservice.ac.uk/ http://linkeddata.org/faq and Bizer, C., Heath, T., & Berners-Lee, T. (2009). Linked Data - The Story So Far. International Journal on Semantic Web and Information Systems, 5(3), 1-22. Also see http://data.gov.uk/linked-data
  • 6. Standards are key • Linked data rests upon layers of technological standards. • Within archaeology, vocabulary standards are seen as a potential solution to the current fieldwork situation where isolated silos of data impede sharing, cross search, comparison and reinterpretation. • Standard representations of thesauri and other vocabularies • Standard ways of mapping between vocabularies and using vocabularies within ontology frameworks
  • 7. ARIADNE Linked Data aims Support provision, management and use of LD in the Integrated Infrastructure • Operational LD management service (based on a triple store) working with the ARIADNE Registry • Supporting tools for the linking of infrastructure, such as dictionaries, glossaries and thesauri. Tools for semantic enrichment • Exemplar applications exploiting the LD • Advise ARIADNE data providers in creation and publishing of LD
  • 8. Semantic enrichment • Semantic enrichment requires an infrastructure for linking - dictionaries, glossaries, thesauri, ontologies. • Perhaps some linking by hand possible between closely associated datasets but not scalable • Critical for enrichment are concepts from major vocabularies and ontological classes that can act as hubs in a web of archaeological data
  • 9. NLP methods a) Rule-based systems - a pipeline of cascaded software elements using domain knowledge and vocabularies together with domain-independent linguistic syntax b) Machine learning (supervised) has less domain- dependency but depends on the existence of a training set. ARIADNE currently exploring complementary use of both methods, either in combination or sequentially in a pipeline. Looking to make use of relevant CLARIN and other resources.
  • 10. NLP ongoing case study Rule-based pilot system • Archaeological vocabularies from English Heritage (EH) and Rijksdienst Cultureel Erfgoed (RCE). • Building upon previous work producing semantic enrichment of ADS grey literature via archaeological thesauri and corresponding CIDOC CRM ontology • Next slides show examples from pilot English and Dutch pipelines. Three entity types shown: Green (Physical Object), Purple (Material) and Red (Time Appellation).
  • 11. NLP on English grey literature
  • 12. NLP on Dutch grey literature
  • 13. Pilot rule based system Early stages but promising semantic enrichment for a range of archaeological concepts eg • artefacts (“vessel/vaatwerk”) • materials ("charchoal/houtskool”) • monuments ("Castel/Kasteel”) • contexts ("grave/graf") • temporal entities both numerical ("3025 BC /3025 v.Chr") and time appellations ("Neolithic/Neolithicum”)
  • 14. NLP challenges Generalisation of the English rule based techniques to Dutch (in this case) faces various challenges: • different set of vocabularies (archaeology has very specific terminology and important to use it) • differences in language characteristics such as compound noun forms eg • “beslagplaat” - both “beslag” and “plaat” known vocabulary • “aardewerkmagering” - aardewerk (pottery) known but “magering” not known • Current work investigating gazetteers operating on part matching, in order to overcome the ‘whole word’ restriction. • Mapping between vocabularies essential to actually use the results!
  • 15. You say potato, I say tomato… • Multiple datasets, multiple organisations, multiple languages • Unification of data structures may be possible, BUT… – Incompatible terminology hinders cross search and prevents greater interoperability – Indexing using text is ambiguous, leading to incorrect search results – Applications attempting to reuse data must all individually tackle the same problems • E.g. Find all the iron age post holes… • The problem here is in the use of text to convey meaning – whereas the underlying concepts are actually the same • use of concept-based controlled vocabularies and mapping between them Feature Period Post-hole IRON AGE Posthole |ron age POST HOLE Iron age? POSTHLOLE EARLY IRON AGE POST HOLE (POSSIBLE) 250 BC POSTHOLES C 500-200 B.C.
  • 16. Mapping links: many-to-many vs. hub architecture Number of bidirectional links when linking between multiple thesauri
  • 17. Multilingual Mapping Experiment • Explored the potential of a mediating structure (a ‘mapping spine’) to support search in the ARIADNE Registry across metadata expressed via partner vocabularies in different languages. • The mapping spine was expressed as a poly- hierarchical structure using RDF (SKOS). • Experimental mappings from partner vocabulary resources (DAI, DANS/RCE, FASTI, EH, ICCD) to the concept identifiers of the central spine were expressed in RDF using standard SKOS mapping relationships.
  • 18. Example mappings from ICCD (Italian) vocabulary to mapping spine • @prefix iccd: < http://www.iccd.beniculturali.it/monuments/> . • @prefix skos: <http://www.w3.org/2004/02/skos/core#> . • @prefix aat: <http://vocab.getty.edu/aat/> . • • # NOTE: iccd URIs have been invented for this example • iccd:catacomba skos:prefLabel "catacomba"@it ; • skos:closeMatch aat:300000367 . • iccd:cenotafio skos:prefLabel "cenotafio"@it ; • skos:closeMatch aat:300007027 . • iccd:cimitero skos:prefLabel "cimitero"@it ; • skos:closeMatch aat:300266755 . • iccd:colombario skos:prefLabel "colombario"@it ; • skos:closeMatch aat:300000370 . • iccd:dolmen skos:prefLabel "dolmen"@it ; • skos:closeMatch aat:300005934 . • iccd:mausoleo skos:prefLabel "mausoleo"@it ; • skos:closeMatch aat:300005891 . • iccd:menhir skos:prefLabel "menhir"@it ; • skos:closeMatch aat:300006985 . • iccd:necropoli skos:prefLabel "necropoli"@it ; • skos:closeMatch aat:300000372 . • iccd:sepolcreto-rupestre skos:prefLabel "sepolcreto rupestre"@it ; • skos:closeMatch aat:300387008 . • iccd:tomba skos:prefLabel "tomba"@it ; • skos:closeMatch aat:300005926 . Google Translate (https://translate.google.com/) was used to determine English translations of the ICCD terminology, these terms were then also manually mapped to AAT concepts
  • 19. Multilingual Mapping Experiment • Results from an example query using a concept identifier for “cemetery” from a partner vocabulary are shown, where the search is programmed to locate vocabulary concepts from any partner vocabulary mapped into the mapping spine at that level or below (expanded to more specific concepts). • The different partner vocabularies can be seen in the prefix to each concept (eg iccd is the Italian ICCD Istituto Centrale per il Catalogo e la Documentazione archaeological site type vocabulary).
  • 21. Cross searching and expanding the mapped vocabularies • The results show that a query on a concept from one partner (Fasti) vocabulary has located (multilingual) concepts originating from five different controlled vocabularies, all related via the mapping spine (AAT) structure. • The query has also included semantic expansion to more specific concepts.
  • 22. Standards again • The experiment is only possible because of the standards based approach that has been followed by ARIADNE and which underpins Linked Data. • In the next phase of the Registry development, it would be a straightforward query to find all collection items indexed using any of these multilingual, multi- vocabulary concepts.
  • 23. Contact Information Douglas Tudhope Hypermedia Research Group Faculty of Computing, Engineering and Science University of South Wales Pontypridd CF37 1DL Wales, UK douglas.tudhope@southwales.ac.uk Related links http://www.heritagedata.org http://data.archaeologydataservice.ac.uk http://hypermedia.research.glam.ac.uk/kos/STELLAR/ http://hypermedia.research.southwales.ac.uk/kos/
  • 24. Disclaimer ARIADNE is a project funded by the European Commission under the Community’s Seventh Framework Programme, contract no. FP7- INFRASTRUCTURES-2012-1-313193. The views and opinions expressed in this presentation are the sole responsibility of the authors and do not necessarily reflect the views of the European Commission.