SlideShare a Scribd company logo
1 of 43
Download to read offline
A distributed network of digital
heritage information
CLARIAH Toogdag
Enno Meijers / 9 March 2018 / Den Haag
Contents
1. Network as default...
2. The current digital heritage infrastructure
3. Strategies for improvement
4. Building a distributed network for digital heritage information
Information strategy KB
● “The power of the network”
● digital first, distributed, decentralized, loosely coupled
● people, processes, systems, information
● standardization, flexibility, linkability, virtualization
● cross boundaries
● synchronize developments
The Digital Heritage Network
is developing a three-layered
approach for improving the
sustainability, the usability
and the visibility of digital
heritage information.
sustainable
usable
visible
2. The current digital heritage infrastructure
General setup of digital heritage portals
Heritage information consisting of GLAM datasets and science collections
Evaluating current approach (1)
Positive results so far:
• many sources available through OAI-PMH protocol
• powerful and smart protocol for metadata synchronization
• opened up data silos
• created the need for aligning data models
• made cross-collection and cross-domain discovery possible (e.g. Europeana)
Networks of aggregators...
Evaluating current approach (2)
But there are two main problems areas:
• poor semantic alignment
• inefficient data integration
See also:
Miel Vander Sande et al. , Towards sustainable publishing and querying of distributed Linked Data archives - Journal of Documentation (2017)
Herbert Van de Sompel - Reminiscing About 15 Years of Interoperability Efforts - D-lib Magazine - December (2015)
3. Strategies for improvement
• build service portals as views based on a common data layer
• minimize the intermediate layers
• support decentralized discovery
• refer to the source instead of copying
• maximize the usability of data at the source
• develop a sustainable, ‘web-centric’ solution
• use HTTP, RDF and RESTful APIs as building blocks
=> implement the Linked Data (FAIR?) principles
Inspired by the work of Ruben Verborgh, Herbert Van de Sompel and colleagues:
See for example: Miel Vander Sande et al. , Towards sustainable publishing and querying of distributed
Linked Data archives - Journal of Documentation (2017)
Design principles for a discovery infrastructure
At the data source level:
• use sustainable URIs to identify the resources
• use formal definitions for persons, places, concepts, events
• use domain data models to describe the data
• add support for cross-domain discovery (Europeana Data Model, Schema.org,...)
• publish the collection information as Linked Data
=> Work with the IT suppliers as strategic partners for the implementation!
Implementing Linked Data principles (1)
At the network level:
• create a ‘network of terms’ for shared terminology
• provide tools for alignment and linking
• create alignments and links between different terminology sources
• provide easy access to shared terminology for collection management systems
(API)
• develop a shared reference architecture model (DERA)
=> Provide open and cross-domain solutions at the network level!
Implementing Linked Data principles (2)
Building on previous work
Ok, but how will the linked heritage data be found?
The Semantic Web is still a dream… #1
⇒ So discovery of Linked Data requires
registering datasets?!
NL-DBpedia
On 12 september 2016 a Memorandum of Understanding was signed by: Huygens ING, iMec/Univ.Gent,
Free University Amsterdam, Sound and Vision Institute, National Library and the DBpedia
Association
● support the goals of the DBpedia Association
● further strengthen the Dutch DBpedia chapter and its community of contributors and users;
● improve the cooperation between the Dutch DBpedia and the Dutch research infrastructure for Digital
Humanities and Linguistics (CLARIAH)
● improve the cooperation between the Dutch DBpedia and the Dutch digital heritage netwerk (NDE)
The Semantic Web is still a dream… #2
A tiny example...suppose a resource is defined as:
museum_X:object1
a nde:painting ;
dct:subject aat:windmill .
“Windmill”
A tiny example...suppose a resource is defined as:
museum_X:object1
a nde:painting ;
dct:subject aat:windmill .
For ‘browsable Linked Data’ you should(!) add the inverse relation [1],[2]:
aat:windmill
a skos:Concept ;
skos:prefLabel “Windmill“@en ;
dct:isSubjectOf museum_X:object1 .
[1]: Tim Berner’s Lee on ‘browsable linked data’ (2006) [2]: Tom Heath and Christian Bizer on ‘Incoming Links’ (2011)
“Windmill”
“Windmill”
A tiny example...suppose a resource is defined as:
museum_X:object1
a nde:painting ;
dct:subject aat:windmill .
For ‘browsable Linked Data’ you should(!) add the inverse relation [1],[2]:
aat:windmill
a skos:Concept ;
skos:prefLabel “Windmill“@en ;
dct:isSubjectOf museum_X:object1 .
=> a Linked Data integration problem, the lack of “backlinks”
[1]: Tim Berner’s Lee on ‘browsable linked data’ (2006) [2]: Tom Heath and Christian Bizer on ‘Incoming Links’ (2011)
“Windmill”
“Windmill”
Possible approaches for browsable linked data...
Actions:
• implement schema.org
• let search engines ‘infer’ the relations
• query the search engines
Outcome:
• is the data interesting enough for Google?
• what about special thematic or regional views?
• can we reuse the results of the integration? (NO!)
1. Semantic integration only
Actions:
• aggregate all the related Linked Data sources
• build large triplestore and infer the relations
• query the aggregated data
Outcome:
• approach still based on copying
• same problems as traditional aggregation!
2. Physical integration of linked data
Actions:
• publish Linked Data through triplestore with
SPARQL endpoint
• build a central query engine to integrate the
results
Outcome:
• implementing a triplestore is hard for small data
providers
• federated querying over multiple triplestores
performs poorly
3. Virtual integration - standard approach
Actions:
• publish Linked Data using Linked Data Fragments
(LDF) technology
• build a central LDF based query engine to integrate
the results
Outcome:
• easy implementation for small data providers
• federated querying is supported
• more difficult to process the result
• possible support for time-based versions (Memento)
See also: Miel Vander Sande et al. , (2017) Towards sustainable publishing and querying of distributed Linked Data archives -
Journal of Documentation
4. Virtual integration - using LDF
Problem:
• query many data sources at the same time
is not realistic…
Solution:
• build a Knowledge Base with backlinks to
support the discovery process
• select relevant sources for querying based
on the Knowledge Base
See also: Miel Vander Sande et al. (2016) Hypermedia-Based Discovery for Source Selection Using Low-Cost Linked Data Interfaces
(IJSWIS) 12(3) 79–110
*More advanced:
data source profiling or dataset summaries
But federation needs selection of sources…
4. Building the distributed network
of Dutch digital heritage information
Strategy for our distributed network
1. build a service for shared terminology for Dutch digital heritage
2. improve the usability of the data source:
- align object descriptions with shared terminology
- publish data as Linked Data
semantic
alignment
Strategy for our distributed network
1. build a service for shared terminology for Dutch digital heritage
2. improve the usability of the data source:
- align object descriptions with shared terminology
- publish data as Linked Data
3. build a discovery infrastructure:
- register organizations and datasets in a (automated) registry
- build knowledge graph to support discovery (“backlinks”)
4. implement virtual data integration technology :
- use registry and knowledge graph for selecting the resources
- support federated querying (or selective aggregation)
semantic
alignment
data
integration
https://github.com/netwerk-digitaal-erfgoed/high-level-design
High-level design of our discovery infrastructure
Aiming for a long term “network effect”
• Building the network: working with many institutions in multiple projects
• Prototyping infrastructure components
• Cross domain services: network of terms (OpenSKOS), registry
• Developing showcases for adoption of the Linked Data principles
• Adamnet (adamlink.nl), Zuiderzeecollectie.nl, Netwerk Oorlogsbronnen, …
• Aligning with developments in the cultural heritage domains (GLAM’s,
Europeana)
• Aligning with developments in other domains (Semantic Web, DH, CLARIAH)
Do we really need all this?
[ sept. 2016]
Fake news!!
Thank you for your attention!
please share your thoughts with us...
email: enno.meijers at kb.nl
twitter, slideshare: ennomeijers
https://github.com/netwerk-digitaal-erfgoed
&
netwerkdigitaalerfgoed.nl

