SlideShare una empresa de Scribd logo
1 de 27
Descargar para leer sin conexión
Automatic Publication under Linked Data
Paradigm of Library Data
ALIADA, an Open Source Solution
to Easily Publish Linked Data of
Libraries and Museums
ALIADA Project Consortium
SWIB15, November 23-25, 2015
Hamburg
The challenge: why LOD in LM
2ALIADA. SWIB15 November 23-25, 2015 Hamburg
• A global pool of shared data that can be re-used to describe
resources will avoid the redundant effort of the current cataloging
processes.
• The use of the Web and Web-based identifiers will make up-to-date
resource descriptions directly citable by catalogers.
• Linked Data is more durable and robust than metadata formats that
depend on a particular data structure.
• Developers will also no longer have to work with library-specific
data formats (MARC, LIDO).
• With Linked Open Data, libraries can increase their presence on the
Web, where most information seekers may be found.
http://www.w3.org/2005/Incubator/lld/wiki/Benefits
The challenge: how to start
3
• Cataloguing data according international conceptual models and
standards (FRBR, BIBFRAME, CIDOC-CRM, …)
• Exporting records to standard metadata schemes (MARC, LIDO or
Dublin Core) and formats (XML)
• Selecting an ontology
• Converting MARC/LIDO/DC metadata to RDF statements
• Linking their own dataset to other datasets (one domain or multidomain)
• Publishing data as 5-star Linked Open Data
ALIADA. SWIB15 November 23-25, 2015 Hamburg
The challenge: how to start
4
“Librarians and curators are experts in
cataloguing and making accessible their
resources, but the don’t know about Linked
Data technology, so they need an ally”
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, the ally to publish LODLM
5ALIADA. SWIB15 November 23-25, 2015 Hamburg
• Open source Java application to automatically publish as
Linked Data the metadata created by a library or museum
management system
• Supported metadata types (types of datasets): bibliographic
records, authority records, descriptions of museum objects and
other information resources
• Compliant with MARC XML, LIDO XML and Dublin Core
formats
• Conversion to RDF triples (mapping) according to the ALIADA ontology,
mainly based on FRBRoo, SKOS, WGS84 and FoaF ontologies
• Linking to other datasets, such as Europeana, British National Bibliography,
Spanish National Library, Freebase Visual Art, DBpedia, Hungarian National
Library, Library of Congress Subject Headings, Lobid, MARC codes list, VIAF
Virtual International Authority File or Open Library
• Automatic publication of dumps (URIs) and SPARQL Endpoint on DataHub
6ALIADA. SWIB15 November 23-25, 2015 Hamburg
• EU FP7- ENV-2012 Collaborative project 2013-2015
• Partners: Art museums, libraries, ILS vendors, researchers on Semantic
Web technology
• Final release: October 2015
• Open source community expected
• ALIADA is free software, you can redistribute it and/or modify it under
the terms of the GNU GPL v3 (License)
ALIADA, the ally to publish LODLM
7
ALIADA 1.0
1st ws
ALIADA 2.1
• M11 – September 2014: 1st Usability workshop
• M12 – October2014: 1st Prototype + opening to the community
• M15 – January 2015: 1st deployment
• M16 – February 2015: 2nd Usability workshop
• M23 – September 2015: Final Usability workshop
• M24 – October 2015: 2nd Prototype & 2nd deployment + opening to the community
1st deployment
Final ws
2nd
deployment
2nd ws
ALIADA 2.0
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, the ally to publish LODLM
• User interface in Spanish and English.
• Validation of imported records (MARC Bibliographic and LIDO)
• Mapping templates (FRBRoo)
• RDF-izer (ALIADA ontology)
• Linking to some datasets: Europeana, BNB, BNE, Freebase,
Dbpedia, NSZL, Geonames and MARC Code Lists (SPARQL end-
point)
• Linked data server creation + SPARQL endpoint + URIs
dereferencing .
• Linked dataset validation: through a number of SPARQL queries.
8
1st prototype (2014)
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, the ally to publish LODLM
9
• Translation of DublinCore XML and MARC XML Authorities to ALIADA
ontology.
• Validation of RDF dataset consistency.
• NER (Named Entity Recognition) for some text free elements
• Ad-hoc linking to some of the listed external datasets , which do not provide a
SPARQL endpoint such as VIAF, LOBID, Open Library and Library of
Congress Subject Headings.
• Links disambiguation: the system offers to the user a set of possible
ambiguous links: so the user can decide which links are correct and which
ones should be rejected.
• Advanced URI de-referencing and creation of a web page for the generated
dataset.
• Publication in CKAN of the created linked dataset + DataHub LOD validator.
• Translation of the user interface to Italian and Hungarian.
• ALIADA offers REST services in order to be integrated with other systems: ILS
and CMS.
2nd prototype (2015)
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, the ally to publish LODLM
10
ALIADA ontology
ApacheTomcat
MARCXML2RDF
LIDO2RDF
RDFizer
endpoint
Validation of Input Data
U
s
e
r
I
n
t
e
r
f
a
c
e
Links Discovery
Silk Discovery
Framework
USER
Virtuoso RDF Store
Graph1
Modules
Configuration
MySQL DB
endpoint
Validation RDF
dataset
DublinCore2RDF
translation
RDF
Consistency
validation
Dublin Core
Creation CKAN
DataHub page
URL rewrite rules
Linked Data server
Links
Disambiguation
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
• ALIADA RDFizer
 Scalability (RESTful application, Apache Camel asynchronous
channels, JEE web application)
 Modularity (Conversion templates are configurable and extensible)
 Reusability (Standalone installation of the RDFizer)
 Easy to use/maintain (Conversion job is controlled by the so-
called “conversion templates”, which are runtime-interpreted scripts
very easy to maintains)
 Easy to extend (The library is free to create their conversion
template, producing an arbitrary output format, with another ontology)
 Validation before the conversion (Jena OWL Micro Reasoner)
11ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
12
• NER of free text fields.
 A dedicated component for doing NLP (Natural Language
Processing). Recognizes sequences of words in a text
which are the names of things, such as person, company
names and places.
 In LIDO it is applied to <lido:descriptiveNoteValue
xml:lang="en" lido:type ="physical-description">Sculpture
of Mozart</lido:descriptiveNoteValue >
 In MARC it is applied to
• “522” ”a”: Geographic Coverage Note.
• ”525” ”a”: Supplement Note.
• ”520” ”a”: Summary, etc.
• ”520” ”b”: Expansion of summary note.
 The NER results are stored as RDF triples that enrich the
owning records
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
13
• Linking to Datasets that provide SPARQL endpoint
ALIADA
dataset
E39_Actor
E21_Person
F10_Person
Actor_Appellation
MARCCode
Lists
MARC_Country
MARC_GeographicArea
DBpediaAgent:name
Place:name
Work:label
Europeanadc:title
edm:ProvidedCHO
BNB
dc:title
BNE
ifla-frbr:C1005
ifla-frbr:P3039 / ifla-frad:P4031
ifla-frbr:C1001
ifla-frbr:P3001 / ifla-frad:P4033
GeoNamesgeo:name
wgs84:lat
wgs84:long
Freebase
people.person
visual_art.artwork
book.book
F3_Manifestation_Product_Type –
Title
E18_Physical_Thing –
Appellation
NSZL
foaf:Person
bibo:document
E53_Place
F9_Place Place_Appellation
wgs84:lat
wgs84:long
film.film
E73_Information_Object –
Title
E56_Language
MARC:Language
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
14
ALIADA
dataset
E39_Actor
E21_Person
F10_Person
Actor_Appellation
LOBID: Libraries &
rel. organisations
VIAF
Library of Congress
Subject Headings
http://id.loc.gov/search/?q=String
ToSearchFor&q=cs:http://id.loc.g
ov/authorities/subjects&format=x
ml
F3_Manifestation_Product_Type - Title
Title ecrm:P3_has_note StringToSearchFor
LOBID: Bib.
resources
E39_Actor - Actor_Appellation
Actor_Appellation ecrm:P3_has_note StringToSearchFor
E89_PropositionalObject ecrm:P129_is_about skos:Concept
skos:Concept skos:prefLabel StringToSearchFor
E1_CRM_Entity P137 exemplifies skos:Concept
skos:Concept skos:prefLabel StringToSearchFor
http://api.lobid.org/organisation?name=StringToSearchFor&format=ids
http://api.lobid.org/resource?name=StringToSearchFor&form
at=ids
Actor_Appellation ecrm:P3_has_note StringToSearchFor
http://www.viaf.org/viaf/AutoSuggest?query=StringToSearchFor
Open
Library
https://openlibrary.org/search?title=StringToSearchFor
• Linking to Datasets that do not provide SPARQL endpoint
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
15
• Links disambiguation
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
• Advanced URI de-referencing
URI regulation : http://www.w3.org/TR/cooluris/
• Be on the web
– Machines and people should be able to retrieve a
description about the resource identified by the URI from the
Web.
– Machines should get RDF data and humans should get a
readable representation, such as HTML
• Cool URIs
– Simplisity: Short and mnemonic
– Stability: Does not change as long as possible
– Managabilty: Keep all URIs in a dedicated subdomain
16ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
• URI name convention of ALIADA: URI structure
{domain}/{type}/{concept}/{class}/{reference}.{format}
data.szepmuveszeti.hu/id/collections/museum/E18_Physical_Thing/sz
epmuveszeti.hu_object_29
17ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
• URI name convention of ALIADA: URI structure
18ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
Extension Media type Common
name
.html text/html HTML
.json application/rdf+json JSON
.jsonld application/ld+json JSON-LD
.nt text/plain N-Triples
.opac OPAC of the institution (if restful) OPAC
.rdf application/rdf+xml RDF/XML
.ttl text/rdf+n3 N3/Turtle
http://data.szepmuveszeti.hu/doc/collections/museum/E18_Physical_T
hing/szepmuveszeti.hu_object_29.nt
http://data.szepmuveszeti.hu/doc/collections/museum/E18_Physical_T
hing/szepmuveszeti.hu_object_29.html
19
• Dataset Default Web Page created by ALIADA
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
20
• Publication in CKAN Datahub
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
21
• Data Hub LOD Validator
A handy record validator is provided at http://validator.lod-
cloud.net/validate.php to check that at least the minimum required
information is present.
After applying such validator over our dataset published by ALIADA, a
completeness level of 3 is reached. The following step to reach the top
completeness level of 4 is to e-mail to the contacts indicated at http://lod-
cloud.net/ page
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
22
• Integration of ALIADA with the LMS (RESTful API)
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
23
• Integration of ALIADA with the LMS (RESTful API)
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA, LOD main features
24
DEMO SITE
Demo video: https://vimeo.com/aliadaproject
ARTIUM’s datasets
http://datos.artium.org/
MFAB’s dataset
http://data.szepmuveszeti.hu/
ARTIUM’s RDF data store (queries)
http://datos.artium.org/sparql
MFAB’s RDF data store (queries)
http://data.szepmuveszeti.hu/sparql
ALIADA. SWIB15 November 23-25, 2015 Hamburg
ALIADA demo
ALIADA site has been updated with the second release, the version
resulting from the usability and performance tests as well as from the
second deployment in public institutions
25ALIADA. SWIB15 November 23-25, 2015 Hamburg
http://www.aliada-project.eu/
ALIADA open source community
The source code of the second release has been uploaded to the
GitHub’s ALIADA repository and the technical documentation, the user
manual and the wiki have also been updated.
26ALIADA. SWIB15 November 23-25, 2015 Hamburg
https://github.com/ALIADA/aliada-tool/
ALIADA open source community
27ALIADA. SWIB15 November 23-25, 2015 Hamburg
info@aliada-project.eu

