SlideShare a Scribd company logo
Linked Open DataLinked Open Data
HorváthHorváth ÁdámÁdám
Museum of Fine Arts, BudapestMuseum of Fine Arts, Budapest
MUZEUM@DIGITMUZEUM@DIGIT
Múzeumi Digitalizálási KonferenciaMúzeumi Digitalizálási Konferencia
Budapest, 2013. június 10–11.Budapest, 2013. június 10–11.
TerminologyTerminology
Linked Open Data (LOD)Linked Open Data (LOD)
Semantic webSemantic web (semweb)(semweb)
Open Linked DataOpen Linked Data
TThe web of Linked Open Datahe web of Linked Open Data
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
ContentContentss
Semantic web basicsSemantic web basics
Web and semantic webWeb and semantic web
Advantages of linked dataAdvantages of linked data
Cultural institutions on the semantic webCultural institutions on the semantic web
Semantic data examplesSemantic data examples
Semantic searchSemantic search
How to publish your dataHow to publish your data
Museum of Fine Arts and the semwebMuseum of Fine Arts and the semweb
Semantic web basicsSemantic web basics
SSet of linked RDF statementset of linked RDF statements
RDFRDF
– Resource Description FrameworkResource Description Framework
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web basicsSemantic web basics
RDF statementRDF statement
– Abstract exampleAbstract example
• DeDeccameron’sameron’s author isauthor is BoccaccioBoccaccio
• SubjectSubject PredicatePredicate ObjectObject
Rules of RDF statementRules of RDF statement
– Subject, predicate must be URISubject, predicate must be URI
– Object can be URI or literalObject can be URI or literal
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web basicsSemantic web basics
Concrete example (RDF/XML)Concrete example (RDF/XML)
– SubjectSubject
• <bibo:Document<bibo:Document
rdf:about="rdf:about="http://nektar.oszk.hu/resource/manifhttp://nektar.oszk.hu/resource/manif
estation/3078548estation/3078548">">
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web basicsSemantic web basics
Concrete example (RDF/XML)Concrete example (RDF/XML)
– PredicatePredicate
• http://purl.org/dc/terms/creatorhttp://purl.org/dc/terms/creator
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web basicsSemantic web basics
Concrete example (RDF/XML)Concrete example (RDF/XML)
– ObjectObject
• http://nektar.oszk.hu/resource/auth/122083http://nektar.oszk.hu/resource/auth/122083
– This URI identifies BoccaccioThis URI identifies Boccaccio
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web basicsSemantic web basics
Concrete example (RDF/XML)Concrete example (RDF/XML)
– Subject, predicate, objectSubject, predicate, object ((fullfull URI)URI)
<bibo:Document<bibo:Document
rdf:about="rdf:about="http://nektar.oszk.hu/resource/manifeshttp://nektar.oszk.hu/resource/manifes
tation/3078548tation/3078548">">
<<http://purl.org/dc/termshttp://purl.org/dc/terms/creatorcreator
rdf:resource="rdf:resource="http://nektar.oszk.hu/resource/auth/http://nektar.oszk.hu/resource/auth/
122083122083""/>/>
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web basicsSemantic web basics
Concrete example (RDF/XML)Concrete example (RDF/XML)
– Subject, predicate, object (abbreviated URI)Subject, predicate, object (abbreviated URI)
• http://purl.org/dc/termshttp://purl.org/dc/terms/creatorcreator -> dcterms:creator-> dcterms:creator
<bibo:Document<bibo:Document
rdf:about="rdf:about="http://nektar.oszk.hu/resource/http://nektar.oszk.hu/resource/
manifestation/3078548manifestation/3078548">">
<dcterms:creator<dcterms:creator
rdf:resource="rdf:resource="http://nektar.oszk.hu/resourchttp://nektar.oszk.hu/resourc
e/auth/122083e/auth/122083""/>/>
<<dc:creatordc:creator>>Boccaccio, Giovanni (1313-Boccaccio, Giovanni (1313-
1375)</dc:creator1375)</dc:creator>>
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web basicsSemantic web basics
Predicates of the previous pagesPredicates of the previous pages
– bibo:Documentbibo:Document
– dcterms:creatordcterms:creator
– dc:creatordc:creator
Prefixes represent element setsPrefixes represent element sets
– CRMCRM
Strings after the colon are theStrings after the colon are the
properties of the element setproperties of the element set
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web basicsSemantic web basics
Statements can be linked togetherStatements can be linked together
easilyeasily
– The object of a statement can be theThe object of a statement can be the
subject of anothersubject of another
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Web and the semantic webWeb and the semantic web
The web links pagesThe web links pages
The semantic web links dataThe semantic web links data
The web is similar to a documentThe web is similar to a document
The semantic web is similar to a databaseThe semantic web is similar to a database
– RDF is the format of the databaseRDF is the format of the database
– This database is independent from any applicationThis database is independent from any application
The web was created for humansThe web was created for humans
The semantic web was created for machinesThe semantic web was created for machines
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
AdvantageAdvantagess of linked dataof linked data
The linked data can provide a uniformThe linked data can provide a uniform
access mechanismaccess mechanism
– The linked data can be considered as aThe linked data can be considered as a
worldwide APIworldwide API
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Advantages of linked dataAdvantages of linked data
technologytechnology
There are problems that can be solvedThere are problems that can be solved
more easily with using semantic webmore easily with using semantic web
technologytechnology
– National Széchényi Library uses triplestoreNational Széchényi Library uses triplestore
and SPARQL to retrieve all editions of aand SPARQL to retrieve all editions of a
certain workcertain work
– Oracle uses PROV to track changes overOracle uses PROV to track changes over
time for metadata from heterogeneoustime for metadata from heterogeneous
systemssystems
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web and the culturalSemantic web and the cultural
institutionsinstitutions
The data of cultural institutions can beThe data of cultural institutions can be
shared by the means of a generallyshared by the means of a generally
used toolused tool
The cultural data can have a newThe cultural data can have a new
meaning in this environmentmeaning in this environment
The data of cultural institutions can beThe data of cultural institutions can be
transferred into RDF statementstransferred into RDF statements
relatively easyrelatively easy
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
The semweb and the culturalThe semweb and the cultural
institutionsinstitutions
The main role is to publish the dataThe main role is to publish the data
– Crating semantic web applications is theCrating semantic web applications is the
task of software developerstask of software developers
Cultural institutions can use semanticCultural institutions can use semantic
web technologiesweb technologies
Cultural institutions can use semanticCultural institutions can use semantic
web to enrich their own dataweb to enrich their own data
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Libraries on the semantic webLibraries on the semantic web
The full library contentsThe full library contents
– LIBRIS (Union Catalogue of Sweden)LIBRIS (Union Catalogue of Sweden)
– National SzéchényiNational Széchényi LibraryLibrary
Bibliographical dataBibliographical data
– British LibraryBritish Library
– Deutsche National BibliothekDeutsche National Bibliothek
– Biblioteca Nacional de EspaBiblioteca Nacional de Españñaa
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Museums on the semantic webMuseums on the semantic web
Yale Centre of British ArtYale Centre of British Art
– Full collectionFull collection
– Also supporter of open data (and pictures)Also supporter of open data (and pictures)
– TMS userTMS user
Smithsonian American Art MuseumSmithsonian American Art Museum
– Full collectionFull collection
– Links to Dbpedia, ULANLinks to Dbpedia, ULAN
– TMS userTMS user
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Museums on the semantic webMuseums on the semantic web
MuseumFinlandMuseumFinland
Amsterdam MuseumAmsterdam Museum
LODAC Museum (Japan): 114 museumLODAC Museum (Japan): 114 museum
Italian MuseumsItalian Museums
– http://http://www.linkedopendata.it/datasets/museiwww.linkedopendata.it/datasets/musei
British MuseumBritish Museum
– Online CollectionOnline Collection
– http://collection.britishmuseum.org/http://collection.britishmuseum.org/
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Europeana on the semantic webEuropeana on the semantic web
Europeana Data Model (EDM)Europeana Data Model (EDM)
– First implementation: Europeana Linked DataFirst implementation: Europeana Linked Data
PilotPilot
• data.europeana.eudata.europeana.eu
– Technical descriptionTechnical description
• http://http://pro.europeana.eupro.europeana.eu/web/guest/tech-details/web/guest/tech-details
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic data examplesSemantic data examples
Yale Centre of British ArtYale Centre of British Art
– Via a link on an HTML pageVia a link on an HTML page
– http://http://
collections.britishart.yale.edu/vufind/Record/36collections.britishart.yale.edu/vufind/Record/36
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Linked Open Data
Linked Open Data
Linked Open Data
Linked Open Data
http://collection.britishart.yale.edu/id/object/8052
How to see semantic dataHow to see semantic data
Yale Centre of British ArtYale Centre of British Art
– Via a link on an HTML pageVia a link on an HTML page
• http://collections.britishart.yale.edu/vufind/Rechttp://collections.britishart.yale.edu/vufind/Rec
ord/3646000ord/3646000
– Via SPARQL endpointVia SPARQL endpoint
• http://collection.britishart.yale.edu/sparqlhttp://collection.britishart.yale.edu/sparql
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Linked Open Data
Linked Open Data
Semantic web browsSemantic web browsersers
DiscoDisco
DotAcDotAc
EldaElda
MarblesMarbles
OpenLinkDataExplorerOpenLinkDataExplorer
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
RippleRipple
SIOC BrowserSIOC Browser
Sig.maSig.ma
TabulatorTabulator
ZitgistZitgist
Source:Source:
http://http://www.w3.org/2001/sw/wiki/Category:Semantic_Web_Browserwww.w3.org/2001/sw/wiki/Category:Semantic_Web_Browser
Semantic web browersSemantic web browers
OpenLink Data ExplorerOpenLink Data Explorer
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web browersSemantic web browers
OpenLink Data ExplorerOpenLink Data Explorer
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic web browersSemantic web browers
OpenLink Data ExplorerOpenLink Data Explorer
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Linked Open Data
Semantic searchSemantic search
Europeanna ConnectEuropeanna Connect
– WP1 Creating the Europeana SemanticWP1 Creating the Europeana Semantic
LayerLayer
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Linked Open Data
Semantic web applicatonsSemantic web applicatons
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic SearchSemantic Search
works showing matching personworks showing matching person
works showing locationworks showing location
works showing conceptworks showing concept
works titledworks titled
works created fromworks created from
works with matching locationworks with matching location
works showing a more specific locationworks showing a more specific location
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic searchSemantic search
ResearchSpaceResearchSpace
– http://www.researchspace.org/online-http://www.researchspace.org/online-
researchresearch
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Semantic searchSemantic search
ResearchSpaceResearchSpace
– https://www.youtube.com/watch?https://www.youtube.com/watch?
feature=player_embedded&v=HCnwgq6ebfeature=player_embedded&v=HCnwgq6eb
AsAs
Site based on linked dataSite based on linked data
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
How to publish your dataHow to publish your data
Convert your data into RDF statementsConvert your data into RDF statements
– EDM, CIDOC_CRMEDM, CIDOC_CRM
Create external linksCreate external links
Load the statements into a triplestoreLoad the statements into a triplestore
– Jena, Virtuoso, etc.Jena, Virtuoso, etc.
Advertise your dataset inAdvertise your dataset in
– http://datahub.io/http://datahub.io/
– Your homepageYour homepage
– In email listsIn email lists
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Useful informationUseful information
Cool URIs for the Semantic WebCool URIs for the Semantic Web
– http://www.w3.org/TR/2008/NOTE-cooluris-http://www.w3.org/TR/2008/NOTE-cooluris-
20080331/20080331/
How to Publish Linked Data on the WebHow to Publish Linked Data on the Web
– http://www4.wiwiss.fu-http://www4.wiwiss.fu-
berlin.de/bizer/pub/LinkedDataTutorial/berlin.de/bizer/pub/LinkedDataTutorial/
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
Museum of Fine ArtsMuseum of Fine Arts and semweband semweb
The museum has already decided toThe museum has already decided to
take part in a project aiming to publishtake part in a project aiming to publish
the metatada on the semantic webthe metatada on the semantic web
Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
adam.horvathadam.horvath@@szepmuveszti.huszepmuveszti.hu
Thank you for your attentionThank you for your attention