More Related Content

What's hot

Dataverse opportunities
Dataverse opportunitiesDataverse opportunities
Dataverse opportunitiesvty
 
Report on EDINA Authentication Related Academic Sector Activities
Report on EDINA Authentication Related Academic Sector ActivitiesReport on EDINA Authentication Related Academic Sector Activities
Report on EDINA Authentication Related Academic Sector ActivitiesEDINA, University of Edinburgh
 
Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)
Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)
Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)Stefan Dietze
 
Data Curation Lifecycle Management at the University of Edinburgh
Data Curation Lifecycle Management at the University of EdinburghData Curation Lifecycle Management at the University of Edinburgh
Data Curation Lifecycle Management at the University of EdinburghEDINA, University of Edinburgh
 
Using OpenURL Activity Data for Activity Data Programme Meeting 05 July 2011
Using OpenURL Activity Data for Activity Data Programme Meeting 05 July 2011Using OpenURL Activity Data for Activity Data Programme Meeting 05 July 2011
Using OpenURL Activity Data for Activity Data Programme Meeting 05 July 2011EDINA, University of Edinburgh
 
Open Data & Education Seminar, ITMO, St Petersburg, March 2014
Open Data & Education Seminar, ITMO, St Petersburg, March 2014Open Data & Education Seminar, ITMO, St Petersburg, March 2014
Open Data & Education Seminar, ITMO, St Petersburg, March 2014Stefan Dietze
 
ESDIN - OGC Web Services Shibboleth Interoperability Experiment (OSI)
ESDIN - OGC Web Services Shibboleth Interoperability Experiment (OSI)ESDIN - OGC Web Services Shibboleth Interoperability Experiment (OSI)
ESDIN - OGC Web Services Shibboleth Interoperability Experiment (OSI)EDINA, University of Edinburgh
 
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeo
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeoLicence to Share: Research and Collaboration through Go-Geo! and ShareGeo
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeoEDINA, University of Edinburgh
 
Archiving data from Durham to RAL using the File Transfer Service (FTS)
Archiving data from Durham to RAL using the File Transfer Service (FTS)Archiving data from Durham to RAL using the File Transfer Service (FTS)
Archiving data from Durham to RAL using the File Transfer Service (FTS)Jisc
 
RJ Broker: Automating Delivery of Research Output to Repositories
RJ Broker: Automating Delivery of Research Output to RepositoriesRJ Broker: Automating Delivery of Research Output to Repositories
RJ Broker: Automating Delivery of Research Output to RepositoriesEDINA, University of Edinburgh
 