Más contenido relacionado

La actualidad más candente

Incubating Apache Linda (ApacheCon Europe 2012)
Incubating Apache Linda (ApacheCon Europe 2012)Incubating Apache Linda (ApacheCon Europe 2012)
Incubating Apache Linda (ApacheCon Europe 2012)Sergio Fernández
 
Eclipse RDF4J - Working with RDF in Java
Eclipse RDF4J - Working with RDF in JavaEclipse RDF4J - Working with RDF in Java
Eclipse RDF4J - Working with RDF in JavaJeen Broekstra
 
Enabling access to Linked Media with SPARQL-MM
Enabling access to Linked Media with SPARQL-MMEnabling access to Linked Media with SPARQL-MM
Enabling access to Linked Media with SPARQL-MMThomas Kurz
 
Linked Data in Scholarly Communication
Linked Data in Scholarly CommunicationLinked Data in Scholarly Communication
Linked Data in Scholarly CommunicationBernhard Haslhofer
 
The Open Annotation Collaboration (OAC) Model
The Open Annotation Collaboration (OAC) ModelThe Open Annotation Collaboration (OAC) Model
The Open Annotation Collaboration (OAC) ModelBernhard Haslhofer
 
An Introduction to the Open Archives Initiative Object Reuse and Exchange (OA...
An Introduction to the Open Archives Initiative Object Reuse and Exchange (OA...An Introduction to the Open Archives Initiative Object Reuse and Exchange (OA...
An Introduction to the Open Archives Initiative Object Reuse and Exchange (OA...Jenn Riley
 
Sasaki practical-linked-data
Sasaki practical-linked-dataSasaki practical-linked-data
Sasaki practical-linked-dataFelix Sasaki
 
Linked Media Management with Apache Marmotta
Linked Media Management with Apache MarmottaLinked Media Management with Apache Marmotta
Linked Media Management with Apache MarmottaThomas Kurz
 
WikiNext - Application Semantic Wiki
WikiNext - Application Semantic WikiWikiNext - Application Semantic Wiki
WikiNext - Application Semantic WikiPavel Arapov
 
Publishing Linked Data 3/5 Semtech2011
Publishing Linked Data 3/5 Semtech2011Publishing Linked Data 3/5 Semtech2011
Publishing Linked Data 3/5 Semtech2011Juan Sequeda
 
Apache Marmotta (incubating)
Apache Marmotta (incubating)Apache Marmotta (incubating)
Apache Marmotta (incubating)Sergio Fernández
 
Semantic Media Management with Apache Marmotta
Semantic Media Management with Apache MarmottaSemantic Media Management with Apache Marmotta
Semantic Media Management with Apache MarmottaThomas Kurz
 
ALIADA at MTRS15 Conference
ALIADA at MTRS15 ConferenceALIADA at MTRS15 Conference
ALIADA at MTRS15 Conferencealiada project
 
Evaluation of TPC-H on Spark and Spark SQL in ALOJA
Evaluation of TPC-H on Spark and Spark SQL in ALOJAEvaluation of TPC-H on Spark and Spark SQL in ALOJA
Evaluation of TPC-H on Spark and Spark SQL in ALOJADataWorks Summit
 
Creating and Utilizing Linked Open Statistical Data for the Development of Ad...
Creating and Utilizing Linked Open Statistical Data for the Development of Ad...Creating and Utilizing Linked Open Statistical Data for the Development of Ad...
Creating and Utilizing Linked Open Statistical Data for the Development of Ad...Evangelos Kalampokis
 
The Semantic Web and Drupal 7 - Loja 2013
The Semantic Web and Drupal 7 - Loja 2013The Semantic Web and Drupal 7 - Loja 2013
The Semantic Web and Drupal 7 - Loja 2013scorlosquet
 

La actualidad más candente (20)

Incubating Apache Linda (ApacheCon Europe 2012)
Incubating Apache Linda (ApacheCon Europe 2012)Incubating Apache Linda (ApacheCon Europe 2012)
Incubating Apache Linda (ApacheCon Europe 2012)
 
Eclipse RDF4J - Working with RDF in Java
Eclipse RDF4J - Working with RDF in JavaEclipse RDF4J - Working with RDF in Java
Eclipse RDF4J - Working with RDF in Java
 
Apache Marmotta - Introduction
Apache Marmotta - IntroductionApache Marmotta - Introduction
Apache Marmotta - Introduction
 
Enabling access to Linked Media with SPARQL-MM
Enabling access to Linked Media with SPARQL-MMEnabling access to Linked Media with SPARQL-MM
Enabling access to Linked Media with SPARQL-MM
 
Redfine
RedfineRedfine
Redfine
 
Linked Data in Scholarly Communication
Linked Data in Scholarly CommunicationLinked Data in Scholarly Communication
Linked Data in Scholarly Communication
 
The Open Annotation Collaboration (OAC) Model
The Open Annotation Collaboration (OAC) ModelThe Open Annotation Collaboration (OAC) Model
The Open Annotation Collaboration (OAC) Model
 
An Introduction to the Open Archives Initiative Object Reuse and Exchange (OA...
An Introduction to the Open Archives Initiative Object Reuse and Exchange (OA...An Introduction to the Open Archives Initiative Object Reuse and Exchange (OA...
An Introduction to the Open Archives Initiative Object Reuse and Exchange (OA...
 
Demos CTIC
Demos CTICDemos CTIC
Demos CTIC
 
Sasaki practical-linked-data
Sasaki practical-linked-dataSasaki practical-linked-data
Sasaki practical-linked-data
 
Linked Media Management with Apache Marmotta
Linked Media Management with Apache MarmottaLinked Media Management with Apache Marmotta
Linked Media Management with Apache Marmotta
 
WikiNext - Application Semantic Wiki
WikiNext - Application Semantic WikiWikiNext - Application Semantic Wiki
WikiNext - Application Semantic Wiki
 
Publishing Linked Data 3/5 Semtech2011
Publishing Linked Data 3/5 Semtech2011Publishing Linked Data 3/5 Semtech2011
Publishing Linked Data 3/5 Semtech2011
 
Apache Marmotta (incubating)
Apache Marmotta (incubating)Apache Marmotta (incubating)
Apache Marmotta (incubating)
 
Introduction To Pentaho Kettle
Introduction To Pentaho KettleIntroduction To Pentaho Kettle
Introduction To Pentaho Kettle
 
Semantic Media Management with Apache Marmotta
Semantic Media Management with Apache MarmottaSemantic Media Management with Apache Marmotta
Semantic Media Management with Apache Marmotta
 
ALIADA at MTRS15 Conference
ALIADA at MTRS15 ConferenceALIADA at MTRS15 Conference
ALIADA at MTRS15 Conference
 
Evaluation of TPC-H on Spark and Spark SQL in ALOJA
Evaluation of TPC-H on Spark and Spark SQL in ALOJAEvaluation of TPC-H on Spark and Spark SQL in ALOJA
Evaluation of TPC-H on Spark and Spark SQL in ALOJA
 
Creating and Utilizing Linked Open Statistical Data for the Development of Ad...
Creating and Utilizing Linked Open Statistical Data for the Development of Ad...Creating and Utilizing Linked Open Statistical Data for the Development of Ad...
Creating and Utilizing Linked Open Statistical Data for the Development of Ad...
 
The Semantic Web and Drupal 7 - Loja 2013
The Semantic Web and Drupal 7 - Loja 2013The Semantic Web and Drupal 7 - Loja 2013
The Semantic Web and Drupal 7 - Loja 2013
 

Destacado

Métricas de redes sociales de la Biblioteca Nacional de España. Ana Carrillo ...
Métricas de redes sociales de la Biblioteca Nacional de España. Ana Carrillo ...Métricas de redes sociales de la Biblioteca Nacional de España. Ana Carrillo ...
Métricas de redes sociales de la Biblioteca Nacional de España. Ana Carrillo ...Biblioteca Nacional de España
 
Recent Mutual Fund Trends [INFOGRAPHIC] - part 1
Recent Mutual Fund Trends [INFOGRAPHIC] - part 1Recent Mutual Fund Trends [INFOGRAPHIC] - part 1
Recent Mutual Fund Trends [INFOGRAPHIC] - part 1Kurtosys Systems
 
How Much Does It Cost to Be Batman in Real Life?
How Much Does It Cost to Be Batman in Real Life?How Much Does It Cost to Be Batman in Real Life?
How Much Does It Cost to Be Batman in Real Life?Mashable
 
Demonstrating Talent Acquisition's Value to your Leadership Team
Demonstrating Talent Acquisition's Value to your Leadership TeamDemonstrating Talent Acquisition's Value to your Leadership Team
Demonstrating Talent Acquisition's Value to your Leadership TeamLinkedIn Talent Solutions
 
Best practices on LinkedIn for Small and Medium Size Businesses in MENA -- Co...
Best practices on LinkedIn for Small and Medium Size Businesses in MENA -- Co...Best practices on LinkedIn for Small and Medium Size Businesses in MENA -- Co...
Best practices on LinkedIn for Small and Medium Size Businesses in MENA -- Co...LinkedIn Talent Solutions
 
What Makes Great Infographics
What Makes Great InfographicsWhat Makes Great Infographics
What Makes Great InfographicsSlideShare
 
STOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to SlideshareSTOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to SlideshareEmpowered Presentations
 
How To Get More From SlideShare - Super-Simple Tips For Content Marketing
How To Get More From SlideShare - Super-Simple Tips For Content MarketingHow To Get More From SlideShare - Super-Simple Tips For Content Marketing
How To Get More From SlideShare - Super-Simple Tips For Content MarketingContent Marketing Institute
 
Masters of SlideShare
Masters of SlideShareMasters of SlideShare
Masters of SlideShareKapost
 
10 Ways to Win at SlideShare SEO & Presentation Optimization
10 Ways to Win at SlideShare SEO & Presentation Optimization10 Ways to Win at SlideShare SEO & Presentation Optimization
10 Ways to Win at SlideShare SEO & Presentation OptimizationOneupweb
 
A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...
A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...
A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...SlideShare
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksSlideShare
 

Destacado (14)

Métricas de redes sociales de la Biblioteca Nacional de España. Ana Carrillo ...
Métricas de redes sociales de la Biblioteca Nacional de España. Ana Carrillo ...Métricas de redes sociales de la Biblioteca Nacional de España. Ana Carrillo ...
Métricas de redes sociales de la Biblioteca Nacional de España. Ana Carrillo ...
 
Recent Mutual Fund Trends [INFOGRAPHIC] - part 1
Recent Mutual Fund Trends [INFOGRAPHIC] - part 1Recent Mutual Fund Trends [INFOGRAPHIC] - part 1
Recent Mutual Fund Trends [INFOGRAPHIC] - part 1
 
How Much Does It Cost to Be Batman in Real Life?
How Much Does It Cost to Be Batman in Real Life?How Much Does It Cost to Be Batman in Real Life?
How Much Does It Cost to Be Batman in Real Life?
 
Demonstrating Talent Acquisition's Value to your Leadership Team
Demonstrating Talent Acquisition's Value to your Leadership TeamDemonstrating Talent Acquisition's Value to your Leadership Team
Demonstrating Talent Acquisition's Value to your Leadership Team
 
Big Idea: The Road to More Diversity
Big Idea: The Road to More DiversityBig Idea: The Road to More Diversity
Big Idea: The Road to More Diversity
 
Best practices on LinkedIn for Small and Medium Size Businesses in MENA -- Co...
Best practices on LinkedIn for Small and Medium Size Businesses in MENA -- Co...Best practices on LinkedIn for Small and Medium Size Businesses in MENA -- Co...
Best practices on LinkedIn for Small and Medium Size Businesses in MENA -- Co...
 
What Makes Great Infographics
What Makes Great InfographicsWhat Makes Great Infographics
What Makes Great Infographics
 
You Suck At PowerPoint!
You Suck At PowerPoint!You Suck At PowerPoint!
You Suck At PowerPoint!
 
STOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to SlideshareSTOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
 
How To Get More From SlideShare - Super-Simple Tips For Content Marketing
How To Get More From SlideShare - Super-Simple Tips For Content MarketingHow To Get More From SlideShare - Super-Simple Tips For Content Marketing
How To Get More From SlideShare - Super-Simple Tips For Content Marketing
 
Masters of SlideShare
Masters of SlideShareMasters of SlideShare
Masters of SlideShare
 
10 Ways to Win at SlideShare SEO & Presentation Optimization
10 Ways to Win at SlideShare SEO & Presentation Optimization10 Ways to Win at SlideShare SEO & Presentation Optimization
10 Ways to Win at SlideShare SEO & Presentation Optimization
 
A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...
A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...
A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & Tricks
 

Similar a Automatic Publication under Linked Data Paradigm

Introduction to aliada webinar
Introduction to aliada webinarIntroduction to aliada webinar
Introduction to aliada webinaraliada project
 
RDF Linked Data - Automatic Exchange of BIM Containers
RDF Linked Data - Automatic Exchange of BIM ContainersRDF Linked Data - Automatic Exchange of BIM Containers
RDF Linked Data - Automatic Exchange of BIM ContainersSafe Software
 
Ifla swsig meeting - Puerto Rico - 20110817
Ifla swsig meeting - Puerto Rico - 20110817Ifla swsig meeting - Puerto Rico - 20110817
Ifla swsig meeting - Puerto Rico - 20110817Figoblog
 
Adlug annual meeting 2013
Adlug annual meeting 2013Adlug annual meeting 2013
Adlug annual meeting 2013@CULT Srl
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageNoreen Whysel
 
RDF Database-as-a-Service with S4
RDF Database-as-a-Service with S4RDF Database-as-a-Service with S4
RDF Database-as-a-Service with S4Marin Dimitrov
 
MOAR RDA For Systems Folks
MOAR RDA For Systems FolksMOAR RDA For Systems Folks
MOAR RDA For Systems FolksAlison Hitchens
 
RDF-Gen: Generating RDF from streaming and archival data
RDF-Gen: Generating RDF from streaming and archival dataRDF-Gen: Generating RDF from streaming and archival data
RDF-Gen: Generating RDF from streaming and archival dataGiorgos Santipantakis
 
Site Interoperability Projects at DERI Galway's SW Cluster
Site Interoperability Projects at DERI Galway's SW ClusterSite Interoperability Projects at DERI Galway's SW Cluster
Site Interoperability Projects at DERI Galway's SW ClusterJohn Breslin
 
Apache Any23 - Anything to Triples
Apache Any23 - Anything to TriplesApache Any23 - Anything to Triples
Apache Any23 - Anything to TriplesMichele Mostarda
 
Legislative data portals and linked data quality
Legislative data portals and linked data qualityLegislative data portals and linked data quality
Legislative data portals and linked data qualityJose Emilio Labra Gayo
 
Producing, publishing and consuming linked data - CSHALS 2013
Producing, publishing and consuming linked data - CSHALS 2013Producing, publishing and consuming linked data - CSHALS 2013
Producing, publishing and consuming linked data - CSHALS 2013François Belleau
 
Data Integration And Visualization
Data Integration And VisualizationData Integration And Visualization
Data Integration And VisualizationIvan Ermilov
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Cory Lampert
 
On-Demand RDF Graph Databases in the Cloud
On-Demand RDF Graph Databases in the CloudOn-Demand RDF Graph Databases in the Cloud
On-Demand RDF Graph Databases in the CloudMarin Dimitrov
 
Enterprise knowledge graphs
Enterprise knowledge graphsEnterprise knowledge graphs
Enterprise knowledge graphsSören Auer
 

Similar a Automatic Publication under Linked Data Paradigm (20)

Introduction to aliada webinar
Introduction to aliada webinarIntroduction to aliada webinar
Introduction to aliada webinar
 
RDF Linked Data - Automatic Exchange of BIM Containers
RDF Linked Data - Automatic Exchange of BIM ContainersRDF Linked Data - Automatic Exchange of BIM Containers
RDF Linked Data - Automatic Exchange of BIM Containers
 
Ifla swsig meeting - Puerto Rico - 20110817
Ifla swsig meeting - Puerto Rico - 20110817Ifla swsig meeting - Puerto Rico - 20110817
Ifla swsig meeting - Puerto Rico - 20110817
 
Linked data and voyager
Linked data and voyagerLinked data and voyager
Linked data and voyager
 
Adlug annual meeting 2013
Adlug annual meeting 2013Adlug annual meeting 2013
Adlug annual meeting 2013
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural Heritage
 
RDF Database-as-a-Service with S4
RDF Database-as-a-Service with S4RDF Database-as-a-Service with S4
RDF Database-as-a-Service with S4
 
MOAR RDA For Systems Folks
MOAR RDA For Systems FolksMOAR RDA For Systems Folks
MOAR RDA For Systems Folks
 
RDF-Gen: Generating RDF from streaming and archival data
RDF-Gen: Generating RDF from streaming and archival dataRDF-Gen: Generating RDF from streaming and archival data
RDF-Gen: Generating RDF from streaming and archival data
 
Site Interoperability Projects at DERI Galway's SW Cluster
Site Interoperability Projects at DERI Galway's SW ClusterSite Interoperability Projects at DERI Galway's SW Cluster
Site Interoperability Projects at DERI Galway's SW Cluster
 
Apache Any23 - Anything to Triples
Apache Any23 - Anything to TriplesApache Any23 - Anything to Triples
Apache Any23 - Anything to Triples
 
The Danish National Bibliography as LOD
The Danish National Bibliography as LODThe Danish National Bibliography as LOD
The Danish National Bibliography as LOD
 
Legislative data portals and linked data quality
Legislative data portals and linked data qualityLegislative data portals and linked data quality
Legislative data portals and linked data quality
 
Semantic Web talk TEMPLATE
Semantic Web talk TEMPLATESemantic Web talk TEMPLATE
Semantic Web talk TEMPLATE
 
Producing, publishing and consuming linked data - CSHALS 2013
Producing, publishing and consuming linked data - CSHALS 2013Producing, publishing and consuming linked data - CSHALS 2013
Producing, publishing and consuming linked data - CSHALS 2013
 
Data Integration And Visualization
Data Integration And VisualizationData Integration And Visualization
Data Integration And Visualization
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
 
On-Demand RDF Graph Databases in the Cloud
On-Demand RDF Graph Databases in the CloudOn-Demand RDF Graph Databases in the Cloud
On-Demand RDF Graph Databases in the Cloud
 
Enterprise knowledge graphs
Enterprise knowledge graphsEnterprise knowledge graphs
Enterprise knowledge graphs
 
Spark meetup TCHUG
Spark meetup TCHUGSpark meetup TCHUG
Spark meetup TCHUG
 

Más de aliada project

FRBR oszk horvath adam
FRBR oszk horvath adamFRBR oszk horvath adam
FRBR oszk horvath adamaliada project
 
Taller abriendo los silos de la información al mundo
Taller abriendo los silos de la información al mundoTaller abriendo los silos de la información al mundo
Taller abriendo los silos de la información al mundoaliada project
 
Aliada bibliostar15 ivo contursi
Aliada bibliostar15 ivo contursiAliada bibliostar15 ivo contursi
Aliada bibliostar15 ivo contursialiada project
 
Aliada open workshop hungary
Aliada open workshop hungaryAliada open workshop hungary
Aliada open workshop hungaryaliada project
 
Aliada open workshop spain
Aliada open workshop spainAliada open workshop spain
Aliada open workshop spainaliada project
 
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - a...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben -  a...Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben -  a...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - a...aliada project
 
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - az ...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - az ...Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - az ...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - az ...aliada project
 
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - a...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben -  a...Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben -  a...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - a...aliada project
 
Automatic publication of library and museum data into the semantic web: the d...
Automatic publication of library and museum data into the semantic web: the d...Automatic publication of library and museum data into the semantic web: the d...
Automatic publication of library and museum data into the semantic web: the d...aliada project
 
The European ALIADA project : introduction
The European ALIADA project : introductionThe European ALIADA project : introduction
The European ALIADA project : introductionaliada project
 
Automatic publication of library and museum data into the LOD cloud
Automatic publication of library and museum data into the LOD cloudAutomatic publication of library and museum data into the LOD cloud
Automatic publication of library and museum data into the LOD cloudaliada project
 
ALIADA, una solución open source para publicar linked open data en biblioteca...
ALIADA, una solución open source para publicar linked open data en biblioteca...ALIADA, una solución open source para publicar linked open data en biblioteca...
ALIADA, una solución open source para publicar linked open data en biblioteca...aliada project
 
ALIADA project. General presentation. Spanish
ALIADA project. General presentation. SpanishALIADA project. General presentation. Spanish
ALIADA project. General presentation. Spanishaliada project
 
ALIADA Project. AtCult
ALIADA Project. AtCultALIADA Project. AtCult
ALIADA Project. AtCultaliada project
 

Más de aliada project (14)

FRBR oszk horvath adam
FRBR oszk horvath adamFRBR oszk horvath adam
FRBR oszk horvath adam
 
Taller abriendo los silos de la información al mundo
Taller abriendo los silos de la información al mundoTaller abriendo los silos de la información al mundo
Taller abriendo los silos de la información al mundo
 
Aliada bibliostar15 ivo contursi
Aliada bibliostar15 ivo contursiAliada bibliostar15 ivo contursi
Aliada bibliostar15 ivo contursi
 
Aliada open workshop hungary
Aliada open workshop hungaryAliada open workshop hungary
Aliada open workshop hungary
 
Aliada open workshop spain
Aliada open workshop spainAliada open workshop spain
Aliada open workshop spain
 
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - a...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben -  a...Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben -  a...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - a...
 
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - az ...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - az ...Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - az ...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - az ...
 
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - a...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben -  a...Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben -  a...
Könyvtári és múzeumi adatok automatikus publikálása a szemantikus weben - a...
 
Automatic publication of library and museum data into the semantic web: the d...
Automatic publication of library and museum data into the semantic web: the d...Automatic publication of library and museum data into the semantic web: the d...
Automatic publication of library and museum data into the semantic web: the d...
 
The European ALIADA project : introduction
The European ALIADA project : introductionThe European ALIADA project : introduction
The European ALIADA project : introduction
 
Automatic publication of library and museum data into the LOD cloud
Automatic publication of library and museum data into the LOD cloudAutomatic publication of library and museum data into the LOD cloud
Automatic publication of library and museum data into the LOD cloud
 
ALIADA, una solución open source para publicar linked open data en biblioteca...
ALIADA, una solución open source para publicar linked open data en biblioteca...ALIADA, una solución open source para publicar linked open data en biblioteca...
ALIADA, una solución open source para publicar linked open data en biblioteca...
 
ALIADA project. General presentation. Spanish
ALIADA project. General presentation. SpanishALIADA project. General presentation. Spanish
ALIADA project. General presentation. Spanish
 
ALIADA Project. AtCult
ALIADA Project. AtCultALIADA Project. AtCult
ALIADA Project. AtCult
 

Último

4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sectoritnewsafrica
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentMahmoud Rabie
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Nikki Chapple
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...amber724300
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 

Último (20)

4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career Development
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 

Automatic Publication under Linked Data Paradigm

  • 1. Automatic Publication under Linked Data Paradigm of Library Data ALIADA, an Open Source Solution to Easily Publish Linked Data of Libraries and Museums ALIADA Project Consortium SWIB15, November 23-25, 2015 Hamburg
  • 2. The challenge: why LOD in LM 2ALIADA. SWIB15 November 23-25, 2015 Hamburg • A global pool of shared data that can be re-used to describe resources will avoid the redundant effort of the current cataloging processes. • The use of the Web and Web-based identifiers will make up-to-date resource descriptions directly citable by catalogers. • Linked Data is more durable and robust than metadata formats that depend on a particular data structure. • Developers will also no longer have to work with library-specific data formats (MARC, LIDO). • With Linked Open Data, libraries can increase their presence on the Web, where most information seekers may be found. http://www.w3.org/2005/Incubator/lld/wiki/Benefits
  • 3. The challenge: how to start 3 • Cataloguing data according international conceptual models and standards (FRBR, BIBFRAME, CIDOC-CRM, …) • Exporting records to standard metadata schemes (MARC, LIDO or Dublin Core) and formats (XML) • Selecting an ontology • Converting MARC/LIDO/DC metadata to RDF statements • Linking their own dataset to other datasets (one domain or multidomain) • Publishing data as 5-star Linked Open Data ALIADA. SWIB15 November 23-25, 2015 Hamburg
  • 4. The challenge: how to start 4 “Librarians and curators are experts in cataloguing and making accessible their resources, but the don’t know about Linked Data technology, so they need an ally” ALIADA. SWIB15 November 23-25, 2015 Hamburg
  • 5. ALIADA, the ally to publish LODLM 5ALIADA. SWIB15 November 23-25, 2015 Hamburg • Open source Java application to automatically publish as Linked Data the metadata created by a library or museum management system • Supported metadata types (types of datasets): bibliographic records, authority records, descriptions of museum objects and other information resources • Compliant with MARC XML, LIDO XML and Dublin Core formats • Conversion to RDF triples (mapping) according to the ALIADA ontology, mainly based on FRBRoo, SKOS, WGS84 and FoaF ontologies • Linking to other datasets, such as Europeana, British National Bibliography, Spanish National Library, Freebase Visual Art, DBpedia, Hungarian National Library, Library of Congress Subject Headings, Lobid, MARC codes list, VIAF Virtual International Authority File or Open Library • Automatic publication of dumps (URIs) and SPARQL Endpoint on DataHub
  • 6. 6ALIADA. SWIB15 November 23-25, 2015 Hamburg • EU FP7- ENV-2012 Collaborative project 2013-2015 • Partners: Art museums, libraries, ILS vendors, researchers on Semantic Web technology • Final release: October 2015 • Open source community expected • ALIADA is free software, you can redistribute it and/or modify it under the terms of the GNU GPL v3 (License) ALIADA, the ally to publish LODLM
  • 7. 7 ALIADA 1.0 1st ws ALIADA 2.1 • M11 – September 2014: 1st Usability workshop • M12 – October2014: 1st Prototype + opening to the community • M15 – January 2015: 1st deployment • M16 – February 2015: 2nd Usability workshop • M23 – September 2015: Final Usability workshop • M24 – October 2015: 2nd Prototype & 2nd deployment + opening to the community 1st deployment Final ws 2nd deployment 2nd ws ALIADA 2.0 ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, the ally to publish LODLM
  • 8. • User interface in Spanish and English. • Validation of imported records (MARC Bibliographic and LIDO) • Mapping templates (FRBRoo) • RDF-izer (ALIADA ontology) • Linking to some datasets: Europeana, BNB, BNE, Freebase, Dbpedia, NSZL, Geonames and MARC Code Lists (SPARQL end- point) • Linked data server creation + SPARQL endpoint + URIs dereferencing . • Linked dataset validation: through a number of SPARQL queries. 8 1st prototype (2014) ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, the ally to publish LODLM
  • 9. 9 • Translation of DublinCore XML and MARC XML Authorities to ALIADA ontology. • Validation of RDF dataset consistency. • NER (Named Entity Recognition) for some text free elements • Ad-hoc linking to some of the listed external datasets , which do not provide a SPARQL endpoint such as VIAF, LOBID, Open Library and Library of Congress Subject Headings. • Links disambiguation: the system offers to the user a set of possible ambiguous links: so the user can decide which links are correct and which ones should be rejected. • Advanced URI de-referencing and creation of a web page for the generated dataset. • Publication in CKAN of the created linked dataset + DataHub LOD validator. • Translation of the user interface to Italian and Hungarian. • ALIADA offers REST services in order to be integrated with other systems: ILS and CMS. 2nd prototype (2015) ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, the ally to publish LODLM
  • 10. 10 ALIADA ontology ApacheTomcat MARCXML2RDF LIDO2RDF RDFizer endpoint Validation of Input Data U s e r I n t e r f a c e Links Discovery Silk Discovery Framework USER Virtuoso RDF Store Graph1 Modules Configuration MySQL DB endpoint Validation RDF dataset DublinCore2RDF translation RDF Consistency validation Dublin Core Creation CKAN DataHub page URL rewrite rules Linked Data server Links Disambiguation ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 11. • ALIADA RDFizer  Scalability (RESTful application, Apache Camel asynchronous channels, JEE web application)  Modularity (Conversion templates are configurable and extensible)  Reusability (Standalone installation of the RDFizer)  Easy to use/maintain (Conversion job is controlled by the so- called “conversion templates”, which are runtime-interpreted scripts very easy to maintains)  Easy to extend (The library is free to create their conversion template, producing an arbitrary output format, with another ontology)  Validation before the conversion (Jena OWL Micro Reasoner) 11ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 12. 12 • NER of free text fields.  A dedicated component for doing NLP (Natural Language Processing). Recognizes sequences of words in a text which are the names of things, such as person, company names and places.  In LIDO it is applied to <lido:descriptiveNoteValue xml:lang="en" lido:type ="physical-description">Sculpture of Mozart</lido:descriptiveNoteValue >  In MARC it is applied to • “522” ”a”: Geographic Coverage Note. • ”525” ”a”: Supplement Note. • ”520” ”a”: Summary, etc. • ”520” ”b”: Expansion of summary note.  The NER results are stored as RDF triples that enrich the owning records ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 13. 13 • Linking to Datasets that provide SPARQL endpoint ALIADA dataset E39_Actor E21_Person F10_Person Actor_Appellation MARCCode Lists MARC_Country MARC_GeographicArea DBpediaAgent:name Place:name Work:label Europeanadc:title edm:ProvidedCHO BNB dc:title BNE ifla-frbr:C1005 ifla-frbr:P3039 / ifla-frad:P4031 ifla-frbr:C1001 ifla-frbr:P3001 / ifla-frad:P4033 GeoNamesgeo:name wgs84:lat wgs84:long Freebase people.person visual_art.artwork book.book F3_Manifestation_Product_Type – Title E18_Physical_Thing – Appellation NSZL foaf:Person bibo:document E53_Place F9_Place Place_Appellation wgs84:lat wgs84:long film.film E73_Information_Object – Title E56_Language MARC:Language ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 14. 14 ALIADA dataset E39_Actor E21_Person F10_Person Actor_Appellation LOBID: Libraries & rel. organisations VIAF Library of Congress Subject Headings http://id.loc.gov/search/?q=String ToSearchFor&q=cs:http://id.loc.g ov/authorities/subjects&format=x ml F3_Manifestation_Product_Type - Title Title ecrm:P3_has_note StringToSearchFor LOBID: Bib. resources E39_Actor - Actor_Appellation Actor_Appellation ecrm:P3_has_note StringToSearchFor E89_PropositionalObject ecrm:P129_is_about skos:Concept skos:Concept skos:prefLabel StringToSearchFor E1_CRM_Entity P137 exemplifies skos:Concept skos:Concept skos:prefLabel StringToSearchFor http://api.lobid.org/organisation?name=StringToSearchFor&format=ids http://api.lobid.org/resource?name=StringToSearchFor&form at=ids Actor_Appellation ecrm:P3_has_note StringToSearchFor http://www.viaf.org/viaf/AutoSuggest?query=StringToSearchFor Open Library https://openlibrary.org/search?title=StringToSearchFor • Linking to Datasets that do not provide SPARQL endpoint ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 15. 15 • Links disambiguation ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 16. • Advanced URI de-referencing URI regulation : http://www.w3.org/TR/cooluris/ • Be on the web – Machines and people should be able to retrieve a description about the resource identified by the URI from the Web. – Machines should get RDF data and humans should get a readable representation, such as HTML • Cool URIs – Simplisity: Short and mnemonic – Stability: Does not change as long as possible – Managabilty: Keep all URIs in a dedicated subdomain 16ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 17. • URI name convention of ALIADA: URI structure {domain}/{type}/{concept}/{class}/{reference}.{format} data.szepmuveszeti.hu/id/collections/museum/E18_Physical_Thing/sz epmuveszeti.hu_object_29 17ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 18. • URI name convention of ALIADA: URI structure 18ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features Extension Media type Common name .html text/html HTML .json application/rdf+json JSON .jsonld application/ld+json JSON-LD .nt text/plain N-Triples .opac OPAC of the institution (if restful) OPAC .rdf application/rdf+xml RDF/XML .ttl text/rdf+n3 N3/Turtle http://data.szepmuveszeti.hu/doc/collections/museum/E18_Physical_T hing/szepmuveszeti.hu_object_29.nt http://data.szepmuveszeti.hu/doc/collections/museum/E18_Physical_T hing/szepmuveszeti.hu_object_29.html
  • 19. 19 • Dataset Default Web Page created by ALIADA ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 20. 20 • Publication in CKAN Datahub ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 21. 21 • Data Hub LOD Validator A handy record validator is provided at http://validator.lod- cloud.net/validate.php to check that at least the minimum required information is present. After applying such validator over our dataset published by ALIADA, a completeness level of 3 is reached. The following step to reach the top completeness level of 4 is to e-mail to the contacts indicated at http://lod- cloud.net/ page ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 22. 22 • Integration of ALIADA with the LMS (RESTful API) ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 23. 23 • Integration of ALIADA with the LMS (RESTful API) ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA, LOD main features
  • 24. 24 DEMO SITE Demo video: https://vimeo.com/aliadaproject ARTIUM’s datasets http://datos.artium.org/ MFAB’s dataset http://data.szepmuveszeti.hu/ ARTIUM’s RDF data store (queries) http://datos.artium.org/sparql MFAB’s RDF data store (queries) http://data.szepmuveszeti.hu/sparql ALIADA. SWIB15 November 23-25, 2015 Hamburg ALIADA demo
  • 25. ALIADA site has been updated with the second release, the version resulting from the usability and performance tests as well as from the second deployment in public institutions 25ALIADA. SWIB15 November 23-25, 2015 Hamburg http://www.aliada-project.eu/ ALIADA open source community
  • 26. The source code of the second release has been uploaded to the GitHub’s ALIADA repository and the technical documentation, the user manual and the wiki have also been updated. 26ALIADA. SWIB15 November 23-25, 2015 Hamburg https://github.com/ALIADA/aliada-tool/ ALIADA open source community
  • 27. 27ALIADA. SWIB15 November 23-25, 2015 Hamburg info@aliada-project.eu