More Related Content

PPTX
Linked Data: principles and examples
PPTX
One day workshop Linked Data and Semantic Web
PPTX
Reminiscing about interoperability
PPT
museum-digital: making participation in europeana possible
PDF
The Power Of The User
PPTX
Interoperability for web based scholarship
PDF
EDL Stockholm
PDF
121004 linking open_data_with_drupal_v1
Linked Data: principles and examples
One day workshop Linked Data and Semantic Web
Reminiscing about interoperability
museum-digital: making participation in europeana possible
The Power Of The User
Interoperability for web based scholarship
EDL Stockholm
121004 linking open_data_with_drupal_v1

What's hot (17)

PDF
Linked Data Snowball, or Why We Need Reconciliation
PPTX
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
PPTX
Towards digitizing scholarly communication
PPTX
Sem webmaubeuge
PPTX
Links and Entities: The Library Data Revolution
PDF
Linked Open Data
PPTX
Linked data for Enterprise Data Integration
PDF
Build Narratives, Connect Artifacts: Linked Open Data for Cultural Heritage
PPTX
Nemeth Marton - Widening the limits of cognitive reception with online digita...
PDF
Open hpi semweb-06-part5
PPTX
How to read a million books?
PDF
From Structured Data to Linked Open Governmental Data
PPTX
Widening the limits of cognitive reception with online digital library graph ...
PDF
Linked Data (1st Linked Data Meetup Malmö)
PDF
LDOW2015 Position Talk and Discussion
PDF
Web of Data Usage Mining
Linked Data Snowball, or Why We Need Reconciliation
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Towards digitizing scholarly communication
Sem webmaubeuge
Links and Entities: The Library Data Revolution
Linked Open Data
Linked data for Enterprise Data Integration
Build Narratives, Connect Artifacts: Linked Open Data for Cultural Heritage
Nemeth Marton - Widening the limits of cognitive reception with online digita...
Open hpi semweb-06-part5
How to read a million books?
From Structured Data to Linked Open Governmental Data
Widening the limits of cognitive reception with online digital library graph ...
Linked Data (1st Linked Data Meetup Malmö)
LDOW2015 Position Talk and Discussion
Web of Data Usage Mining
Ad

Similar to Linked Open Data (20)