Shibboleth Access Management Federations as an Organisational Model for SDI
Shibboleth Access Management Federations as an Organisational Model for SDIShibboleth Access Management Federations as an Organisational Model for SDI
Shibboleth Access Management Federations as an Organisational Model for SDIEDINA, University of Edinburgh
 
Shared services - the future of HPC and big data facilities for UK research
Shared services - the future of HPC and big data facilities for UK researchShared services - the future of HPC and big data facilities for UK research
Shared services - the future of HPC and big data facilities for UK researchMartin Hamilton
 

What's hot (20)

Access to Digital Back Copy
Access to Digital Back CopyAccess to Digital Back Copy
Access to Digital Back Copy
 
Authentication Methods: Shibboleth
Authentication Methods: ShibbolethAuthentication Methods: Shibboleth
Authentication Methods: Shibboleth
 
Access Control in ESDIN: Shibboleth
Access Control in ESDIN: ShibbolethAccess Control in ESDIN: Shibboleth
Access Control in ESDIN: Shibboleth
 
Open Spatial Data: Sources and Tools
Open Spatial Data: Sources and ToolsOpen Spatial Data: Sources and Tools
Open Spatial Data: Sources and Tools
 
Dataverse opportunities
Dataverse opportunitiesDataverse opportunities
Dataverse opportunities
 
Report on EDINA Authentication Related Academic Sector Activities
Report on EDINA Authentication Related Academic Sector ActivitiesReport on EDINA Authentication Related Academic Sector Activities
Report on EDINA Authentication Related Academic Sector Activities
 
Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)
Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)
Open Educational Data - Datasets and APIs (Athens Green Hackathon 2012)
 
Data Curation Lifecycle Management at the University of Edinburgh
Data Curation Lifecycle Management at the University of EdinburghData Curation Lifecycle Management at the University of Edinburgh
Data Curation Lifecycle Management at the University of Edinburgh
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
Using OpenURL Activity Data for Activity Data Programme Meeting 05 July 2011
Using OpenURL Activity Data for Activity Data Programme Meeting 05 July 2011Using OpenURL Activity Data for Activity Data Programme Meeting 05 July 2011
Using OpenURL Activity Data for Activity Data Programme Meeting 05 July 2011
 
COBWEB, AIP-6, and Access Management Federations
COBWEB, AIP-6, and Access Management FederationsCOBWEB, AIP-6, and Access Management Federations
COBWEB, AIP-6, and Access Management Federations
 
Open Data & Education Seminar, ITMO, St Petersburg, March 2014
Open Data & Education Seminar, ITMO, St Petersburg, March 2014Open Data & Education Seminar, ITMO, St Petersburg, March 2014
Open Data & Education Seminar, ITMO, St Petersburg, March 2014
 
ESDIN - OGC Web Services Shibboleth Interoperability Experiment (OSI)
ESDIN - OGC Web Services Shibboleth Interoperability Experiment (OSI)ESDIN - OGC Web Services Shibboleth Interoperability Experiment (OSI)
ESDIN - OGC Web Services Shibboleth Interoperability Experiment (OSI)
 
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeo
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeoLicence to Share: Research and Collaboration through Go-Geo! and ShareGeo
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeo
 
Archiving data from Durham to RAL using the File Transfer Service (FTS)
Archiving data from Durham to RAL using the File Transfer Service (FTS)Archiving data from Durham to RAL using the File Transfer Service (FTS)
Archiving data from Durham to RAL using the File Transfer Service (FTS)
 
RJ Broker: Automating Delivery of Research Output to Repositories
RJ Broker: Automating Delivery of Research Output to RepositoriesRJ Broker: Automating Delivery of Research Output to Repositories
RJ Broker: Automating Delivery of Research Output to Repositories
 
The WSTIERIA Project – A Web of Services
The  WSTIERIA Project – A Web of ServicesThe  WSTIERIA Project – A Web of Services
The WSTIERIA Project – A Web of Services
 
Shibboleth Access Management Federations as an Organisational Model for SDI
Shibboleth Access Management Federations as an Organisational Model for SDIShibboleth Access Management Federations as an Organisational Model for SDI
Shibboleth Access Management Federations as an Organisational Model for SDI
 
SomeSlides
SomeSlidesSomeSlides
SomeSlides
 
Shared services - the future of HPC and big data facilities for UK research
Shared services - the future of HPC and big data facilities for UK researchShared services - the future of HPC and big data facilities for UK research
Shared services - the future of HPC and big data facilities for UK research
 

Similar to CLARIAH Toogdag 2018: A distributed network of digital heritage information

EuropeanaTech 2018: A distributed network of digital heritage information
EuropeanaTech 2018: A distributed network of digital heritage informationEuropeanaTech 2018: A distributed network of digital heritage information
EuropeanaTech 2018: A distributed network of digital heritage informationEnno Meijers
 
Session 1.4 a distributed network of heritage information
Session 1.4   a distributed network of heritage informationSession 1.4   a distributed network of heritage information
Session 1.4 a distributed network of heritage informationsemanticsconference
 
A distributed network of digital heritage information - Unesco/NDL India
A distributed network of digital heritage information - Unesco/NDL IndiaA distributed network of digital heritage information - Unesco/NDL India
A distributed network of digital heritage information - Unesco/NDL IndiaEnno Meijers
 
lodlam summit session browsable linked data
lodlam summit session browsable linked datalodlam summit session browsable linked data
lodlam summit session browsable linked dataEnno Meijers
 
20170501 Distributed Network of Digital Heritage Information
20170501  Distributed Network of Digital Heritage Information20170501  Distributed Network of Digital Heritage Information
20170501 Distributed Network of Digital Heritage InformationEnno Meijers
 
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosConnecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosOCLC
 
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...WARCnet
 
Open Science Days 2014 - Becker - Repositories and Linked Data
Open Science Days 2014 - Becker - Repositories and Linked DataOpen Science Days 2014 - Becker - Repositories and Linked Data
Open Science Days 2014 - Becker - Repositories and Linked DataPascal-Nicolas Becker
 
A new approach to aggregation
A new approach to aggregation A new approach to aggregation
A new approach to aggregation Enno Meijers
 
Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)Anja Jentzsch
 
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...giuseppe_futia
 
Building an electronic repository and archives on Dataverse in the European O...
Building an electronic repository and archives on Dataverse in the European O...Building an electronic repository and archives on Dataverse in the European O...
Building an electronic repository and archives on Dataverse in the European O...vty
 
Local content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providersLocal content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providerslocloud
 
Building COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science ProjectBuilding COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science Projectvty
 
Vila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxVila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxLIS EPI Meeting
 
Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Vivien Bonazzi
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageNoreen Whysel
 

Similar to CLARIAH Toogdag 2018: A distributed network of digital heritage information (20)

EuropeanaTech 2018: A distributed network of digital heritage information
EuropeanaTech 2018: A distributed network of digital heritage informationEuropeanaTech 2018: A distributed network of digital heritage information
EuropeanaTech 2018: A distributed network of digital heritage information
 
Session 1.4 a distributed network of heritage information
Session 1.4   a distributed network of heritage informationSession 1.4   a distributed network of heritage information
Session 1.4 a distributed network of heritage information
 
A distributed network of digital heritage information - Unesco/NDL India
A distributed network of digital heritage information - Unesco/NDL IndiaA distributed network of digital heritage information - Unesco/NDL India
A distributed network of digital heritage information - Unesco/NDL India
 
lodlam summit session browsable linked data
lodlam summit session browsable linked datalodlam summit session browsable linked data
lodlam summit session browsable linked data
 
20170501 Distributed Network of Digital Heritage Information
20170501  Distributed Network of Digital Heritage Information20170501  Distributed Network of Digital Heritage Information
20170501 Distributed Network of Digital Heritage Information
 
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosConnecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
 
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
 
Open Science Days 2014 - Becker - Repositories and Linked Data
Open Science Days 2014 - Becker - Repositories and Linked DataOpen Science Days 2014 - Becker - Repositories and Linked Data
Open Science Days 2014 - Becker - Repositories and Linked Data
 
A new approach to aggregation
A new approach to aggregation A new approach to aggregation
A new approach to aggregation
 
Linked Data
Linked DataLinked Data
Linked Data
 
Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)
 
Aggregation as tactic sm new
Aggregation as tactic sm newAggregation as tactic sm new
Aggregation as tactic sm new
 
Aggregation as Tactic
Aggregation as TacticAggregation as Tactic
Aggregation as Tactic
 
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
 
Building an electronic repository and archives on Dataverse in the European O...
Building an electronic repository and archives on Dataverse in the European O...Building an electronic repository and archives on Dataverse in the European O...
Building an electronic repository and archives on Dataverse in the European O...
 
Local content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providersLocal content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providers
 
Building COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science ProjectBuilding COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science Project
 
Vila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxVila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-redux
 
Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural Heritage
 

More from Enno Meijers

Building library networks with linked data
Building library networks with linked dataBuilding library networks with linked data
Building library networks with linked dataEnno Meijers
 
Linked Open Netwerken
Linked Open NetwerkenLinked Open Netwerken
Linked Open NetwerkenEnno Meijers
 
20170407 Bruikbaar Erfgoed - Week van het Digitaal Erfgoed
20170407 Bruikbaar Erfgoed - Week van het Digitaal Erfgoed20170407 Bruikbaar Erfgoed - Week van het Digitaal Erfgoed
20170407 Bruikbaar Erfgoed - Week van het Digitaal ErfgoedEnno Meijers
 
Presentatie PCDB overleg Utrecht 28 juni 2016
Presentatie PCDB overleg Utrecht 28 juni 2016Presentatie PCDB overleg Utrecht 28 juni 2016
Presentatie PCDB overleg Utrecht 28 juni 2016Enno Meijers
 
Slimmer werken met metadata COPE 25 mei 2016
Slimmer werken met metadata COPE 25 mei 2016Slimmer werken met metadata COPE 25 mei 2016
Slimmer werken met metadata COPE 25 mei 2016Enno Meijers
 
Verbonden & Gevonden
Verbonden & Gevonden Verbonden & Gevonden
Verbonden & Gevonden Enno Meijers
 
Developing a national digital library stapel - meijers 20160302
Developing a national digital library   stapel - meijers 20160302Developing a national digital library   stapel - meijers 20160302
Developing a national digital library stapel - meijers 20160302Enno Meijers
 