PPT
RDF and Open Linked Data, a first approach
PPS
Linking Open Data with Drupal
ODP
Linked Open Europeana: Semantics for the Citizen
PDF
UI design for open data
PPT
First steps towards publishing library data on the semantic web
PPT
Semantic Web and Linked Data for cultural heritage materials - Approaches in ...
PPTX
Connecting Museums with Linked Data
PPT
Aplicații Web Semantice - Descriere Proiect
PPT
Automatic publication of library and museum data into the semantic web: the d...
PPT
Automatic publication of library and museum data into the semantic web: the d...
PPTX
xDams and the Reload Project at "Italian lectures on semantic web and linked ...
PPT
Mapping the European(a) metadata landscape
PPT
Tutorial on Semantic Digital Libraries (ESWC'2007)
PDF
Documents, services, and data on the web
ODP
20110324 linked openeuropeanahumanities
PPT
Information Extraction and Linked Data Cloud
PPTX
The Statistics of Stairway to Heaven: A Semantic Story About Digital Humanities
PPTX
ResearchSpace- Example of a VRE Based on CIDOC CRM
PPT
The European ALIADA project : introduction
PPTX
Building an ecosystem of networked references
RDF and Open Linked Data, a first approach
Linking Open Data with Drupal
Linked Open Europeana: Semantics for the Citizen
UI design for open data
First steps towards publishing library data on the semantic web
Semantic Web and Linked Data for cultural heritage materials - Approaches in ...
Connecting Museums with Linked Data
Aplicații Web Semantice - Descriere Proiect
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...
xDams and the Reload Project at "Italian lectures on semantic web and linked ...
Mapping the European(a) metadata landscape
Tutorial on Semantic Digital Libraries (ESWC'2007)
Documents, services, and data on the web
20110324 linked openeuropeanahumanities
Information Extraction and Linked Data Cloud
The Statistics of Stairway to Heaven: A Semantic Story About Digital Humanities
ResearchSpace- Example of a VRE Based on CIDOC CRM
The European ALIADA project : introduction
Building an ecosystem of networked references
Ad

More from horvadam (20)

PPT
A szemantikus web és a könyvtárak, különös tekintettel a BIBFRAME formátumra
PPT
Szemantikus web
PPT
Személynevek a szemantikus térben
PPT
Az aggregáció általános modellje : Synergy modell
PPT
Urn oszkkm 01
PPT
TELplus és EDLnet úton az Európai Digitális Könyvtár felé - Múzeumok az EURO...
PPT
PPT
NBN:URN Generator and Resolver
PPT
ZING: the Next Generation of Z39.50
PPT
Automation at the National Széchényi Library
PPT
FRBR in a simplified way : Status report
PPT
WEB2 developments at the National Széchényi Library
PPT
Semantic web: where are we now?
PPT
LibriVision via the OpenSocial protocol
PPT
Catalogue enrichment in LibriVision
PPT
Az RFID bevezetésének kérdései
PPT
Linked Data at the National Széchényi Library : road to the publication
PPT
Szemantikus web és a könyvtárak
PPT
Szemantikus web és a könyvtárak
PPT
Linked Open Data
A szemantikus web és a könyvtárak, különös tekintettel a BIBFRAME formátumra
Szemantikus web
Személynevek a szemantikus térben
Az aggregáció általános modellje : Synergy modell
Urn oszkkm 01
TELplus és EDLnet úton az Európai Digitális Könyvtár felé - Múzeumok az EURO...
NBN:URN Generator and Resolver
ZING: the Next Generation of Z39.50
Automation at the National Széchényi Library
FRBR in a simplified way : Status report
WEB2 developments at the National Széchényi Library
Semantic web: where are we now?
LibriVision via the OpenSocial protocol
Catalogue enrichment in LibriVision
Az RFID bevezetésének kérdései
Linked Data at the National Széchényi Library : road to the publication
Szemantikus web és a könyvtárak
Szemantikus web és a könyvtárak
Linked Open Data

Recently uploaded (20)

PPTX
Chapter 5: Probability Theory and Statistics
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PDF
Architecture types and enterprise applications.pdf
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PPTX
cloud_computing_Infrastucture_as_cloud_p
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
Tartificialntelligence_presentation.pptx
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
The various Industrial Revolutions .pptx
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
project resource management chapter-09.pdf
PPTX
TLE Review Electricity (Electricity).pptx
Chapter 5: Probability Theory and Statistics
A contest of sentiment analysis: k-nearest neighbor versus neural network
O2C Customer Invoices to Receipt V15A.pptx
Architecture types and enterprise applications.pdf
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Zenith AI: Advanced Artificial Intelligence
Group 1 Presentation -Planning and Decision Making .pptx
NewMind AI Weekly Chronicles - August'25-Week II
1 - Historical Antecedents, Social Consideration.pdf
NewMind AI Weekly Chronicles – August ’25 Week III
cloud_computing_Infrastucture_as_cloud_p
OMC Textile Division Presentation 2021.pptx
DP Operators-handbook-extract for the Mautical Institute
Tartificialntelligence_presentation.pptx
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
The various Industrial Revolutions .pptx
WOOl fibre morphology and structure.pdf for textiles
project resource management chapter-09.pdf
TLE Review Electricity (Electricity).pptx

Linked Open Data

  • 1. Linked Open DataLinked Open Data HorváthHorváth ÁdámÁdám Museum of Fine Arts, BudapestMuseum of Fine Arts, Budapest MUZEUM@DIGITMUZEUM@DIGIT Múzeumi Digitalizálási KonferenciaMúzeumi Digitalizálási Konferencia Budapest, 2013. június 10–11.Budapest, 2013. június 10–11.
  • 2. TerminologyTerminology Linked Open Data (LOD)Linked Open Data (LOD) Semantic webSemantic web (semweb)(semweb) Open Linked DataOpen Linked Data TThe web of Linked Open Datahe web of Linked Open Data Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 3. ContentContentss Semantic web basicsSemantic web basics Web and semantic webWeb and semantic web Advantages of linked dataAdvantages of linked data Cultural institutions on the semantic webCultural institutions on the semantic web Semantic data examplesSemantic data examples Semantic searchSemantic search How to publish your dataHow to publish your data Museum of Fine Arts and the semwebMuseum of Fine Arts and the semweb
  • 4. Semantic web basicsSemantic web basics SSet of linked RDF statementset of linked RDF statements RDFRDF – Resource Description FrameworkResource Description Framework Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 5. Semantic web basicsSemantic web basics RDF statementRDF statement – Abstract exampleAbstract example • DeDeccameron’sameron’s author isauthor is BoccaccioBoccaccio • SubjectSubject PredicatePredicate ObjectObject Rules of RDF statementRules of RDF statement – Subject, predicate must be URISubject, predicate must be URI – Object can be URI or literalObject can be URI or literal Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 6. Semantic web basicsSemantic web basics Concrete example (RDF/XML)Concrete example (RDF/XML) – SubjectSubject • <bibo:Document<bibo:Document rdf:about="rdf:about="http://nektar.oszk.hu/resource/manifhttp://nektar.oszk.hu/resource/manif estation/3078548estation/3078548">"> Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 7. Semantic web basicsSemantic web basics Concrete example (RDF/XML)Concrete example (RDF/XML) – PredicatePredicate • http://purl.org/dc/terms/creatorhttp://purl.org/dc/terms/creator Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 8. Semantic web basicsSemantic web basics Concrete example (RDF/XML)Concrete example (RDF/XML) – ObjectObject • http://nektar.oszk.hu/resource/auth/122083http://nektar.oszk.hu/resource/auth/122083 – This URI identifies BoccaccioThis URI identifies Boccaccio Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 9. Semantic web basicsSemantic web basics Concrete example (RDF/XML)Concrete example (RDF/XML) – Subject, predicate, objectSubject, predicate, object ((fullfull URI)URI) <bibo:Document<bibo:Document rdf:about="rdf:about="http://nektar.oszk.hu/resource/manifeshttp://nektar.oszk.hu/resource/manifes tation/3078548tation/3078548">"> <<http://purl.org/dc/termshttp://purl.org/dc/terms/creatorcreator rdf:resource="rdf:resource="http://nektar.oszk.hu/resource/auth/http://nektar.oszk.hu/resource/auth/ 122083122083""/>/> Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 10. Semantic web basicsSemantic web basics Concrete example (RDF/XML)Concrete example (RDF/XML) – Subject, predicate, object (abbreviated URI)Subject, predicate, object (abbreviated URI) • http://purl.org/dc/termshttp://purl.org/dc/terms/creatorcreator -> dcterms:creator-> dcterms:creator <bibo:Document<bibo:Document rdf:about="rdf:about="http://nektar.oszk.hu/resource/http://nektar.oszk.hu/resource/ manifestation/3078548manifestation/3078548">"> <dcterms:creator<dcterms:creator rdf:resource="rdf:resource="http://nektar.oszk.hu/resourchttp://nektar.oszk.hu/resourc e/auth/122083e/auth/122083""/>/> <<dc:creatordc:creator>>Boccaccio, Giovanni (1313-Boccaccio, Giovanni (1313- 1375)</dc:creator1375)</dc:creator>> Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 11. Semantic web basicsSemantic web basics Predicates of the previous pagesPredicates of the previous pages – bibo:Documentbibo:Document – dcterms:creatordcterms:creator – dc:creatordc:creator Prefixes represent element setsPrefixes represent element sets – CRMCRM Strings after the colon are theStrings after the colon are the properties of the element setproperties of the element set Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 12. Semantic web basicsSemantic web basics Statements can be linked togetherStatements can be linked together easilyeasily – The object of a statement can be theThe object of a statement can be the subject of anothersubject of another Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 13. Web and the semantic webWeb and the semantic web The web links pagesThe web links pages The semantic web links dataThe semantic web links data The web is similar to a documentThe web is similar to a document The semantic web is similar to a databaseThe semantic web is similar to a database – RDF is the format of the databaseRDF is the format of the database – This database is independent from any applicationThis database is independent from any application The web was created for humansThe web was created for humans The semantic web was created for machinesThe semantic web was created for machines Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 14. AdvantageAdvantagess of linked dataof linked data The linked data can provide a uniformThe linked data can provide a uniform access mechanismaccess mechanism – The linked data can be considered as aThe linked data can be considered as a worldwide APIworldwide API Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 15. Advantages of linked dataAdvantages of linked data technologytechnology There are problems that can be solvedThere are problems that can be solved more easily with using semantic webmore easily with using semantic web technologytechnology – National Széchényi Library uses triplestoreNational Széchényi Library uses triplestore and SPARQL to retrieve all editions of aand SPARQL to retrieve all editions of a certain workcertain work – Oracle uses PROV to track changes overOracle uses PROV to track changes over time for metadata from heterogeneoustime for metadata from heterogeneous systemssystems Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 16. Semantic web and the culturalSemantic web and the cultural institutionsinstitutions The data of cultural institutions can beThe data of cultural institutions can be shared by the means of a generallyshared by the means of a generally used toolused tool The cultural data can have a newThe cultural data can have a new meaning in this environmentmeaning in this environment The data of cultural institutions can beThe data of cultural institutions can be transferred into RDF statementstransferred into RDF statements relatively easyrelatively easy Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 17. The semweb and the culturalThe semweb and the cultural institutionsinstitutions The main role is to publish the dataThe main role is to publish the data – Crating semantic web applications is theCrating semantic web applications is the task of software developerstask of software developers Cultural institutions can use semanticCultural institutions can use semantic web technologiesweb technologies Cultural institutions can use semanticCultural institutions can use semantic web to enrich their own dataweb to enrich their own data Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 18. Libraries on the semantic webLibraries on the semantic web The full library contentsThe full library contents – LIBRIS (Union Catalogue of Sweden)LIBRIS (Union Catalogue of Sweden) – National SzéchényiNational Széchényi LibraryLibrary Bibliographical dataBibliographical data – British LibraryBritish Library – Deutsche National BibliothekDeutsche National Bibliothek – Biblioteca Nacional de EspaBiblioteca Nacional de Españñaa Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 19. Museums on the semantic webMuseums on the semantic web Yale Centre of British ArtYale Centre of British Art – Full collectionFull collection – Also supporter of open data (and pictures)Also supporter of open data (and pictures) – TMS userTMS user Smithsonian American Art MuseumSmithsonian American Art Museum – Full collectionFull collection – Links to Dbpedia, ULANLinks to Dbpedia, ULAN – TMS userTMS user Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 20. Museums on the semantic webMuseums on the semantic web MuseumFinlandMuseumFinland Amsterdam MuseumAmsterdam Museum LODAC Museum (Japan): 114 museumLODAC Museum (Japan): 114 museum Italian MuseumsItalian Museums – http://http://www.linkedopendata.it/datasets/museiwww.linkedopendata.it/datasets/musei British MuseumBritish Museum – Online CollectionOnline Collection – http://collection.britishmuseum.org/http://collection.britishmuseum.org/ Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 21. Europeana on the semantic webEuropeana on the semantic web Europeana Data Model (EDM)Europeana Data Model (EDM) – First implementation: Europeana Linked DataFirst implementation: Europeana Linked Data PilotPilot • data.europeana.eudata.europeana.eu – Technical descriptionTechnical description • http://http://pro.europeana.eupro.europeana.eu/web/guest/tech-details/web/guest/tech-details Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 22. Semantic data examplesSemantic data examples Yale Centre of British ArtYale Centre of British Art – Via a link on an HTML pageVia a link on an HTML page – http://http:// collections.britishart.yale.edu/vufind/Record/36collections.britishart.yale.edu/vufind/Record/36 Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 28. How to see semantic dataHow to see semantic data Yale Centre of British ArtYale Centre of British Art – Via a link on an HTML pageVia a link on an HTML page • http://collections.britishart.yale.edu/vufind/Rechttp://collections.britishart.yale.edu/vufind/Rec ord/3646000ord/3646000 – Via SPARQL endpointVia SPARQL endpoint • http://collection.britishart.yale.edu/sparqlhttp://collection.britishart.yale.edu/sparql Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 31. Semantic web browsSemantic web browsersers DiscoDisco DotAcDotAc EldaElda MarblesMarbles OpenLinkDataExplorerOpenLinkDataExplorer Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest RippleRipple SIOC BrowserSIOC Browser Sig.maSig.ma TabulatorTabulator ZitgistZitgist Source:Source: http://http://www.w3.org/2001/sw/wiki/Category:Semantic_Web_Browserwww.w3.org/2001/sw/wiki/Category:Semantic_Web_Browser
  • 32. Semantic web browersSemantic web browers OpenLink Data ExplorerOpenLink Data Explorer Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 33. Semantic web browersSemantic web browers OpenLink Data ExplorerOpenLink Data Explorer Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 34. Semantic web browersSemantic web browers OpenLink Data ExplorerOpenLink Data Explorer Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 36. Semantic searchSemantic search Europeanna ConnectEuropeanna Connect – WP1 Creating the Europeana SemanticWP1 Creating the Europeana Semantic LayerLayer Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 39. Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 40. Semantic SearchSemantic Search works showing matching personworks showing matching person works showing locationworks showing location works showing conceptworks showing concept works titledworks titled works created fromworks created from works with matching locationworks with matching location works showing a more specific locationworks showing a more specific location Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 41. Semantic searchSemantic search ResearchSpaceResearchSpace – http://www.researchspace.org/online-http://www.researchspace.org/online- researchresearch Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 42. Semantic searchSemantic search ResearchSpaceResearchSpace – https://www.youtube.com/watch?https://www.youtube.com/watch? feature=player_embedded&v=HCnwgq6ebfeature=player_embedded&v=HCnwgq6eb AsAs
  • 43. Site based on linked dataSite based on linked data Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 44. How to publish your dataHow to publish your data Convert your data into RDF statementsConvert your data into RDF statements – EDM, CIDOC_CRMEDM, CIDOC_CRM Create external linksCreate external links Load the statements into a triplestoreLoad the statements into a triplestore – Jena, Virtuoso, etc.Jena, Virtuoso, etc. Advertise your dataset inAdvertise your dataset in – http://datahub.io/http://datahub.io/ – Your homepageYour homepage – In email listsIn email lists Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 45. Useful informationUseful information Cool URIs for the Semantic WebCool URIs for the Semantic Web – http://www.w3.org/TR/2008/NOTE-cooluris-http://www.w3.org/TR/2008/NOTE-cooluris- 20080331/20080331/ How to Publish Linked Data on the WebHow to Publish Linked Data on the Web – http://www4.wiwiss.fu-http://www4.wiwiss.fu- berlin.de/bizer/pub/LinkedDataTutorial/berlin.de/bizer/pub/LinkedDataTutorial/ Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest
  • 46. Museum of Fine ArtsMuseum of Fine Arts and semweband semweb The museum has already decided toThe museum has already decided to take part in a project aiming to publishtake part in a project aiming to publish the metatada on the semantic webthe metatada on the semantic web Linked Open Data – Ádám Horváth - Museum of Fine Arts, Budapest

Editor's Notes

  • #7: &amp;lt;bibo:Document rdf:about=&amp;quot;http://nektar.oszk.hu/resource/manifestation/3078548&amp;quot;&amp;gt;&amp;lt;dcterms:language&amp;gt;hun&amp;lt;/dcterms:language&amp;gt;&amp;lt;dcterms:creator rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/122083&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/175358&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/82485&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/495683&amp;quot;/&amp;gt;&amp;lt;dc:creator&amp;gt;Boccaccio, Giovanni (1313-1375)&amp;lt;/dc:creator&amp;gt;&amp;lt;dcterms:title&amp;gt;Dekameron, melyben hét bájos firenzei hölgy és három ifjú száz tarka mesét kötött a szerelem hervadhatatlan örökifjan virágzó csokrába&amp;lt;/dcterms:title&amp;gt;&amp;lt;dcterms:alternative&amp;gt;Il decamerone (magyar)&amp;lt;/dcterms:alternative&amp;gt;&amp;lt;dcterms:publisher&amp;gt;Budapest : Nova&amp;lt;/dcterms:publisher&amp;gt;&amp;lt;dcterms:extent&amp;gt;502 p., 5 t. ; 20 cm&amp;lt;/dcterms:extent&amp;gt;&amp;lt;dcterms:bibliographicCitation&amp;gt;Szerelmes századok ; 2.&amp;lt;/dcterms:bibliographicCitation&amp;gt;&amp;lt;dc:contributor&amp;gt;Bayros, Franz von (1866-1924) (ill.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dc:contributor&amp;gt;Forró Pál (1884-1942) (ford.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dc:contributor&amp;gt;Szini Gyula (1876-1932) (ford.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dcterms:type&amp;gt;text&amp;lt;/dcterms:type&amp;gt;&amp;lt;dcterms:type&amp;gt;book&amp;lt;/dcterms:type&amp;gt;&amp;lt;dcterms:issued&amp;gt;1926&amp;lt;/dcterms:issued&amp;gt;&amp;lt;dcterms:date&amp;gt;1926&amp;lt;/dcterms:date&amp;gt;&amp;lt;dcterms:language&amp;gt;hun&amp;lt;/dcterms:language&amp;gt;&amp;lt;dcterms:audience&amp;gt;unknown&amp;lt;/dcterms:audience&amp;gt;&amp;lt;/bibo:Document&amp;gt;
  • #8: &amp;lt;bibo:Document rdf:about=&amp;quot;http://nektar.oszk.hu/resource/manifestation/3078548&amp;quot;&amp;gt;&amp;lt;dcterms:language&amp;gt;hun&amp;lt;/dcterms:language&amp;gt;&amp;lt;dcterms:creator rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/122083&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/175358&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/82485&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/495683&amp;quot;/&amp;gt;&amp;lt;dc:creator&amp;gt;Boccaccio, Giovanni (1313-1375)&amp;lt;/dc:creator&amp;gt;&amp;lt;dcterms:title&amp;gt;Dekameron, melyben hét bájos firenzei hölgy és három ifjú száz tarka mesét kötött a szerelem hervadhatatlan örökifjan virágzó csokrába&amp;lt;/dcterms:title&amp;gt;&amp;lt;dcterms:alternative&amp;gt;Il decamerone (magyar)&amp;lt;/dcterms:alternative&amp;gt;&amp;lt;dcterms:publisher&amp;gt;Budapest : Nova&amp;lt;/dcterms:publisher&amp;gt;&amp;lt;dcterms:extent&amp;gt;502 p., 5 t. ; 20 cm&amp;lt;/dcterms:extent&amp;gt;&amp;lt;dcterms:bibliographicCitation&amp;gt;Szerelmes századok ; 2.&amp;lt;/dcterms:bibliographicCitation&amp;gt;&amp;lt;dc:contributor&amp;gt;Bayros, Franz von (1866-1924) (ill.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dc:contributor&amp;gt;Forró Pál (1884-1942) (ford.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dc:contributor&amp;gt;Szini Gyula (1876-1932) (ford.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dcterms:type&amp;gt;text&amp;lt;/dcterms:type&amp;gt;&amp;lt;dcterms:type&amp;gt;book&amp;lt;/dcterms:type&amp;gt;&amp;lt;dcterms:issued&amp;gt;1926&amp;lt;/dcterms:issued&amp;gt;&amp;lt;dcterms:date&amp;gt;1926&amp;lt;/dcterms:date&amp;gt;&amp;lt;dcterms:language&amp;gt;hun&amp;lt;/dcterms:language&amp;gt;&amp;lt;dcterms:audience&amp;gt;unknown&amp;lt;/dcterms:audience&amp;gt;&amp;lt;/bibo:Document&amp;gt;
  • #9: &amp;lt;bibo:Document rdf:about=&amp;quot;http://nektar.oszk.hu/resource/manifestation/3078548&amp;quot;&amp;gt;&amp;lt;dcterms:language&amp;gt;hun&amp;lt;/dcterms:language&amp;gt;&amp;lt;dcterms:creator rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/122083&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/175358&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/82485&amp;quot;/&amp;gt;&amp;lt;dcterms:contributor rdf:resource=&amp;quot;http://nektar.oszk.hu/resource/auth/495683&amp;quot;/&amp;gt;&amp;lt;dc:creator&amp;gt;Boccaccio, Giovanni (1313-1375)&amp;lt;/dc:creator&amp;gt;&amp;lt;dcterms:title&amp;gt;Dekameron, melyben hét bájos firenzei hölgy és három ifjú száz tarka mesét kötött a szerelem hervadhatatlan örökifjan virágzó csokrába&amp;lt;/dcterms:title&amp;gt;&amp;lt;dcterms:alternative&amp;gt;Il decamerone (magyar)&amp;lt;/dcterms:alternative&amp;gt;&amp;lt;dcterms:publisher&amp;gt;Budapest : Nova&amp;lt;/dcterms:publisher&amp;gt;&amp;lt;dcterms:extent&amp;gt;502 p., 5 t. ; 20 cm&amp;lt;/dcterms:extent&amp;gt;&amp;lt;dcterms:bibliographicCitation&amp;gt;Szerelmes századok ; 2.&amp;lt;/dcterms:bibliographicCitation&amp;gt;&amp;lt;dc:contributor&amp;gt;Bayros, Franz von (1866-1924) (ill.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dc:contributor&amp;gt;Forró Pál (1884-1942) (ford.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dc:contributor&amp;gt;Szini Gyula (1876-1932) (ford.)&amp;lt;/dc:contributor&amp;gt;&amp;lt;dcterms:type&amp;gt;text&amp;lt;/dcterms:type&amp;gt;&amp;lt;dcterms:type&amp;gt;book&amp;lt;/dcterms:type&amp;gt;&amp;lt;dcterms:issued&amp;gt;1926&amp;lt;/dcterms:issued&amp;gt;&amp;lt;dcterms:date&amp;gt;1926&amp;lt;/dcterms:date&amp;gt;&amp;lt;dcterms:language&amp;gt;hun&amp;lt;/dcterms:language&amp;gt;&amp;lt;dcterms:audience&amp;gt;unknown&amp;lt;/dcterms:audience&amp;gt;&amp;lt;/bibo:Document&amp;gt;
  • #14: Metaphor, picturesque
  • #16: Provenance metadata
  • #19: Dear Mr. Horvath, Thanks, the links do work now. Nice work! We matched our records to the LCSH in a different project (called &amp;quot;MACS&amp;quot;) a while ago. The result of the project was a database of corresponding entries in our SWD, the LCHS and RAMEAU. So we did not solve that problem in our linked data project but simply used the information already available. Unfortunately, the URIs are not included, but it was possible to derive them from the IDs used (easy for LCSH, hard for RAMEAU). I am not sure if these mappings are freely available, but if you are interested, I could try to find out. A typical mapping looks like this: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- Contents from database Work --&amp;gt; ... &amp;lt;add&amp;gt; &amp;lt;doc&amp;gt; &amp;lt;field name=&amp;quot;id&amp;quot;&amp;gt;MACS0000001&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD&amp;quot;&amp;gt;Schauspielkunst&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD_number&amp;quot;&amp;gt;4129090-2&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU&amp;quot;&amp;gt;Art dramatique&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU_number&amp;quot;&amp;gt;FRBNF11930966X&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH&amp;quot;&amp;gt;Acting&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH_number&amp;quot;&amp;gt;sh 85000691&amp;lt;/field&amp;gt; &amp;lt;/doc&amp;gt; ... &amp;lt;/add&amp;gt; Would that be at all useful to you? Best regards Jan Hannemann &amp;gt;-----Ursprüngliche Nachricht----- &amp;gt;Von: HORVATH Adam [mailto:adam@oszk.hu] &amp;gt;Gesendet: Montag, 10. Mai 2010 15:59 &amp;gt;An: Hannemann, Jan &amp;gt;Cc: Hauser, Julia; Haffner, Alexander &amp;gt;Betreff: Re: NSZL on the semantic web / DNB on the semantic web &amp;gt; &amp;gt;Dear Mr Hannemann, &amp;gt; &amp;gt;Thanks you for your reaction. The link should work now (I tried a &amp;gt;minute ago). &amp;gt; &amp;gt;I studied your examples. You have very nice, detailed authority &amp;gt;records. I like that you show the html representation in your &amp;gt;catalogue. &amp;gt; &amp;gt;How did you manage to match your subject heading with the LCSH &amp;gt;subject heading? What was the input for the matching? Can one have a &amp;gt;file containing all the skosified LCSH subject heading, which is &amp;gt;frely available? &amp;gt; &amp;gt;We plan to improve our bibliographic data with the bibo schema, to &amp;gt;create a sitemap to our linked data and to do some frbrization based &amp;gt;on our semantic data stored in Jena. &amp;gt; &amp;gt;If you can see any possible cooperation in the future please let us &amp;gt;know. &amp;gt; &amp;gt;Best regards &amp;gt;Adam Horvath &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;Subject:NSZL on the semantic web / DNB on the semantic web &amp;gt;Date sent:Mon, 10 May 2010 11:04:44 +0200 &amp;gt;From:&amp;quot;Hannemann, Jan&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt;To:&amp;lt;[email_address]&amp;gt; &amp;gt;Copies to:&amp;quot;Hauser, Julia&amp;quot; &amp;lt;[email_address]&amp;gt;, &amp;gt;&amp;quot;Haffner, Alexander&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt; &amp;gt;&amp;gt; Dear Mr. Horvath, &amp;gt;&amp;gt; &amp;gt;&amp;gt; I am from the German National Library and have heard about your recent &amp;gt;&amp;gt; publication of your bibliographic information as linked open data. &amp;gt;&amp;gt; Please let me congratulate you on this important accomplishment! &amp;gt;&amp;gt; &amp;gt;&amp;gt; Incidentally, we have also just completed our first linked data &amp;gt;&amp;gt; project. In this first step we have published large parts of our &amp;gt;&amp;gt; authority files as linked data; a follow-up project is currently being &amp;gt;&amp;gt; planned. Perhaps it will be possible to benefit from each others &amp;gt;&amp;gt; efforts and experiences. &amp;gt;&amp;gt; &amp;gt;&amp;gt; At first glance, it seems that the projects are quite similar; &amp;gt;&amp;gt; apprarently we have chosen different naming schemes for out URIs, but &amp;gt;&amp;gt; that difference is cosmetic at best. Currently, out service only &amp;gt;&amp;gt; offers the usual XML/RDF representation; MARC and other formats might &amp;gt;&amp;gt; be added in the future. We also have content negotiation for the &amp;gt;&amp;gt; RDF/XML and HTML representations of the data. The main difference is &amp;gt;&amp;gt; apparently in the data modelling and ontologies used. &amp;gt;&amp;gt; &amp;gt;&amp;gt; By the way, some of the URLs in your slides don&amp;apos;t seem to work, such &amp;gt;&amp;gt; as http://nektar.oszk.hu/resource/auth/33589 (slide 17). The default &amp;gt;&amp;gt; SPARQL queries return errors (HTTP Status 500 - &amp;gt;&amp;gt; com.hp.hpl.jena.shared.JenaException: Exception during database &amp;gt;&amp;gt; access). &amp;gt;&amp;gt; &amp;gt;&amp;gt; We would like to invite you to take a look at our service. &amp;gt;&amp;gt; Unfortunately, the documentation (https://wiki.d-nb.de/display/LDS) is &amp;gt;&amp;gt; available only in German at the moment. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Here&amp;apos;s a brief English overview of the features: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The services comprises authority file data about 1,8 million persons &amp;gt;&amp;gt; (from Name Authority File PND), 160.000 subject headings (from Subject &amp;gt;&amp;gt; Headings Authority File SWD) and about 1.3 million corporate bodies &amp;gt;&amp;gt; (from Comporate Body Authority File GKD). - The data modelling has &amp;gt;&amp;gt; been refined compared to an earlier prototype (March 2010). - We&amp;apos;ve &amp;gt;&amp;gt; added additional links to external data sources, in particular from &amp;gt;&amp;gt; our SWD to appropriate data at LCSH and RAMEAU. - The service is now &amp;gt;&amp;gt; integrated into our web presence; a special test environment that we &amp;gt;&amp;gt; used before is no longer needed. &amp;gt;&amp;gt; &amp;gt;&amp;gt; These examples illustrate our work: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The German author Bertolt Brecht (http://d-nb.info/gnd/118514768) &amp;gt;&amp;gt; has the following XML/RDF representation: &amp;gt;&amp;gt; http://d-nb.info/gnd/118514768/about - The Subject Heading for &amp;gt;&amp;gt; &amp;quot;Führungskraft&amp;quot; (&amp;quot;Executive&amp;quot; or &amp;quot;Cadres (personnel)&amp;quot;) is found here: &amp;gt;&amp;gt; http://d-nb.info/gnd/4071497-4 - The associated XML/RDF representation &amp;gt;&amp;gt; can be found here: http://d-nb.info/gnd/4071497-4/about &amp;gt;&amp;gt; &amp;gt;&amp;gt; The next step for us is planning a follow-up project that will improve &amp;gt;&amp;gt; the technical infrastructure, develop automatic update mechanisms and &amp;gt;&amp;gt; expand the data we represent. &amp;gt;&amp;gt; &amp;gt;&amp;gt; We are looking forward to your feedback. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Best regards, &amp;gt;&amp;gt; &amp;gt;&amp;gt; Jan Hannemann &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________ &amp;gt;&amp;gt; &amp;gt;&amp;gt; Dr. Jan Hannemann &amp;gt;&amp;gt; Deutsche Nationalbibliothek &amp;gt;&amp;gt; Informationstechnik &amp;gt;&amp;gt; Adickesallee 1 &amp;gt;&amp;gt; D-60322 Frankfurt am Main &amp;gt;&amp;gt; Telefon: +49-69-1525-1769 &amp;gt;&amp;gt; Telefax: +49-69-1525-1799 &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
  • #22: By the way, Adam, I&amp;apos;d also like to seize the opportunity to invite you to consider participation this Library Linked Data effort. Your library has done work of premium importance for the field, it would be interesting to have you around.
  • #32: By the way, Adam, I&amp;apos;d also like to seize the opportunity to invite you to consider participation this Library Linked Data effort. Your library has done work of premium importance for the field, it would be interesting to have you around.
  • #39: Dear Mr. Horvath, Thanks, the links do work now. Nice work! We matched our records to the LCSH in a different project (called &amp;quot;MACS&amp;quot;) a while ago. The result of the project was a database of corresponding entries in our SWD, the LCHS and RAMEAU. So we did not solve that problem in our linked data project but simply used the information already available. Unfortunately, the URIs are not included, but it was possible to derive them from the IDs used (easy for LCSH, hard for RAMEAU). I am not sure if these mappings are freely available, but if you are interested, I could try to find out. A typical mapping looks like this: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- Contents from database Work --&amp;gt; ... &amp;lt;add&amp;gt; &amp;lt;doc&amp;gt; &amp;lt;field name=&amp;quot;id&amp;quot;&amp;gt;MACS0000001&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD&amp;quot;&amp;gt;Schauspielkunst&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD_number&amp;quot;&amp;gt;4129090-2&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU&amp;quot;&amp;gt;Art dramatique&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU_number&amp;quot;&amp;gt;FRBNF11930966X&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH&amp;quot;&amp;gt;Acting&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH_number&amp;quot;&amp;gt;sh 85000691&amp;lt;/field&amp;gt; &amp;lt;/doc&amp;gt; ... &amp;lt;/add&amp;gt; Would that be at all useful to you? Best regards Jan Hannemann &amp;gt;-----Ursprüngliche Nachricht----- &amp;gt;Von: HORVATH Adam [mailto:adam@oszk.hu] &amp;gt;Gesendet: Montag, 10. Mai 2010 15:59 &amp;gt;An: Hannemann, Jan &amp;gt;Cc: Hauser, Julia; Haffner, Alexander &amp;gt;Betreff: Re: NSZL on the semantic web / DNB on the semantic web &amp;gt; &amp;gt;Dear Mr Hannemann, &amp;gt; &amp;gt;Thanks you for your reaction. The link should work now (I tried a &amp;gt;minute ago). &amp;gt; &amp;gt;I studied your examples. You have very nice, detailed authority &amp;gt;records. I like that you show the html representation in your &amp;gt;catalogue. &amp;gt; &amp;gt;How did you manage to match your subject heading with the LCSH &amp;gt;subject heading? What was the input for the matching? Can one have a &amp;gt;file containing all the skosified LCSH subject heading, which is &amp;gt;frely available? &amp;gt; &amp;gt;We plan to improve our bibliographic data with the bibo schema, to &amp;gt;create a sitemap to our linked data and to do some frbrization based &amp;gt;on our semantic data stored in Jena. &amp;gt; &amp;gt;If you can see any possible cooperation in the future please let us &amp;gt;know. &amp;gt; &amp;gt;Best regards &amp;gt;Adam Horvath &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;Subject:NSZL on the semantic web / DNB on the semantic web &amp;gt;Date sent:Mon, 10 May 2010 11:04:44 +0200 &amp;gt;From:&amp;quot;Hannemann, Jan&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt;To:&amp;lt;[email_address]&amp;gt; &amp;gt;Copies to:&amp;quot;Hauser, Julia&amp;quot; &amp;lt;[email_address]&amp;gt;, &amp;gt;&amp;quot;Haffner, Alexander&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt; &amp;gt;&amp;gt; Dear Mr. Horvath, &amp;gt;&amp;gt; &amp;gt;&amp;gt; I am from the German National Library and have heard about your recent &amp;gt;&amp;gt; publication of your bibliographic information as linked open data. &amp;gt;&amp;gt; Please let me congratulate you on this important accomplishment! &amp;gt;&amp;gt; &amp;gt;&amp;gt; Incidentally, we have also just completed our first linked data &amp;gt;&amp;gt; project. In this first step we have published large parts of our &amp;gt;&amp;gt; authority files as linked data; a follow-up project is currently being &amp;gt;&amp;gt; planned. Perhaps it will be possible to benefit from each others &amp;gt;&amp;gt; efforts and experiences. &amp;gt;&amp;gt; &amp;gt;&amp;gt; At first glance, it seems that the projects are quite similar; &amp;gt;&amp;gt; apprarently we have chosen different naming schemes for out URIs, but &amp;gt;&amp;gt; that difference is cosmetic at best. Currently, out service only &amp;gt;&amp;gt; offers the usual XML/RDF representation; MARC and other formats might &amp;gt;&amp;gt; be added in the future. We also have content negotiation for the &amp;gt;&amp;gt; RDF/XML and HTML representations of the data. The main difference is &amp;gt;&amp;gt; apparently in the data modelling and ontologies used. &amp;gt;&amp;gt; &amp;gt;&amp;gt; By the way, some of the URLs in your slides don&amp;apos;t seem to work, such &amp;gt;&amp;gt; as http://nektar.oszk.hu/resource/auth/33589 (slide 17). The default &amp;gt;&amp;gt; SPARQL queries return errors (HTTP Status 500 - &amp;gt;&amp;gt; com.hp.hpl.jena.shared.JenaException: Exception during database &amp;gt;&amp;gt; access). &amp;gt;&amp;gt; &amp;gt;&amp;gt; We would like to invite you to take a look at our service. &amp;gt;&amp;gt; Unfortunately, the documentation (https://wiki.d-nb.de/display/LDS) is &amp;gt;&amp;gt; available only in German at the moment. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Here&amp;apos;s a brief English overview of the features: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The services comprises authority file data about 1,8 million persons &amp;gt;&amp;gt; (from Name Authority File PND), 160.000 subject headings (from Subject &amp;gt;&amp;gt; Headings Authority File SWD) and about 1.3 million corporate bodies &amp;gt;&amp;gt; (from Comporate Body Authority File GKD). - The data modelling has &amp;gt;&amp;gt; been refined compared to an earlier prototype (March 2010). - We&amp;apos;ve &amp;gt;&amp;gt; added additional links to external data sources, in particular from &amp;gt;&amp;gt; our SWD to appropriate data at LCSH and RAMEAU. - The service is now &amp;gt;&amp;gt; integrated into our web presence; a special test environment that we &amp;gt;&amp;gt; used before is no longer needed. &amp;gt;&amp;gt; &amp;gt;&amp;gt; These examples illustrate our work: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The German author Bertolt Brecht (http://d-nb.info/gnd/118514768) &amp;gt;&amp;gt; has the following XML/RDF representation: &amp;gt;&amp;gt; http://d-nb.info/gnd/118514768/about - The Subject Heading for &amp;gt;&amp;gt; &amp;quot;Führungskraft&amp;quot; (&amp;quot;Executive&amp;quot; or &amp;quot;Cadres (personnel)&amp;quot;) is found here: &amp;gt;&amp;gt; http://d-nb.info/gnd/4071497-4 - The associated XML/RDF representation &amp;gt;&amp;gt; can be found here: http://d-nb.info/gnd/4071497-4/about &amp;gt;&amp;gt; &amp;gt;&amp;gt; The next step for us is planning a follow-up project that will improve &amp;gt;&amp;gt; the technical infrastructure, develop automatic update mechanisms and &amp;gt;&amp;gt; expand the data we represent. &amp;gt;&amp;gt; &amp;gt;&amp;gt; We are looking forward to your feedback. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Best regards, &amp;gt;&amp;gt; &amp;gt;&amp;gt; Jan Hannemann &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________ &amp;gt;&amp;gt; &amp;gt;&amp;gt; Dr. Jan Hannemann &amp;gt;&amp;gt; Deutsche Nationalbibliothek &amp;gt;&amp;gt; Informationstechnik &amp;gt;&amp;gt; Adickesallee 1 &amp;gt;&amp;gt; D-60322 Frankfurt am Main &amp;gt;&amp;gt; Telefon: +49-69-1525-1769 &amp;gt;&amp;gt; Telefax: +49-69-1525-1799 &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
  • #40: Dear Mr. Horvath, Thanks, the links do work now. Nice work! We matched our records to the LCSH in a different project (called &amp;quot;MACS&amp;quot;) a while ago. The result of the project was a database of corresponding entries in our SWD, the LCHS and RAMEAU. So we did not solve that problem in our linked data project but simply used the information already available. Unfortunately, the URIs are not included, but it was possible to derive them from the IDs used (easy for LCSH, hard for RAMEAU). I am not sure if these mappings are freely available, but if you are interested, I could try to find out. A typical mapping looks like this: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- Contents from database Work --&amp;gt; ... &amp;lt;add&amp;gt; &amp;lt;doc&amp;gt; &amp;lt;field name=&amp;quot;id&amp;quot;&amp;gt;MACS0000001&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD&amp;quot;&amp;gt;Schauspielkunst&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD_number&amp;quot;&amp;gt;4129090-2&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU&amp;quot;&amp;gt;Art dramatique&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU_number&amp;quot;&amp;gt;FRBNF11930966X&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH&amp;quot;&amp;gt;Acting&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH_number&amp;quot;&amp;gt;sh 85000691&amp;lt;/field&amp;gt; &amp;lt;/doc&amp;gt; ... &amp;lt;/add&amp;gt; Would that be at all useful to you? Best regards Jan Hannemann &amp;gt;-----Ursprüngliche Nachricht----- &amp;gt;Von: HORVATH Adam [mailto:adam@oszk.hu] &amp;gt;Gesendet: Montag, 10. Mai 2010 15:59 &amp;gt;An: Hannemann, Jan &amp;gt;Cc: Hauser, Julia; Haffner, Alexander &amp;gt;Betreff: Re: NSZL on the semantic web / DNB on the semantic web &amp;gt; &amp;gt;Dear Mr Hannemann, &amp;gt; &amp;gt;Thanks you for your reaction. The link should work now (I tried a &amp;gt;minute ago). &amp;gt; &amp;gt;I studied your examples. You have very nice, detailed authority &amp;gt;records. I like that you show the html representation in your &amp;gt;catalogue. &amp;gt; &amp;gt;How did you manage to match your subject heading with the LCSH &amp;gt;subject heading? What was the input for the matching? Can one have a &amp;gt;file containing all the skosified LCSH subject heading, which is &amp;gt;frely available? &amp;gt; &amp;gt;We plan to improve our bibliographic data with the bibo schema, to &amp;gt;create a sitemap to our linked data and to do some frbrization based &amp;gt;on our semantic data stored in Jena. &amp;gt; &amp;gt;If you can see any possible cooperation in the future please let us &amp;gt;know. &amp;gt; &amp;gt;Best regards &amp;gt;Adam Horvath &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;Subject:NSZL on the semantic web / DNB on the semantic web &amp;gt;Date sent:Mon, 10 May 2010 11:04:44 +0200 &amp;gt;From:&amp;quot;Hannemann, Jan&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt;To:&amp;lt;[email_address]&amp;gt; &amp;gt;Copies to:&amp;quot;Hauser, Julia&amp;quot; &amp;lt;[email_address]&amp;gt;, &amp;gt;&amp;quot;Haffner, Alexander&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt; &amp;gt;&amp;gt; Dear Mr. Horvath, &amp;gt;&amp;gt; &amp;gt;&amp;gt; I am from the German National Library and have heard about your recent &amp;gt;&amp;gt; publication of your bibliographic information as linked open data. &amp;gt;&amp;gt; Please let me congratulate you on this important accomplishment! &amp;gt;&amp;gt; &amp;gt;&amp;gt; Incidentally, we have also just completed our first linked data &amp;gt;&amp;gt; project. In this first step we have published large parts of our &amp;gt;&amp;gt; authority files as linked data; a follow-up project is currently being &amp;gt;&amp;gt; planned. Perhaps it will be possible to benefit from each others &amp;gt;&amp;gt; efforts and experiences. &amp;gt;&amp;gt; &amp;gt;&amp;gt; At first glance, it seems that the projects are quite similar; &amp;gt;&amp;gt; apprarently we have chosen different naming schemes for out URIs, but &amp;gt;&amp;gt; that difference is cosmetic at best. Currently, out service only &amp;gt;&amp;gt; offers the usual XML/RDF representation; MARC and other formats might &amp;gt;&amp;gt; be added in the future. We also have content negotiation for the &amp;gt;&amp;gt; RDF/XML and HTML representations of the data. The main difference is &amp;gt;&amp;gt; apparently in the data modelling and ontologies used. &amp;gt;&amp;gt; &amp;gt;&amp;gt; By the way, some of the URLs in your slides don&amp;apos;t seem to work, such &amp;gt;&amp;gt; as http://nektar.oszk.hu/resource/auth/33589 (slide 17). The default &amp;gt;&amp;gt; SPARQL queries return errors (HTTP Status 500 - &amp;gt;&amp;gt; com.hp.hpl.jena.shared.JenaException: Exception during database &amp;gt;&amp;gt; access). &amp;gt;&amp;gt; &amp;gt;&amp;gt; We would like to invite you to take a look at our service. &amp;gt;&amp;gt; Unfortunately, the documentation (https://wiki.d-nb.de/display/LDS) is &amp;gt;&amp;gt; available only in German at the moment. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Here&amp;apos;s a brief English overview of the features: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The services comprises authority file data about 1,8 million persons &amp;gt;&amp;gt; (from Name Authority File PND), 160.000 subject headings (from Subject &amp;gt;&amp;gt; Headings Authority File SWD) and about 1.3 million corporate bodies &amp;gt;&amp;gt; (from Comporate Body Authority File GKD). - The data modelling has &amp;gt;&amp;gt; been refined compared to an earlier prototype (March 2010). - We&amp;apos;ve &amp;gt;&amp;gt; added additional links to external data sources, in particular from &amp;gt;&amp;gt; our SWD to appropriate data at LCSH and RAMEAU. - The service is now &amp;gt;&amp;gt; integrated into our web presence; a special test environment that we &amp;gt;&amp;gt; used before is no longer needed. &amp;gt;&amp;gt; &amp;gt;&amp;gt; These examples illustrate our work: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The German author Bertolt Brecht (http://d-nb.info/gnd/118514768) &amp;gt;&amp;gt; has the following XML/RDF representation: &amp;gt;&amp;gt; http://d-nb.info/gnd/118514768/about - The Subject Heading for &amp;gt;&amp;gt; &amp;quot;Führungskraft&amp;quot; (&amp;quot;Executive&amp;quot; or &amp;quot;Cadres (personnel)&amp;quot;) is found here: &amp;gt;&amp;gt; http://d-nb.info/gnd/4071497-4 - The associated XML/RDF representation &amp;gt;&amp;gt; can be found here: http://d-nb.info/gnd/4071497-4/about &amp;gt;&amp;gt; &amp;gt;&amp;gt; The next step for us is planning a follow-up project that will improve &amp;gt;&amp;gt; the technical infrastructure, develop automatic update mechanisms and &amp;gt;&amp;gt; expand the data we represent. &amp;gt;&amp;gt; &amp;gt;&amp;gt; We are looking forward to your feedback. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Best regards, &amp;gt;&amp;gt; &amp;gt;&amp;gt; Jan Hannemann &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________ &amp;gt;&amp;gt; &amp;gt;&amp;gt; Dr. Jan Hannemann &amp;gt;&amp;gt; Deutsche Nationalbibliothek &amp;gt;&amp;gt; Informationstechnik &amp;gt;&amp;gt; Adickesallee 1 &amp;gt;&amp;gt; D-60322 Frankfurt am Main &amp;gt;&amp;gt; Telefon: +49-69-1525-1769 &amp;gt;&amp;gt; Telefax: +49-69-1525-1799 &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
  • #41: Dear Mr. Horvath, Thanks, the links do work now. Nice work! We matched our records to the LCSH in a different project (called &amp;quot;MACS&amp;quot;) a while ago. The result of the project was a database of corresponding entries in our SWD, the LCHS and RAMEAU. So we did not solve that problem in our linked data project but simply used the information already available. Unfortunately, the URIs are not included, but it was possible to derive them from the IDs used (easy for LCSH, hard for RAMEAU). I am not sure if these mappings are freely available, but if you are interested, I could try to find out. A typical mapping looks like this: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- Contents from database Work --&amp;gt; ... &amp;lt;add&amp;gt; &amp;lt;doc&amp;gt; &amp;lt;field name=&amp;quot;id&amp;quot;&amp;gt;MACS0000001&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD&amp;quot;&amp;gt;Schauspielkunst&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD_number&amp;quot;&amp;gt;4129090-2&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU&amp;quot;&amp;gt;Art dramatique&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU_number&amp;quot;&amp;gt;FRBNF11930966X&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH&amp;quot;&amp;gt;Acting&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH_number&amp;quot;&amp;gt;sh 85000691&amp;lt;/field&amp;gt; &amp;lt;/doc&amp;gt; ... &amp;lt;/add&amp;gt; Would that be at all useful to you? Best regards Jan Hannemann &amp;gt;-----Ursprüngliche Nachricht----- &amp;gt;Von: HORVATH Adam [mailto:adam@oszk.hu] &amp;gt;Gesendet: Montag, 10. Mai 2010 15:59 &amp;gt;An: Hannemann, Jan &amp;gt;Cc: Hauser, Julia; Haffner, Alexander &amp;gt;Betreff: Re: NSZL on the semantic web / DNB on the semantic web &amp;gt; &amp;gt;Dear Mr Hannemann, &amp;gt; &amp;gt;Thanks you for your reaction. The link should work now (I tried a &amp;gt;minute ago). &amp;gt; &amp;gt;I studied your examples. You have very nice, detailed authority &amp;gt;records. I like that you show the html representation in your &amp;gt;catalogue. &amp;gt; &amp;gt;How did you manage to match your subject heading with the LCSH &amp;gt;subject heading? What was the input for the matching? Can one have a &amp;gt;file containing all the skosified LCSH subject heading, which is &amp;gt;frely available? &amp;gt; &amp;gt;We plan to improve our bibliographic data with the bibo schema, to &amp;gt;create a sitemap to our linked data and to do some frbrization based &amp;gt;on our semantic data stored in Jena. &amp;gt; &amp;gt;If you can see any possible cooperation in the future please let us &amp;gt;know. &amp;gt; &amp;gt;Best regards &amp;gt;Adam Horvath &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;Subject:NSZL on the semantic web / DNB on the semantic web &amp;gt;Date sent:Mon, 10 May 2010 11:04:44 +0200 &amp;gt;From:&amp;quot;Hannemann, Jan&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt;To:&amp;lt;[email_address]&amp;gt; &amp;gt;Copies to:&amp;quot;Hauser, Julia&amp;quot; &amp;lt;[email_address]&amp;gt;, &amp;gt;&amp;quot;Haffner, Alexander&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt; &amp;gt;&amp;gt; Dear Mr. Horvath, &amp;gt;&amp;gt; &amp;gt;&amp;gt; I am from the German National Library and have heard about your recent &amp;gt;&amp;gt; publication of your bibliographic information as linked open data. &amp;gt;&amp;gt; Please let me congratulate you on this important accomplishment! &amp;gt;&amp;gt; &amp;gt;&amp;gt; Incidentally, we have also just completed our first linked data &amp;gt;&amp;gt; project. In this first step we have published large parts of our &amp;gt;&amp;gt; authority files as linked data; a follow-up project is currently being &amp;gt;&amp;gt; planned. Perhaps it will be possible to benefit from each others &amp;gt;&amp;gt; efforts and experiences. &amp;gt;&amp;gt; &amp;gt;&amp;gt; At first glance, it seems that the projects are quite similar; &amp;gt;&amp;gt; apprarently we have chosen different naming schemes for out URIs, but &amp;gt;&amp;gt; that difference is cosmetic at best. Currently, out service only &amp;gt;&amp;gt; offers the usual XML/RDF representation; MARC and other formats might &amp;gt;&amp;gt; be added in the future. We also have content negotiation for the &amp;gt;&amp;gt; RDF/XML and HTML representations of the data. The main difference is &amp;gt;&amp;gt; apparently in the data modelling and ontologies used. &amp;gt;&amp;gt; &amp;gt;&amp;gt; By the way, some of the URLs in your slides don&amp;apos;t seem to work, such &amp;gt;&amp;gt; as http://nektar.oszk.hu/resource/auth/33589 (slide 17). The default &amp;gt;&amp;gt; SPARQL queries return errors (HTTP Status 500 - &amp;gt;&amp;gt; com.hp.hpl.jena.shared.JenaException: Exception during database &amp;gt;&amp;gt; access). &amp;gt;&amp;gt; &amp;gt;&amp;gt; We would like to invite you to take a look at our service. &amp;gt;&amp;gt; Unfortunately, the documentation (https://wiki.d-nb.de/display/LDS) is &amp;gt;&amp;gt; available only in German at the moment. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Here&amp;apos;s a brief English overview of the features: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The services comprises authority file data about 1,8 million persons &amp;gt;&amp;gt; (from Name Authority File PND), 160.000 subject headings (from Subject &amp;gt;&amp;gt; Headings Authority File SWD) and about 1.3 million corporate bodies &amp;gt;&amp;gt; (from Comporate Body Authority File GKD). - The data modelling has &amp;gt;&amp;gt; been refined compared to an earlier prototype (March 2010). - We&amp;apos;ve &amp;gt;&amp;gt; added additional links to external data sources, in particular from &amp;gt;&amp;gt; our SWD to appropriate data at LCSH and RAMEAU. - The service is now &amp;gt;&amp;gt; integrated into our web presence; a special test environment that we &amp;gt;&amp;gt; used before is no longer needed. &amp;gt;&amp;gt; &amp;gt;&amp;gt; These examples illustrate our work: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The German author Bertolt Brecht (http://d-nb.info/gnd/118514768) &amp;gt;&amp;gt; has the following XML/RDF representation: &amp;gt;&amp;gt; http://d-nb.info/gnd/118514768/about - The Subject Heading for &amp;gt;&amp;gt; &amp;quot;Führungskraft&amp;quot; (&amp;quot;Executive&amp;quot; or &amp;quot;Cadres (personnel)&amp;quot;) is found here: &amp;gt;&amp;gt; http://d-nb.info/gnd/4071497-4 - The associated XML/RDF representation &amp;gt;&amp;gt; can be found here: http://d-nb.info/gnd/4071497-4/about &amp;gt;&amp;gt; &amp;gt;&amp;gt; The next step for us is planning a follow-up project that will improve &amp;gt;&amp;gt; the technical infrastructure, develop automatic update mechanisms and &amp;gt;&amp;gt; expand the data we represent. &amp;gt;&amp;gt; &amp;gt;&amp;gt; We are looking forward to your feedback. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Best regards, &amp;gt;&amp;gt; &amp;gt;&amp;gt; Jan Hannemann &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________ &amp;gt;&amp;gt; &amp;gt;&amp;gt; Dr. Jan Hannemann &amp;gt;&amp;gt; Deutsche Nationalbibliothek &amp;gt;&amp;gt; Informationstechnik &amp;gt;&amp;gt; Adickesallee 1 &amp;gt;&amp;gt; D-60322 Frankfurt am Main &amp;gt;&amp;gt; Telefon: +49-69-1525-1769 &amp;gt;&amp;gt; Telefax: +49-69-1525-1799 &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
  • #44: Dear Mr. Horvath, Thanks, the links do work now. Nice work! We matched our records to the LCSH in a different project (called &amp;quot;MACS&amp;quot;) a while ago. The result of the project was a database of corresponding entries in our SWD, the LCHS and RAMEAU. So we did not solve that problem in our linked data project but simply used the information already available. Unfortunately, the URIs are not included, but it was possible to derive them from the IDs used (easy for LCSH, hard for RAMEAU). I am not sure if these mappings are freely available, but if you are interested, I could try to find out. A typical mapping looks like this: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- Contents from database Work --&amp;gt; ... &amp;lt;add&amp;gt; &amp;lt;doc&amp;gt; &amp;lt;field name=&amp;quot;id&amp;quot;&amp;gt;MACS0000001&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD&amp;quot;&amp;gt;Schauspielkunst&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD_number&amp;quot;&amp;gt;4129090-2&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU&amp;quot;&amp;gt;Art dramatique&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU_number&amp;quot;&amp;gt;FRBNF11930966X&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH&amp;quot;&amp;gt;Acting&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH_number&amp;quot;&amp;gt;sh 85000691&amp;lt;/field&amp;gt; &amp;lt;/doc&amp;gt; ... &amp;lt;/add&amp;gt; Would that be at all useful to you? Best regards Jan Hannemann &amp;gt;-----Ursprüngliche Nachricht----- &amp;gt;Von: HORVATH Adam [mailto:adam@oszk.hu] &amp;gt;Gesendet: Montag, 10. Mai 2010 15:59 &amp;gt;An: Hannemann, Jan &amp;gt;Cc: Hauser, Julia; Haffner, Alexander &amp;gt;Betreff: Re: NSZL on the semantic web / DNB on the semantic web &amp;gt; &amp;gt;Dear Mr Hannemann, &amp;gt; &amp;gt;Thanks you for your reaction. The link should work now (I tried a &amp;gt;minute ago). &amp;gt; &amp;gt;I studied your examples. You have very nice, detailed authority &amp;gt;records. I like that you show the html representation in your &amp;gt;catalogue. &amp;gt; &amp;gt;How did you manage to match your subject heading with the LCSH &amp;gt;subject heading? What was the input for the matching? Can one have a &amp;gt;file containing all the skosified LCSH subject heading, which is &amp;gt;frely available? &amp;gt; &amp;gt;We plan to improve our bibliographic data with the bibo schema, to &amp;gt;create a sitemap to our linked data and to do some frbrization based &amp;gt;on our semantic data stored in Jena. &amp;gt; &amp;gt;If you can see any possible cooperation in the future please let us &amp;gt;know. &amp;gt; &amp;gt;Best regards &amp;gt;Adam Horvath &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;Subject:NSZL on the semantic web / DNB on the semantic web &amp;gt;Date sent:Mon, 10 May 2010 11:04:44 +0200 &amp;gt;From:&amp;quot;Hannemann, Jan&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt;To:&amp;lt;[email_address]&amp;gt; &amp;gt;Copies to:&amp;quot;Hauser, Julia&amp;quot; &amp;lt;[email_address]&amp;gt;, &amp;gt;&amp;quot;Haffner, Alexander&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt; &amp;gt;&amp;gt; Dear Mr. Horvath, &amp;gt;&amp;gt; &amp;gt;&amp;gt; I am from the German National Library and have heard about your recent &amp;gt;&amp;gt; publication of your bibliographic information as linked open data. &amp;gt;&amp;gt; Please let me congratulate you on this important accomplishment! &amp;gt;&amp;gt; &amp;gt;&amp;gt; Incidentally, we have also just completed our first linked data &amp;gt;&amp;gt; project. In this first step we have published large parts of our &amp;gt;&amp;gt; authority files as linked data; a follow-up project is currently being &amp;gt;&amp;gt; planned. Perhaps it will be possible to benefit from each others &amp;gt;&amp;gt; efforts and experiences. &amp;gt;&amp;gt; &amp;gt;&amp;gt; At first glance, it seems that the projects are quite similar; &amp;gt;&amp;gt; apprarently we have chosen different naming schemes for out URIs, but &amp;gt;&amp;gt; that difference is cosmetic at best. Currently, out service only &amp;gt;&amp;gt; offers the usual XML/RDF representation; MARC and other formats might &amp;gt;&amp;gt; be added in the future. We also have content negotiation for the &amp;gt;&amp;gt; RDF/XML and HTML representations of the data. The main difference is &amp;gt;&amp;gt; apparently in the data modelling and ontologies used. &amp;gt;&amp;gt; &amp;gt;&amp;gt; By the way, some of the URLs in your slides don&amp;apos;t seem to work, such &amp;gt;&amp;gt; as http://nektar.oszk.hu/resource/auth/33589 (slide 17). The default &amp;gt;&amp;gt; SPARQL queries return errors (HTTP Status 500 - &amp;gt;&amp;gt; com.hp.hpl.jena.shared.JenaException: Exception during database &amp;gt;&amp;gt; access). &amp;gt;&amp;gt; &amp;gt;&amp;gt; We would like to invite you to take a look at our service. &amp;gt;&amp;gt; Unfortunately, the documentation (https://wiki.d-nb.de/display/LDS) is &amp;gt;&amp;gt; available only in German at the moment. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Here&amp;apos;s a brief English overview of the features: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The services comprises authority file data about 1,8 million persons &amp;gt;&amp;gt; (from Name Authority File PND), 160.000 subject headings (from Subject &amp;gt;&amp;gt; Headings Authority File SWD) and about 1.3 million corporate bodies &amp;gt;&amp;gt; (from Comporate Body Authority File GKD). - The data modelling has &amp;gt;&amp;gt; been refined compared to an earlier prototype (March 2010). - We&amp;apos;ve &amp;gt;&amp;gt; added additional links to external data sources, in particular from &amp;gt;&amp;gt; our SWD to appropriate data at LCSH and RAMEAU. - The service is now &amp;gt;&amp;gt; integrated into our web presence; a special test environment that we &amp;gt;&amp;gt; used before is no longer needed. &amp;gt;&amp;gt; &amp;gt;&amp;gt; These examples illustrate our work: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The German author Bertolt Brecht (http://d-nb.info/gnd/118514768) &amp;gt;&amp;gt; has the following XML/RDF representation: &amp;gt;&amp;gt; http://d-nb.info/gnd/118514768/about - The Subject Heading for &amp;gt;&amp;gt; &amp;quot;Führungskraft&amp;quot; (&amp;quot;Executive&amp;quot; or &amp;quot;Cadres (personnel)&amp;quot;) is found here: &amp;gt;&amp;gt; http://d-nb.info/gnd/4071497-4 - The associated XML/RDF representation &amp;gt;&amp;gt; can be found here: http://d-nb.info/gnd/4071497-4/about &amp;gt;&amp;gt; &amp;gt;&amp;gt; The next step for us is planning a follow-up project that will improve &amp;gt;&amp;gt; the technical infrastructure, develop automatic update mechanisms and &amp;gt;&amp;gt; expand the data we represent. &amp;gt;&amp;gt; &amp;gt;&amp;gt; We are looking forward to your feedback. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Best regards, &amp;gt;&amp;gt; &amp;gt;&amp;gt; Jan Hannemann &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________ &amp;gt;&amp;gt; &amp;gt;&amp;gt; Dr. Jan Hannemann &amp;gt;&amp;gt; Deutsche Nationalbibliothek &amp;gt;&amp;gt; Informationstechnik &amp;gt;&amp;gt; Adickesallee 1 &amp;gt;&amp;gt; D-60322 Frankfurt am Main &amp;gt;&amp;gt; Telefon: +49-69-1525-1769 &amp;gt;&amp;gt; Telefax: +49-69-1525-1799 &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
  • #45: Dear Mr. Horvath, Thanks, the links do work now. Nice work! We matched our records to the LCSH in a different project (called &amp;quot;MACS&amp;quot;) a while ago. The result of the project was a database of corresponding entries in our SWD, the LCHS and RAMEAU. So we did not solve that problem in our linked data project but simply used the information already available. Unfortunately, the URIs are not included, but it was possible to derive them from the IDs used (easy for LCSH, hard for RAMEAU). I am not sure if these mappings are freely available, but if you are interested, I could try to find out. A typical mapping looks like this: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- Contents from database Work --&amp;gt; ... &amp;lt;add&amp;gt; &amp;lt;doc&amp;gt; &amp;lt;field name=&amp;quot;id&amp;quot;&amp;gt;MACS0000001&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD&amp;quot;&amp;gt;Schauspielkunst&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;SWD_number&amp;quot;&amp;gt;4129090-2&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU&amp;quot;&amp;gt;Art dramatique&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;RAMEAU_number&amp;quot;&amp;gt;FRBNF11930966X&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH&amp;quot;&amp;gt;Acting&amp;lt;/field&amp;gt; &amp;lt;field name=&amp;quot;LCSH_number&amp;quot;&amp;gt;sh 85000691&amp;lt;/field&amp;gt; &amp;lt;/doc&amp;gt; ... &amp;lt;/add&amp;gt; Would that be at all useful to you? Best regards Jan Hannemann &amp;gt;-----Ursprüngliche Nachricht----- &amp;gt;Von: HORVATH Adam [mailto:adam@oszk.hu] &amp;gt;Gesendet: Montag, 10. Mai 2010 15:59 &amp;gt;An: Hannemann, Jan &amp;gt;Cc: Hauser, Julia; Haffner, Alexander &amp;gt;Betreff: Re: NSZL on the semantic web / DNB on the semantic web &amp;gt; &amp;gt;Dear Mr Hannemann, &amp;gt; &amp;gt;Thanks you for your reaction. The link should work now (I tried a &amp;gt;minute ago). &amp;gt; &amp;gt;I studied your examples. You have very nice, detailed authority &amp;gt;records. I like that you show the html representation in your &amp;gt;catalogue. &amp;gt; &amp;gt;How did you manage to match your subject heading with the LCSH &amp;gt;subject heading? What was the input for the matching? Can one have a &amp;gt;file containing all the skosified LCSH subject heading, which is &amp;gt;frely available? &amp;gt; &amp;gt;We plan to improve our bibliographic data with the bibo schema, to &amp;gt;create a sitemap to our linked data and to do some frbrization based &amp;gt;on our semantic data stored in Jena. &amp;gt; &amp;gt;If you can see any possible cooperation in the future please let us &amp;gt;know. &amp;gt; &amp;gt;Best regards &amp;gt;Adam Horvath &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;Subject:NSZL on the semantic web / DNB on the semantic web &amp;gt;Date sent:Mon, 10 May 2010 11:04:44 +0200 &amp;gt;From:&amp;quot;Hannemann, Jan&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt;To:&amp;lt;[email_address]&amp;gt; &amp;gt;Copies to:&amp;quot;Hauser, Julia&amp;quot; &amp;lt;[email_address]&amp;gt;, &amp;gt;&amp;quot;Haffner, Alexander&amp;quot; &amp;lt;[email_address]&amp;gt; &amp;gt; &amp;gt;&amp;gt; Dear Mr. Horvath, &amp;gt;&amp;gt; &amp;gt;&amp;gt; I am from the German National Library and have heard about your recent &amp;gt;&amp;gt; publication of your bibliographic information as linked open data. &amp;gt;&amp;gt; Please let me congratulate you on this important accomplishment! &amp;gt;&amp;gt; &amp;gt;&amp;gt; Incidentally, we have also just completed our first linked data &amp;gt;&amp;gt; project. In this first step we have published large parts of our &amp;gt;&amp;gt; authority files as linked data; a follow-up project is currently being &amp;gt;&amp;gt; planned. Perhaps it will be possible to benefit from each others &amp;gt;&amp;gt; efforts and experiences. &amp;gt;&amp;gt; &amp;gt;&amp;gt; At first glance, it seems that the projects are quite similar; &amp;gt;&amp;gt; apprarently we have chosen different naming schemes for out URIs, but &amp;gt;&amp;gt; that difference is cosmetic at best. Currently, out service only &amp;gt;&amp;gt; offers the usual XML/RDF representation; MARC and other formats might &amp;gt;&amp;gt; be added in the future. We also have content negotiation for the &amp;gt;&amp;gt; RDF/XML and HTML representations of the data. The main difference is &amp;gt;&amp;gt; apparently in the data modelling and ontologies used. &amp;gt;&amp;gt; &amp;gt;&amp;gt; By the way, some of the URLs in your slides don&amp;apos;t seem to work, such &amp;gt;&amp;gt; as http://nektar.oszk.hu/resource/auth/33589 (slide 17). The default &amp;gt;&amp;gt; SPARQL queries return errors (HTTP Status 500 - &amp;gt;&amp;gt; com.hp.hpl.jena.shared.JenaException: Exception during database &amp;gt;&amp;gt; access). &amp;gt;&amp;gt; &amp;gt;&amp;gt; We would like to invite you to take a look at our service. &amp;gt;&amp;gt; Unfortunately, the documentation (https://wiki.d-nb.de/display/LDS) is &amp;gt;&amp;gt; available only in German at the moment. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Here&amp;apos;s a brief English overview of the features: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The services comprises authority file data about 1,8 million persons &amp;gt;&amp;gt; (from Name Authority File PND), 160.000 subject headings (from Subject &amp;gt;&amp;gt; Headings Authority File SWD) and about 1.3 million corporate bodies &amp;gt;&amp;gt; (from Comporate Body Authority File GKD). - The data modelling has &amp;gt;&amp;gt; been refined compared to an earlier prototype (March 2010). - We&amp;apos;ve &amp;gt;&amp;gt; added additional links to external data sources, in particular from &amp;gt;&amp;gt; our SWD to appropriate data at LCSH and RAMEAU. - The service is now &amp;gt;&amp;gt; integrated into our web presence; a special test environment that we &amp;gt;&amp;gt; used before is no longer needed. &amp;gt;&amp;gt; &amp;gt;&amp;gt; These examples illustrate our work: &amp;gt;&amp;gt; &amp;gt;&amp;gt; - The German author Bertolt Brecht (http://d-nb.info/gnd/118514768) &amp;gt;&amp;gt; has the following XML/RDF representation: &amp;gt;&amp;gt; http://d-nb.info/gnd/118514768/about - The Subject Heading for &amp;gt;&amp;gt; &amp;quot;Führungskraft&amp;quot; (&amp;quot;Executive&amp;quot; or &amp;quot;Cadres (personnel)&amp;quot;) is found here: &amp;gt;&amp;gt; http://d-nb.info/gnd/4071497-4 - The associated XML/RDF representation &amp;gt;&amp;gt; can be found here: http://d-nb.info/gnd/4071497-4/about &amp;gt;&amp;gt; &amp;gt;&amp;gt; The next step for us is planning a follow-up project that will improve &amp;gt;&amp;gt; the technical infrastructure, develop automatic update mechanisms and &amp;gt;&amp;gt; expand the data we represent. &amp;gt;&amp;gt; &amp;gt;&amp;gt; We are looking forward to your feedback. &amp;gt;&amp;gt; &amp;gt;&amp;gt; Best regards, &amp;gt;&amp;gt; &amp;gt;&amp;gt; Jan Hannemann &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________ &amp;gt;&amp;gt; &amp;gt;&amp;gt; Dr. Jan Hannemann &amp;gt;&amp;gt; Deutsche Nationalbibliothek &amp;gt;&amp;gt; Informationstechnik &amp;gt;&amp;gt; Adickesallee 1 &amp;gt;&amp;gt; D-60322 Frankfurt am Main &amp;gt;&amp;gt; Telefon: +49-69-1525-1769 &amp;gt;&amp;gt; Telefax: +49-69-1525-1799 &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
  • #46: By the way, Adam, I&amp;apos;d also like to seize the opportunity to invite you to consider participation this Library Linked Data effort. Your library has done work of premium importance for the field, it would be interesting to have you around.
  • #47: Hungarian National Library OPAC and Digital library