Betere toegang tot onze informatie
Betere toegang tot onze informatieBetere toegang tot onze informatie
Betere toegang tot onze informatieEnno Meijers
 
Workshop linked open data en nbc+ 16 juni 2015
Workshop linked open data en nbc+ 16 juni 2015Workshop linked open data en nbc+ 16 juni 2015
Workshop linked open data en nbc+ 16 juni 2015Enno Meijers
 
Workshop linked open data en nbc+ 16 juni 2015
Workshop linked open data en nbc+ 16 juni 2015Workshop linked open data en nbc+ 16 juni 2015
Workshop linked open data en nbc+ 16 juni 2015Enno Meijers
 
Nbc+ deel 2 informatiedag lokale collecties
Nbc+ deel 2   informatiedag lokale collectiesNbc+ deel 2   informatiedag lokale collecties
Nbc+ deel 2 informatiedag lokale collectiesEnno Meijers
 
Presentatie nl.dbpedia.org Datasalon 8 Gent 24 Februari 2012
Presentatie nl.dbpedia.org Datasalon 8 Gent 24 Februari 2012Presentatie nl.dbpedia.org Datasalon 8 Gent 24 Februari 2012
Presentatie nl.dbpedia.org Datasalon 8 Gent 24 Februari 2012Enno Meijers
 

More from Enno Meijers (12)

Building library networks with linked data
Building library networks with linked dataBuilding library networks with linked data
Building library networks with linked data
 
Linked Open Netwerken
Linked Open NetwerkenLinked Open Netwerken
Linked Open Netwerken
 
20170407 Bruikbaar Erfgoed - Week van het Digitaal Erfgoed
20170407 Bruikbaar Erfgoed - Week van het Digitaal Erfgoed20170407 Bruikbaar Erfgoed - Week van het Digitaal Erfgoed
20170407 Bruikbaar Erfgoed - Week van het Digitaal Erfgoed
 
Presentatie PCDB overleg Utrecht 28 juni 2016
Presentatie PCDB overleg Utrecht 28 juni 2016Presentatie PCDB overleg Utrecht 28 juni 2016
Presentatie PCDB overleg Utrecht 28 juni 2016
 
Slimmer werken met metadata COPE 25 mei 2016
Slimmer werken met metadata COPE 25 mei 2016Slimmer werken met metadata COPE 25 mei 2016
Slimmer werken met metadata COPE 25 mei 2016
 
Verbonden & Gevonden
Verbonden & Gevonden Verbonden & Gevonden
Verbonden & Gevonden
 
Developing a national digital library stapel - meijers 20160302
Developing a national digital library   stapel - meijers 20160302Developing a national digital library   stapel - meijers 20160302
Developing a national digital library stapel - meijers 20160302
 
Betere toegang tot onze informatie
Betere toegang tot onze informatieBetere toegang tot onze informatie
Betere toegang tot onze informatie
 
Workshop linked open data en nbc+ 16 juni 2015
Workshop linked open data en nbc+ 16 juni 2015Workshop linked open data en nbc+ 16 juni 2015
Workshop linked open data en nbc+ 16 juni 2015
 
Workshop linked open data en nbc+ 16 juni 2015
Workshop linked open data en nbc+ 16 juni 2015Workshop linked open data en nbc+ 16 juni 2015
Workshop linked open data en nbc+ 16 juni 2015
 
Nbc+ deel 2 informatiedag lokale collecties
Nbc+ deel 2   informatiedag lokale collectiesNbc+ deel 2   informatiedag lokale collecties
Nbc+ deel 2 informatiedag lokale collecties
 
Presentatie nl.dbpedia.org Datasalon 8 Gent 24 Februari 2012
Presentatie nl.dbpedia.org Datasalon 8 Gent 24 Februari 2012Presentatie nl.dbpedia.org Datasalon 8 Gent 24 Februari 2012
Presentatie nl.dbpedia.org Datasalon 8 Gent 24 Februari 2012
 

Recently uploaded

Jewish Efforts to Influence American Immigration Policy in the Years Before t...
Jewish Efforts to Influence American Immigration Policy in the Years Before t...Jewish Efforts to Influence American Immigration Policy in the Years Before t...
Jewish Efforts to Influence American Immigration Policy in the Years Before t...yalehistoricalreview
 
Powering Britain: Can we decarbonise electricity without disadvantaging poore...
Powering Britain: Can we decarbonise electricity without disadvantaging poore...Powering Britain: Can we decarbonise electricity without disadvantaging poore...
Powering Britain: Can we decarbonise electricity without disadvantaging poore...ResolutionFoundation
 
productionpost-productiondiary-240320114322-5004daf6.pptx
productionpost-productiondiary-240320114322-5004daf6.pptxproductionpost-productiondiary-240320114322-5004daf6.pptx
productionpost-productiondiary-240320114322-5004daf6.pptxHenryBriggs2
 
Call Girls In Le Meridien hotel New Delhi 9873777170
Call Girls In Le Meridien hotel New Delhi 9873777170Call Girls In Le Meridien hotel New Delhi 9873777170
Call Girls In Le Meridien hotel New Delhi 9873777170avaniranaescorts
 
2024: The FAR, Federal Acquisition Regulations - Part 26
2024: The FAR, Federal Acquisition Regulations - Part 262024: The FAR, Federal Acquisition Regulations - Part 26
2024: The FAR, Federal Acquisition Regulations - Part 26JSchaus & Associates
 
2024: The FAR, Federal Acquisition Regulations - Part 27
2024: The FAR, Federal Acquisition Regulations - Part 272024: The FAR, Federal Acquisition Regulations - Part 27
2024: The FAR, Federal Acquisition Regulations - Part 27JSchaus & Associates
 
Take action for a healthier planet and brighter future.
Take action for a healthier planet and brighter future.Take action for a healthier planet and brighter future.
Take action for a healthier planet and brighter future.Christina Parmionova
 
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...narwatsonia7
 
Enhancing Indigenous Peoples' right to self-determination in the context of t...
Enhancing Indigenous Peoples' right to self-determination in the context of t...Enhancing Indigenous Peoples' right to self-determination in the context of t...
Enhancing Indigenous Peoples' right to self-determination in the context of t...Christina Parmionova
 
Russian Call Girl Hebbagodi ! 7001305949 ₹2999 Only and Free Hotel Delivery 2...
Russian Call Girl Hebbagodi ! 7001305949 ₹2999 Only and Free Hotel Delivery 2...Russian Call Girl Hebbagodi ! 7001305949 ₹2999 Only and Free Hotel Delivery 2...
Russian Call Girl Hebbagodi ! 7001305949 ₹2999 Only and Free Hotel Delivery 2...narwatsonia7
 
Call Girls Service Race Course Road Just Call 7001305949 Enjoy College Girls ...
Call Girls Service Race Course Road Just Call 7001305949 Enjoy College Girls ...Call Girls Service Race Course Road Just Call 7001305949 Enjoy College Girls ...
Call Girls Service Race Course Road Just Call 7001305949 Enjoy College Girls ...narwatsonia7
 
call girls in sector 22 Gurgaon 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in sector 22 Gurgaon  🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in sector 22 Gurgaon  🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in sector 22 Gurgaon 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
How to design healthy team dynamics to deliver successful digital projects.pptx
How to design healthy team dynamics to deliver successful digital projects.pptxHow to design healthy team dynamics to deliver successful digital projects.pptx
How to design healthy team dynamics to deliver successful digital projects.pptxTechSoupConnectLondo
 
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls ServiceCall Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Servicenarwatsonia7
 
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
Start Donating your Old Clothes to Poor People kurnool
Start Donating your Old Clothes to Poor People kurnoolStart Donating your Old Clothes to Poor People kurnool
Start Donating your Old Clothes to Poor People kurnoolSERUDS INDIA
 
history of 1935 philippine constitution.pptx
history of 1935 philippine constitution.pptxhistory of 1935 philippine constitution.pptx
history of 1935 philippine constitution.pptxhellokittymaearciaga
 
High Class Call Girls Mumbai Tanvi 9910780858 Independent Escort Service Mumbai
High Class Call Girls Mumbai Tanvi 9910780858 Independent Escort Service MumbaiHigh Class Call Girls Mumbai Tanvi 9910780858 Independent Escort Service Mumbai
High Class Call Girls Mumbai Tanvi 9910780858 Independent Escort Service Mumbaisonalikaur4
 
call girls in West Patel Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in West Patel Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...call girls in West Patel Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in West Patel Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...saminamagar
 

Recently uploaded (20)

Jewish Efforts to Influence American Immigration Policy in the Years Before t...
Jewish Efforts to Influence American Immigration Policy in the Years Before t...Jewish Efforts to Influence American Immigration Policy in the Years Before t...
Jewish Efforts to Influence American Immigration Policy in the Years Before t...
 
Powering Britain: Can we decarbonise electricity without disadvantaging poore...
Powering Britain: Can we decarbonise electricity without disadvantaging poore...Powering Britain: Can we decarbonise electricity without disadvantaging poore...
Powering Britain: Can we decarbonise electricity without disadvantaging poore...
 
productionpost-productiondiary-240320114322-5004daf6.pptx
productionpost-productiondiary-240320114322-5004daf6.pptxproductionpost-productiondiary-240320114322-5004daf6.pptx
productionpost-productiondiary-240320114322-5004daf6.pptx
 
Call Girls In Le Meridien hotel New Delhi 9873777170
Call Girls In Le Meridien hotel New Delhi 9873777170Call Girls In Le Meridien hotel New Delhi 9873777170
Call Girls In Le Meridien hotel New Delhi 9873777170
 
2024: The FAR, Federal Acquisition Regulations - Part 26
2024: The FAR, Federal Acquisition Regulations - Part 262024: The FAR, Federal Acquisition Regulations - Part 26
2024: The FAR, Federal Acquisition Regulations - Part 26
 
2024: The FAR, Federal Acquisition Regulations - Part 27
2024: The FAR, Federal Acquisition Regulations - Part 272024: The FAR, Federal Acquisition Regulations - Part 27
2024: The FAR, Federal Acquisition Regulations - Part 27
 
Take action for a healthier planet and brighter future.
Take action for a healthier planet and brighter future.Take action for a healthier planet and brighter future.
Take action for a healthier planet and brighter future.
 
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
 
Enhancing Indigenous Peoples' right to self-determination in the context of t...
Enhancing Indigenous Peoples' right to self-determination in the context of t...Enhancing Indigenous Peoples' right to self-determination in the context of t...
Enhancing Indigenous Peoples' right to self-determination in the context of t...
 
Russian Call Girl Hebbagodi ! 7001305949 ₹2999 Only and Free Hotel Delivery 2...
Russian Call Girl Hebbagodi ! 7001305949 ₹2999 Only and Free Hotel Delivery 2...Russian Call Girl Hebbagodi ! 7001305949 ₹2999 Only and Free Hotel Delivery 2...
Russian Call Girl Hebbagodi ! 7001305949 ₹2999 Only and Free Hotel Delivery 2...
 
Call Girls Service Race Course Road Just Call 7001305949 Enjoy College Girls ...
Call Girls Service Race Course Road Just Call 7001305949 Enjoy College Girls ...Call Girls Service Race Course Road Just Call 7001305949 Enjoy College Girls ...
Call Girls Service Race Course Road Just Call 7001305949 Enjoy College Girls ...
 
9953330565 Low Rate Call Girls In Adarsh Nagar Delhi NCR
9953330565 Low Rate Call Girls In Adarsh Nagar Delhi NCR9953330565 Low Rate Call Girls In Adarsh Nagar Delhi NCR
9953330565 Low Rate Call Girls In Adarsh Nagar Delhi NCR
 
call girls in sector 22 Gurgaon 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in sector 22 Gurgaon  🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in sector 22 Gurgaon  🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in sector 22 Gurgaon 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
How to design healthy team dynamics to deliver successful digital projects.pptx
How to design healthy team dynamics to deliver successful digital projects.pptxHow to design healthy team dynamics to deliver successful digital projects.pptx
How to design healthy team dynamics to deliver successful digital projects.pptx
 
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls ServiceCall Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
 
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
Start Donating your Old Clothes to Poor People kurnool
Start Donating your Old Clothes to Poor People kurnoolStart Donating your Old Clothes to Poor People kurnool
Start Donating your Old Clothes to Poor People kurnool
 
history of 1935 philippine constitution.pptx
history of 1935 philippine constitution.pptxhistory of 1935 philippine constitution.pptx
history of 1935 philippine constitution.pptx
 
High Class Call Girls Mumbai Tanvi 9910780858 Independent Escort Service Mumbai
High Class Call Girls Mumbai Tanvi 9910780858 Independent Escort Service MumbaiHigh Class Call Girls Mumbai Tanvi 9910780858 Independent Escort Service Mumbai
High Class Call Girls Mumbai Tanvi 9910780858 Independent Escort Service Mumbai
 
call girls in West Patel Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in West Patel Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...call girls in West Patel Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in West Patel Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
 

CLARIAH Toogdag 2018: A distributed network of digital heritage information

  • 1. A distributed network of digital heritage information CLARIAH Toogdag Enno Meijers / 9 March 2018 / Den Haag
  • 2. Contents 1. Network as default... 2. The current digital heritage infrastructure 3. Strategies for improvement 4. Building a distributed network for digital heritage information
  • 3.
  • 4.
  • 5.
  • 6. Information strategy KB ● “The power of the network” ● digital first, distributed, decentralized, loosely coupled ● people, processes, systems, information ● standardization, flexibility, linkability, virtualization ● cross boundaries ● synchronize developments
  • 7. The Digital Heritage Network is developing a three-layered approach for improving the sustainability, the usability and the visibility of digital heritage information. sustainable usable visible
  • 8. 2. The current digital heritage infrastructure
  • 9.
  • 10. General setup of digital heritage portals Heritage information consisting of GLAM datasets and science collections
  • 11. Evaluating current approach (1) Positive results so far: • many sources available through OAI-PMH protocol • powerful and smart protocol for metadata synchronization • opened up data silos • created the need for aligning data models • made cross-collection and cross-domain discovery possible (e.g. Europeana)
  • 13. Evaluating current approach (2) But there are two main problems areas: • poor semantic alignment • inefficient data integration See also: Miel Vander Sande et al. , Towards sustainable publishing and querying of distributed Linked Data archives - Journal of Documentation (2017) Herbert Van de Sompel - Reminiscing About 15 Years of Interoperability Efforts - D-lib Magazine - December (2015)
  • 14. 3. Strategies for improvement
  • 15. • build service portals as views based on a common data layer • minimize the intermediate layers • support decentralized discovery • refer to the source instead of copying • maximize the usability of data at the source • develop a sustainable, ‘web-centric’ solution • use HTTP, RDF and RESTful APIs as building blocks => implement the Linked Data (FAIR?) principles Inspired by the work of Ruben Verborgh, Herbert Van de Sompel and colleagues: See for example: Miel Vander Sande et al. , Towards sustainable publishing and querying of distributed Linked Data archives - Journal of Documentation (2017) Design principles for a discovery infrastructure
  • 16. At the data source level: • use sustainable URIs to identify the resources • use formal definitions for persons, places, concepts, events • use domain data models to describe the data • add support for cross-domain discovery (Europeana Data Model, Schema.org,...) • publish the collection information as Linked Data => Work with the IT suppliers as strategic partners for the implementation! Implementing Linked Data principles (1)
  • 17. At the network level: • create a ‘network of terms’ for shared terminology • provide tools for alignment and linking • create alignments and links between different terminology sources • provide easy access to shared terminology for collection management systems (API) • develop a shared reference architecture model (DERA) => Provide open and cross-domain solutions at the network level! Implementing Linked Data principles (2)
  • 19. Ok, but how will the linked heritage data be found?
  • 20. The Semantic Web is still a dream… #1
  • 21. ⇒ So discovery of Linked Data requires registering datasets?!
  • 22.
  • 23.
  • 24. NL-DBpedia On 12 september 2016 a Memorandum of Understanding was signed by: Huygens ING, iMec/Univ.Gent, Free University Amsterdam, Sound and Vision Institute, National Library and the DBpedia Association ● support the goals of the DBpedia Association ● further strengthen the Dutch DBpedia chapter and its community of contributors and users; ● improve the cooperation between the Dutch DBpedia and the Dutch research infrastructure for Digital Humanities and Linguistics (CLARIAH) ● improve the cooperation between the Dutch DBpedia and the Dutch digital heritage netwerk (NDE)
  • 25. The Semantic Web is still a dream… #2
  • 26. A tiny example...suppose a resource is defined as: museum_X:object1 a nde:painting ; dct:subject aat:windmill . “Windmill”
  • 27. A tiny example...suppose a resource is defined as: museum_X:object1 a nde:painting ; dct:subject aat:windmill . For ‘browsable Linked Data’ you should(!) add the inverse relation [1],[2]: aat:windmill a skos:Concept ; skos:prefLabel “Windmill“@en ; dct:isSubjectOf museum_X:object1 . [1]: Tim Berner’s Lee on ‘browsable linked data’ (2006) [2]: Tom Heath and Christian Bizer on ‘Incoming Links’ (2011) “Windmill” “Windmill”
  • 28. A tiny example...suppose a resource is defined as: museum_X:object1 a nde:painting ; dct:subject aat:windmill . For ‘browsable Linked Data’ you should(!) add the inverse relation [1],[2]: aat:windmill a skos:Concept ; skos:prefLabel “Windmill“@en ; dct:isSubjectOf museum_X:object1 . => a Linked Data integration problem, the lack of “backlinks” [1]: Tim Berner’s Lee on ‘browsable linked data’ (2006) [2]: Tom Heath and Christian Bizer on ‘Incoming Links’ (2011) “Windmill” “Windmill”
  • 29. Possible approaches for browsable linked data...
  • 30. Actions: • implement schema.org • let search engines ‘infer’ the relations • query the search engines Outcome: • is the data interesting enough for Google? • what about special thematic or regional views? • can we reuse the results of the integration? (NO!) 1. Semantic integration only
  • 31. Actions: • aggregate all the related Linked Data sources • build large triplestore and infer the relations • query the aggregated data Outcome: • approach still based on copying • same problems as traditional aggregation! 2. Physical integration of linked data
  • 32. Actions: • publish Linked Data through triplestore with SPARQL endpoint • build a central query engine to integrate the results Outcome: • implementing a triplestore is hard for small data providers • federated querying over multiple triplestores performs poorly 3. Virtual integration - standard approach
  • 33. Actions: • publish Linked Data using Linked Data Fragments (LDF) technology • build a central LDF based query engine to integrate the results Outcome: • easy implementation for small data providers • federated querying is supported • more difficult to process the result • possible support for time-based versions (Memento) See also: Miel Vander Sande et al. , (2017) Towards sustainable publishing and querying of distributed Linked Data archives - Journal of Documentation 4. Virtual integration - using LDF
  • 34. Problem: • query many data sources at the same time is not realistic… Solution: • build a Knowledge Base with backlinks to support the discovery process • select relevant sources for querying based on the Knowledge Base See also: Miel Vander Sande et al. (2016) Hypermedia-Based Discovery for Source Selection Using Low-Cost Linked Data Interfaces (IJSWIS) 12(3) 79–110 *More advanced: data source profiling or dataset summaries But federation needs selection of sources…
  • 35. 4. Building the distributed network of Dutch digital heritage information
  • 36. Strategy for our distributed network 1. build a service for shared terminology for Dutch digital heritage 2. improve the usability of the data source: - align object descriptions with shared terminology - publish data as Linked Data semantic alignment
  • 37. Strategy for our distributed network 1. build a service for shared terminology for Dutch digital heritage 2. improve the usability of the data source: - align object descriptions with shared terminology - publish data as Linked Data 3. build a discovery infrastructure: - register organizations and datasets in a (automated) registry - build knowledge graph to support discovery (“backlinks”) 4. implement virtual data integration technology : - use registry and knowledge graph for selecting the resources - support federated querying (or selective aggregation) semantic alignment data integration
  • 39. Aiming for a long term “network effect” • Building the network: working with many institutions in multiple projects • Prototyping infrastructure components • Cross domain services: network of terms (OpenSKOS), registry • Developing showcases for adoption of the Linked Data principles • Adamnet (adamlink.nl), Zuiderzeecollectie.nl, Netwerk Oorlogsbronnen, … • Aligning with developments in the cultural heritage domains (GLAM’s, Europeana) • Aligning with developments in other domains (Semantic Web, DH, CLARIAH)
  • 40. Do we really need all this?
  • 43. Thank you for your attention! please share your thoughts with us... email: enno.meijers at kb.nl twitter, slideshare: ennomeijers https://github.com/netwerk-digitaal-erfgoed & netwerkdigitaalerfgoed.nl