SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
Automatic creation of mappings between
classification systems
Prof. Magnus Pfeffer
Stuttgart Media University
pfeffer@hdm-stuttgart.de
July 10th, 2013 European Conference on Data Analysis 2013 2
ļ® Motivation
ļ® Instance-based matching
ļ® Application to bibliographic data
ļ® Evaluation
ļ® Ongoing projects
Agenda
July 10th, 2013 European Conference on Data Analysis 2013 3
Motivation
July 10th, 2013 European Conference on Data Analysis 2013 4
Current situation in Germany
ī€Š Five regional library unions
ī€Š Subject headings
ī€Š Predominantly RSWK (ā€žRegeln fĆ¼r den Schlagwortkatalogā€œ -
ā€žRules for the subject catalogueā€œ) using a shared authority file
ī€Š Classification systems
ī€Š RVK (Regensburg Union Classification)
ī€Š BK (Basic Classification)
ī€Š DDC (Dewey Decimal Classification)
ī€Š Various local classification systems
ī€Š Low proportion of indexed titles (25-30%)
July 10th, 2013 European Conference on Data Analysis 2013 5
Current situation in Germany
ī€Š National library
ī€Š Subject headings
ī€Š Predominantly RSWK (ā€žRegeln fĆ¼r den Schlagwortkatalogā€œ -
ā€žRules for the subject catalogueā€œ) using a shared authority file
ī€Š Classification systems
ī€Š DDC (Dewey Decimal Classification)
ī€Š Coarse categories
ī€Š DDC only for titles published since 2007
ī€Š Only ā€žReihe Aā€œ (print trade publications) is fully indexed
with RSWK
July 10th, 2013 European Conference on Data Analysis 2013 6
Goals
ī€Š Re-use existing indexing information
ī€Š National level
ī€Š BK is used mainly in northern Germany
ī€Š RVK mainly in southern Germany
ī€Š DDC mainly by the National Library
ī€Š International level
ī€Š Make RVK data more accessible to DDC users
ī€Š Use DDC indexing information available from e.g. the Library
of Congress
July 10th, 2013 European Conference on Data Analysis 2013 7
Ideas
ī€Š Use of appropriate classification systems
ī€Š Facetted search in resource discovery systems
ī€Š Should be monohierarchical
ī€Š Should have limited number of classes
ā†’ DDC (first digits) or BK
ī€Š Browsing of similar titles
ī€Š Should be fine-grained
ā†’ DDC (full) or RVK
ī€Š Multi-lingual retrieval
July 10th, 2013 European Conference on Data Analysis 2013 8
Ideas
ī€Š Enable the use of existing tools and visualisations
Denton (2012) Legrady (2005)
July 10th, 2013 European Conference on Data Analysis 2013 9
Instance-based Matching
July 10th, 2013 European Conference on Data Analysis 2013 10
Ontology matching
ī€Š Well-studied problem in computer science
ī€Š Several approaches
ī€Š Based on the descriptors
ī€Š Based on the structure
ī€Š Based on the manifestations (instances)
July 10th, 2013 European Conference on Data Analysis 2013 11
Instances
ī€Š Entries in catalogues with multiple classifications
July 10th, 2013 European Conference on Data Analysis 2013 12
Instance-based matching
ī€Š Assumptions
ī€Š Classes with semantic overlap appear together
ī€Š The more often these classes co-occur, the stronger
the overlap
ī€Š Preparation
ī€Š Extraction of all pairs of classifications from the data
ī€Š Count of the extracted pairs
July 10th, 2013 European Conference on Data Analysis 2013 13
Example
July 10th, 2013 European Conference on Data Analysis 2013 14
Example
ī€Š Entry 1
ī€Š DDC: 179.9
ī€Š RVK: CC 7200
ī€Š RVK: CC 7250
ī€Š Entry 2
ī€Š DDC: 179.9
ī€Š RVK: CC 7200
ī€Š Pairs
ī€Š 179.9 / CC 7200
ī€Š 179.9 / CC 7250
ī€Š 179.9 / CC 7200
July 10th, 2013 European Conference on Data Analysis 2013 15
Normalisation
ī€Š Comparing solely absolute numbers is bad
ī€Š Some classes are more often used than others
ī€Š Number of pairs correlates with the number of entries
that are classified using a given class
ī€Š Instead:
Use proportion of co-occurrence ā†” single occurrence
āˆ£Ec1āˆ©Ec2āˆ£
āˆ£Ec1āˆŖEc2āˆ£
number of entries with both classifications
divided by
number of entries with either classification
(Jaccard measure for overlap of sets)
July 10th, 2013 European Conference on Data Analysis 2013 16
Further interpretation
ī€Š a and b are two classes from two classification
systems A and B
ī€Š The classes a and b only occur together
ā†’ exact match
ī€Š a only co-occurs with b, but b co-occurs with other
classes from A
ā†’ a is narrower concept than b
ī€Š a co-occurs with several classes from B (including b)
ā†’ a is wider concept than b
ī€Š a and b do not co-occur
ā†’ cannot infer that a and b are unrelated
July 10th, 2013 European Conference on Data Analysis 2013 17
Prior work
ī€Š Pfeffer (2009)
ī€Š Analysis of classification system structure and actual
use
ī€Š Locating classes that describe the same concept
ī€Š Finding ways to improve existing mappings to RVK
ī€Š Focus on RVK, using data from library union catalogues
ī€Š Co-occurrence analysis
ī€Š Results
ī€Š High co-occurrence and close in the hierarchy:
ā†’ classes are hard to assign properly
ī€Š High co-occurrence and far in the hierarchy:
ā†’ classes describe identical concepts
ī€Š Mappings from RSWK to RVK could be augmented
July 10th, 2013 European Conference on Data Analysis 2013 18
Related work
ī€Š Isaac et.al. (2007)
ī€Š Applied instance based matching to bibliographic data
ī€Š Data from the National Library of the Netherlands
ī€Š Mapping from a thesaurus to a classification system
ī€Š Results
ī€Š Generated mappings are quite good
ī€Š More sophisticated measures than Jaccard do not lead to
better mappings
July 10th, 2013 European Conference on Data Analysis 2013 19
Application to bibliographic data
July 10th, 2013 European Conference on Data Analysis 2013 20
Bibliographic data is different
ī€Š Multiple editions
ī€Š Multiple document types
July 10th, 2013 European Conference on Data Analysis 2013 21
Bibliographic data
ī€Š Skewed data
ī€Š Multiple editions ā†’ More pairs
ī€Š Some co-occurrences could appear stronger than others
ī€Š Solution: Pre-clustering individual titles on the ā€žworkā€œ level
ī€Š Increases chance for instances with more than one
classifications
ī€Š Each cluster contributes only once
ī€Š Allows using absolute co-occurrence numbers
ī€Š Cut-off for small numbers
ī€Š Ranking of competing matches
July 10th, 2013 European Conference on Data Analysis 2013 22
Prior work
ī€Š Pfeffer (2013)
ī€Š Matching bibliographic records
ī€Š Based on author, title and uniform title
ī€Š
(as well as information on title changes)
ī€Š Matches any edition and revision of a work
ī€Š
Including translations
ī€Š Full closure over the match sets ā†’ Discrete clusters
ī€Š Consolidating indexing information
ī€Š For indexing purposes, the differences between editions and
revisions are irrelevant
ī€Š Subject headings and classifications are shared between all
members of a cluster
July 10th, 2013 European Conference on Data Analysis 2013 23
Evaluation
July 10th, 2013 European Conference on Data Analysis 2013 24
Comparison with existing mappings
ī€Š Existing (partial) mappings can be used as a basis for
evaluation
ā†’ ā€žGold standardā€œ
ī€Š Comparison of automatic and manual mapping
ī€Š Recall: Are all the mappings found?
ī€Š Precision: Are all found mappings correct?
ī€Š Analysis of additional links
ī€Š Maybe the gold standard can be improved?
July 10th, 2013 European Conference on Data Analysis 2013 25
Ongoing projects
July 10th, 2013 European Conference on Data Analysis 2013 26
Data
ī€Š Bibliographic data
ī€Š All German library union catalogues
ī€Š German National Library catalogue
ī€Š Austrian National Library catalogue
ī€Š British national bibliography
ī€Š Gold standards
ī€Š Partial mappings BK ā†” RVK
July 10th, 2013 European Conference on Data Analysis 2013 27
Interesting Mappings
ī€Š RVK ā†’ BK
ī€Š Gold standard exists
ī€Š BK well suited for faceted retrieval
ī€Š RVK has largest proportion of classified titles
ī€Š RVK ā†” DDC
ī€Š Enable data sharing between the German National
Library and the RVK-using libraries
ī€Š Not limited to classification systems
ī€Š See Pfeffer (2009) and Wang et.al. (2009)
July 10th, 2013 European Conference on Data Analysis 2013 28
Software features
ī€Š Using the ā€žMetafactoryā€œ framework
ī€Š Import of MAB2 and MARC data
ī€Š Clustering
ī€Š Generation of keys for the match process
ī€Š Matching and clustering (full closure)
ī€Š Consolidation of indexing and classification information
ī€Š Statistics
ī€Š Single occurrence and co-occurrence counts
ī€Š Jaccard measure
ī€Š Output
ī€Š Full mappings
July 10th, 2013 European Conference on Data Analysis 2013 29
Thank you for listening.
Slides available online
http://www.slideshare.net/MagnusPfeffer/
This work is licensed under a Creative Commons
Attribution-ShareAlike 3.0 Unported License.
July 10th, 2013 European Conference on Data Analysis 2013 30
References
ī€Š Denton, W. (2012). On dentographs, a new method of visualizing library collections. In:
Code4Lib.
ī€Š Isaac, A., Van Der Meij, L., Schlobach, S. and Wang, S. (2007).
An empirical study of instance-based ontology matching. In: The Semantic Web (pp.
253-266). Springer Berlin Heidelberg.
ī€Š Legrady, G. (2005). Making visible the invisible. Seattle Library Data Flow
Visualization. In: Digital Culture and Heritage. Proceedings of ICHIM05 Sept, 21-23.
ī€Š Pfeffer, M. (2009). Ƅquivalenzklassen ā€“ Alle Doppelstellen der RVK finden.
Presentation given at the Librarian Workshop of the 33rd Annual Conference of the
German Classification Society on Data Analysis, Machine Learning, and Applications
(GfKl).
ī€Š Pfeffer, M. (2013). Using clustering across union catalogues to enrich entries with
indexing information. In: Data Analysis, Machine Learning and Knowledge Discovery -
Proceedings of the 36th Annual Conference of the Gesellschaft fĆ¼r Klassifikation e. V..
Springer Berlin Heidelberg.
ī€Š Wang, S., Isaac, A., Schopman, B., Schlobach, S. and Van Der Meij, L. (2009).
Matching multi-lingual subject vocabularies. In: Research and Advanced Technology
for Digital Libraries (pp. 125-137). Springer Berlin Heidelberg.

Weitere Ƥhnliche Inhalte

Was ist angesagt?

Are you talking to me? Researching a scenario for linking objects and publica...
Are you talking to me? Researching a scenario for linking objects and publica...Are you talking to me? Researching a scenario for linking objects and publica...
Are you talking to me? Researching a scenario for linking objects and publica...Ellen Van Keer
Ā 
Linked data tooling XML
Linked data tooling XMLLinked data tooling XML
Linked data tooling XMLFREMEProjectH2020
Ā 
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
Ā 
Ivan Herman - Semantic Web Activities @ W3C
Ivan Herman - Semantic Web Activities @ W3CIvan Herman - Semantic Web Activities @ W3C
Ivan Herman - Semantic Web Activities @ W3Csssw2012
Ā 
Data 2 Documents: Modular and Distributive Content Management in RDF
Data 2 Documents: Modular and Distributive Content Management in RDFData 2 Documents: Modular and Distributive Content Management in RDF
Data 2 Documents: Modular and Distributive Content Management in RDFNiels Ockeloen
Ā 
Documents, services, and data on the web
Documents, services, and data on the webDocuments, services, and data on the web
Documents, services, and data on the webChiara Del Vescovo
Ā 
SF Python Meetup: TextRank in Python
SF Python Meetup: TextRank in PythonSF Python Meetup: TextRank in Python
SF Python Meetup: TextRank in PythonPaco Nathan
Ā 
Executing SPARQL Queries over Mapped Document Stores with SparqlMap-M
Executing SPARQL Queries over Mapped Document Stores with SparqlMap-MExecuting SPARQL Queries over Mapped Document Stores with SparqlMap-M
Executing SPARQL Queries over Mapped Document Stores with SparqlMap-MLinked Enterprise Date Services
Ā 
Linked data as a library data platform
Linked data as a library data platformLinked data as a library data platform
Linked data as a library data platformJindřich Mynarz
Ā 
EC-WEB: Validator and Preview for the JobPosting Data Model of Schema.org
EC-WEB: Validator and Preview for the JobPosting Data Model of Schema.orgEC-WEB: Validator and Preview for the JobPosting Data Model of Schema.org
EC-WEB: Validator and Preview for the JobPosting Data Model of Schema.orgJindřich Mynarz
Ā 
ROI in Linking Content to CRM by Applying the Linked Data Stack
ROI in Linking Content to CRM by Applying the Linked Data StackROI in Linking Content to CRM by Applying the Linked Data Stack
ROI in Linking Content to CRM by Applying the Linked Data StackMartin Voigt
Ā 
Regal - a Repository for Electronic Documents and Bibliographic Data
Regal - a Repository for Electronic Documents and Bibliographic DataRegal - a Repository for Electronic Documents and Bibliographic Data
Regal - a Repository for Electronic Documents and Bibliographic DataFelix Ostrowski
Ā 
Interaction with Linked Data
Interaction with Linked DataInteraction with Linked Data
Interaction with Linked DataEUCLID project
Ā 
Introduction to persistency and Berkeley DB
Introduction to persistency and Berkeley DBIntroduction to persistency and Berkeley DB
Introduction to persistency and Berkeley DBPhilip Johnson
Ā 
Semantics 2017 - Trying Not to Die Benchmarking using LITMUS
Semantics 2017 - Trying Not to Die Benchmarking using LITMUSSemantics 2017 - Trying Not to Die Benchmarking using LITMUS
Semantics 2017 - Trying Not to Die Benchmarking using LITMUSHarsh Thakkar
Ā 
A Standard Data Format for Computational Chemistry: CSX
A Standard Data Format for Computational Chemistry: CSXA Standard Data Format for Computational Chemistry: CSX
A Standard Data Format for Computational Chemistry: CSXStuart Chalk
Ā 
Providing Linked Data
Providing Linked DataProviding Linked Data
Providing Linked DataEUCLID project
Ā 
Tutorial "Linked Data Query Processing" Part 2 "Theoretical Foundations" (WWW...
Tutorial "Linked Data Query Processing" Part 2 "Theoretical Foundations" (WWW...Tutorial "Linked Data Query Processing" Part 2 "Theoretical Foundations" (WWW...
Tutorial "Linked Data Query Processing" Part 2 "Theoretical Foundations" (WWW...Olaf Hartig
Ā 

Was ist angesagt? (20)

Achieving time effective federated information from scalable rdf data using s...
Achieving time effective federated information from scalable rdf data using s...Achieving time effective federated information from scalable rdf data using s...
Achieving time effective federated information from scalable rdf data using s...
Ā 
Are you talking to me? Researching a scenario for linking objects and publica...
Are you talking to me? Researching a scenario for linking objects and publica...Are you talking to me? Researching a scenario for linking objects and publica...
Are you talking to me? Researching a scenario for linking objects and publica...
Ā 
Linked data tooling XML
Linked data tooling XMLLinked data tooling XML
Linked data tooling XML
Ā 
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
Ā 
Ivan Herman - Semantic Web Activities @ W3C
Ivan Herman - Semantic Web Activities @ W3CIvan Herman - Semantic Web Activities @ W3C
Ivan Herman - Semantic Web Activities @ W3C
Ā 
Linking library data
Linking library dataLinking library data
Linking library data
Ā 
Data 2 Documents: Modular and Distributive Content Management in RDF
Data 2 Documents: Modular and Distributive Content Management in RDFData 2 Documents: Modular and Distributive Content Management in RDF
Data 2 Documents: Modular and Distributive Content Management in RDF
Ā 
Documents, services, and data on the web
Documents, services, and data on the webDocuments, services, and data on the web
Documents, services, and data on the web
Ā 
SF Python Meetup: TextRank in Python
SF Python Meetup: TextRank in PythonSF Python Meetup: TextRank in Python
SF Python Meetup: TextRank in Python
Ā 
Executing SPARQL Queries over Mapped Document Stores with SparqlMap-M
Executing SPARQL Queries over Mapped Document Stores with SparqlMap-MExecuting SPARQL Queries over Mapped Document Stores with SparqlMap-M
Executing SPARQL Queries over Mapped Document Stores with SparqlMap-M
Ā 
Linked data as a library data platform
Linked data as a library data platformLinked data as a library data platform
Linked data as a library data platform
Ā 
EC-WEB: Validator and Preview for the JobPosting Data Model of Schema.org
EC-WEB: Validator and Preview for the JobPosting Data Model of Schema.orgEC-WEB: Validator and Preview for the JobPosting Data Model of Schema.org
EC-WEB: Validator and Preview for the JobPosting Data Model of Schema.org
Ā 
ROI in Linking Content to CRM by Applying the Linked Data Stack
ROI in Linking Content to CRM by Applying the Linked Data StackROI in Linking Content to CRM by Applying the Linked Data Stack
ROI in Linking Content to CRM by Applying the Linked Data Stack
Ā 
Regal - a Repository for Electronic Documents and Bibliographic Data
Regal - a Repository for Electronic Documents and Bibliographic DataRegal - a Repository for Electronic Documents and Bibliographic Data
Regal - a Repository for Electronic Documents and Bibliographic Data
Ā 
Interaction with Linked Data
Interaction with Linked DataInteraction with Linked Data
Interaction with Linked Data
Ā 
Introduction to persistency and Berkeley DB
Introduction to persistency and Berkeley DBIntroduction to persistency and Berkeley DB
Introduction to persistency and Berkeley DB
Ā 
Semantics 2017 - Trying Not to Die Benchmarking using LITMUS
Semantics 2017 - Trying Not to Die Benchmarking using LITMUSSemantics 2017 - Trying Not to Die Benchmarking using LITMUS
Semantics 2017 - Trying Not to Die Benchmarking using LITMUS
Ā 
A Standard Data Format for Computational Chemistry: CSX
A Standard Data Format for Computational Chemistry: CSXA Standard Data Format for Computational Chemistry: CSX
A Standard Data Format for Computational Chemistry: CSX
Ā 
Providing Linked Data
Providing Linked DataProviding Linked Data
Providing Linked Data
Ā 
Tutorial "Linked Data Query Processing" Part 2 "Theoretical Foundations" (WWW...
Tutorial "Linked Data Query Processing" Part 2 "Theoretical Foundations" (WWW...Tutorial "Linked Data Query Processing" Part 2 "Theoretical Foundations" (WWW...
Tutorial "Linked Data Query Processing" Part 2 "Theoretical Foundations" (WWW...
Ā 

Andere mochten auch

Linked Data in der Lehre
Linked Data in der LehreLinked Data in der Lehre
Linked Data in der LehreMagnus Pfeffer
Ā 
Abgleich von Titeldaten zur Ɯbernahme von SacherschlieƟungsinformationen Ć¼be...
Abgleich von Titeldaten zur Ɯbernahme von SacherschlieƟungsinformationen  Ć¼be...Abgleich von Titeldaten zur Ɯbernahme von SacherschlieƟungsinformationen  Ć¼be...
Abgleich von Titeldaten zur Ɯbernahme von SacherschlieƟungsinformationen Ć¼be...Magnus Pfeffer
Ā 
Bibliotheken und Linked Open Data
Bibliotheken und Linked Open DataBibliotheken und Linked Open Data
Bibliotheken und Linked Open DataMagnus Pfeffer
Ā 
Automatisches Generieren von Konkordanzen
Automatisches Generieren von KonkordanzenAutomatisches Generieren von Konkordanzen
Automatisches Generieren von KonkordanzenMagnus Pfeffer
Ā 
Bibliotheken und Linked Open Data Extended
Bibliotheken und Linked Open Data ExtendedBibliotheken und Linked Open Data Extended
Bibliotheken und Linked Open Data ExtendedMagnus Pfeffer
Ā 
AltbestandserschlieƟung: Automatische Ɯbernahme von RVK und SWD Ć¼ber Verbundg...
AltbestandserschlieƟung: Automatische Ɯbernahme von RVK und SWD Ć¼ber Verbundg...AltbestandserschlieƟung: Automatische Ɯbernahme von RVK und SWD Ć¼ber Verbundg...
AltbestandserschlieƟung: Automatische Ɯbernahme von RVK und SWD Ć¼ber Verbundg...Magnus Pfeffer
Ā 
Fallbasierte automatische Klassifikation nach der RVK - k-nearest neighbour a...
Fallbasierte automatische Klassifikation nach der RVK - k-nearest neighbour a...Fallbasierte automatische Klassifikation nach der RVK - k-nearest neighbour a...
Fallbasierte automatische Klassifikation nach der RVK - k-nearest neighbour a...Magnus Pfeffer
Ā 
Clustering auf Werksebene
Clustering auf WerksebeneClustering auf Werksebene
Clustering auf WerksebeneMagnus Pfeffer
Ā 
Cloud Computing fĆ¼r die Verarbeitung von Metadaten
Cloud Computing fĆ¼r die Verarbeitung von MetadatenCloud Computing fĆ¼r die Verarbeitung von Metadaten
Cloud Computing fĆ¼r die Verarbeitung von MetadatenMagnus Pfeffer
Ā 
Metadata Provenance Tutorial Part 2: Interoperable Metadata Provenance
Metadata Provenance Tutorial Part 2: Interoperable Metadata ProvenanceMetadata Provenance Tutorial Part 2: Interoperable Metadata Provenance
Metadata Provenance Tutorial Part 2: Interoperable Metadata ProvenanceMagnus Pfeffer
Ā 
Jetzt kommt zusammen, was zusammen gehƶrt
Jetzt kommt zusammen, was zusammen gehƶrtJetzt kommt zusammen, was zusammen gehƶrt
Jetzt kommt zusammen, was zusammen gehƶrtMagnus Pfeffer
Ā 
Bibliotheken und Linked Open Data
Bibliotheken und Linked Open DataBibliotheken und Linked Open Data
Bibliotheken und Linked Open DataMagnus Pfeffer
Ā 
Resource Discovery: Herausforderung und Chance fĆ¼r die SacherschlieƟung
Resource Discovery:  Herausforderung und Chance fĆ¼r die SacherschlieƟungResource Discovery:  Herausforderung und Chance fĆ¼r die SacherschlieƟung
Resource Discovery: Herausforderung und Chance fĆ¼r die SacherschlieƟungMagnus Pfeffer
Ā 
Ausleihdaten aus Bibliotheken als Linked Open Data publizieren und nutzen
Ausleihdaten aus Bibliotheken als Linked Open Data publizieren und nutzenAusleihdaten aus Bibliotheken als Linked Open Data publizieren und nutzen
Ausleihdaten aus Bibliotheken als Linked Open Data publizieren und nutzenMagnus Pfeffer
Ā 
RVK 3.0 - Die Regensburger Verbundklassifikation als Normdatei fĆ¼r Bibliothek...
RVK 3.0 - Die Regensburger Verbundklassifikation als Normdatei fĆ¼r Bibliothek...RVK 3.0 - Die Regensburger Verbundklassifikation als Normdatei fĆ¼r Bibliothek...
RVK 3.0 - Die Regensburger Verbundklassifikation als Normdatei fĆ¼r Bibliothek...Magnus Pfeffer
Ā 
Resource Discovery - SacherschlieƟung am Ende?
Resource Discovery - SacherschlieƟung am Ende?Resource Discovery - SacherschlieƟung am Ende?
Resource Discovery - SacherschlieƟung am Ende?Magnus Pfeffer
Ā 
Open Source Software zur Verarbeitung und Analyse von Metadatenmanagement
Open Source Software zur Verarbeitung und Analyse von MetadatenmanagementOpen Source Software zur Verarbeitung und Analyse von Metadatenmanagement
Open Source Software zur Verarbeitung und Analyse von MetadatenmanagementMagnus Pfeffer
Ā 

Andere mochten auch (17)

Linked Data in der Lehre
Linked Data in der LehreLinked Data in der Lehre
Linked Data in der Lehre
Ā 
Abgleich von Titeldaten zur Ɯbernahme von SacherschlieƟungsinformationen Ć¼be...
Abgleich von Titeldaten zur Ɯbernahme von SacherschlieƟungsinformationen  Ć¼be...Abgleich von Titeldaten zur Ɯbernahme von SacherschlieƟungsinformationen  Ć¼be...
Abgleich von Titeldaten zur Ɯbernahme von SacherschlieƟungsinformationen Ć¼be...
Ā 
Bibliotheken und Linked Open Data
Bibliotheken und Linked Open DataBibliotheken und Linked Open Data
Bibliotheken und Linked Open Data
Ā 
Automatisches Generieren von Konkordanzen
Automatisches Generieren von KonkordanzenAutomatisches Generieren von Konkordanzen
Automatisches Generieren von Konkordanzen
Ā 
Bibliotheken und Linked Open Data Extended
Bibliotheken und Linked Open Data ExtendedBibliotheken und Linked Open Data Extended
Bibliotheken und Linked Open Data Extended
Ā 
AltbestandserschlieƟung: Automatische Ɯbernahme von RVK und SWD Ć¼ber Verbundg...
AltbestandserschlieƟung: Automatische Ɯbernahme von RVK und SWD Ć¼ber Verbundg...AltbestandserschlieƟung: Automatische Ɯbernahme von RVK und SWD Ć¼ber Verbundg...
AltbestandserschlieƟung: Automatische Ɯbernahme von RVK und SWD Ć¼ber Verbundg...
Ā 
Fallbasierte automatische Klassifikation nach der RVK - k-nearest neighbour a...
Fallbasierte automatische Klassifikation nach der RVK - k-nearest neighbour a...Fallbasierte automatische Klassifikation nach der RVK - k-nearest neighbour a...
Fallbasierte automatische Klassifikation nach der RVK - k-nearest neighbour a...
Ā 
Clustering auf Werksebene
Clustering auf WerksebeneClustering auf Werksebene
Clustering auf Werksebene
Ā 
Cloud Computing fĆ¼r die Verarbeitung von Metadaten
Cloud Computing fĆ¼r die Verarbeitung von MetadatenCloud Computing fĆ¼r die Verarbeitung von Metadaten
Cloud Computing fĆ¼r die Verarbeitung von Metadaten
Ā 
Metadata Provenance Tutorial Part 2: Interoperable Metadata Provenance
Metadata Provenance Tutorial Part 2: Interoperable Metadata ProvenanceMetadata Provenance Tutorial Part 2: Interoperable Metadata Provenance
Metadata Provenance Tutorial Part 2: Interoperable Metadata Provenance
Ā 
Jetzt kommt zusammen, was zusammen gehƶrt
Jetzt kommt zusammen, was zusammen gehƶrtJetzt kommt zusammen, was zusammen gehƶrt
Jetzt kommt zusammen, was zusammen gehƶrt
Ā 
Bibliotheken und Linked Open Data
Bibliotheken und Linked Open DataBibliotheken und Linked Open Data
Bibliotheken und Linked Open Data
Ā 
Resource Discovery: Herausforderung und Chance fĆ¼r die SacherschlieƟung
Resource Discovery:  Herausforderung und Chance fĆ¼r die SacherschlieƟungResource Discovery:  Herausforderung und Chance fĆ¼r die SacherschlieƟung
Resource Discovery: Herausforderung und Chance fĆ¼r die SacherschlieƟung
Ā 
Ausleihdaten aus Bibliotheken als Linked Open Data publizieren und nutzen
Ausleihdaten aus Bibliotheken als Linked Open Data publizieren und nutzenAusleihdaten aus Bibliotheken als Linked Open Data publizieren und nutzen
Ausleihdaten aus Bibliotheken als Linked Open Data publizieren und nutzen
Ā 
RVK 3.0 - Die Regensburger Verbundklassifikation als Normdatei fĆ¼r Bibliothek...
RVK 3.0 - Die Regensburger Verbundklassifikation als Normdatei fĆ¼r Bibliothek...RVK 3.0 - Die Regensburger Verbundklassifikation als Normdatei fĆ¼r Bibliothek...
RVK 3.0 - Die Regensburger Verbundklassifikation als Normdatei fĆ¼r Bibliothek...
Ā 
Resource Discovery - SacherschlieƟung am Ende?
Resource Discovery - SacherschlieƟung am Ende?Resource Discovery - SacherschlieƟung am Ende?
Resource Discovery - SacherschlieƟung am Ende?
Ā 
Open Source Software zur Verarbeitung und Analyse von Metadatenmanagement
Open Source Software zur Verarbeitung und Analyse von MetadatenmanagementOpen Source Software zur Verarbeitung und Analyse von Metadatenmanagement
Open Source Software zur Verarbeitung und Analyse von Metadatenmanagement
Ā 

Ƅhnlich wie Automatic creation of mappings between classification systems

RDF data clustering
RDF data clusteringRDF data clustering
RDF data clusteringSilvia Giannini
Ā 
Knowledge Graph Maintenance
Knowledge Graph MaintenanceKnowledge Graph Maintenance
Knowledge Graph MaintenancePaul Groth
Ā 
Scalable and privacy-preserving data integration - part 1
Scalable and privacy-preserving data integration - part 1Scalable and privacy-preserving data integration - part 1
Scalable and privacy-preserving data integration - part 1ErhardRahm
Ā 
Semantic Linking & Retrieval for Digital Libraries
Semantic Linking & Retrieval for Digital LibrariesSemantic Linking & Retrieval for Digital Libraries
Semantic Linking & Retrieval for Digital LibrariesStefan Dietze
Ā 
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...Holistic Benchmarking of Big Linked Data
Ā 
Linked Open (Geo)Data and the Distributed Ontology Language ā€“ a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language ā€“ a perfect matchLinked Open (Geo)Data and the Distributed Ontology Language ā€“ a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language ā€“ a perfect matchChristoph Lange
Ā 
Research Objects: more than the sum of the parts
Research Objects: more than the sum of the partsResearch Objects: more than the sum of the parts
Research Objects: more than the sum of the partsCarole Goble
Ā 
RSpace overview Harvard DataFest 2020
RSpace overview Harvard DataFest 2020RSpace overview Harvard DataFest 2020
RSpace overview Harvard DataFest 2020rmacneil88
Ā 
Is multi-model the future of NoSQL?
Is multi-model the future of NoSQL?Is multi-model the future of NoSQL?
Is multi-model the future of NoSQL?Max Neunhƶffer
Ā 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data VisualizationLaura Po
Ā 
H-Maps: An Efficient Approach for Graphical Visualization and Navigation of T...
H-Maps: An Efficient Approach for Graphical Visualization and Navigation of T...H-Maps: An Efficient Approach for Graphical Visualization and Navigation of T...
H-Maps: An Efficient Approach for Graphical Visualization and Navigation of T...tmra
Ā 
Controlled Vocabularies and Text Mining - Use Cases at the Goettingen State a...
Controlled Vocabularies and Text Mining - Use Cases at the Goettingen State a...Controlled Vocabularies and Text Mining - Use Cases at the Goettingen State a...
Controlled Vocabularies and Text Mining - Use Cases at the Goettingen State a...Ralf Stockmann
Ā 
Progress in semantic mapping - NKOS
Progress in semantic mapping - NKOSProgress in semantic mapping - NKOS
Progress in semantic mapping - NKOSAntoine Isaac
Ā 
ACRL Trust in Science Talk
ACRL Trust in Science TalkACRL Trust in Science Talk
ACRL Trust in Science TalkJean-Claude Bradley
Ā 
Semantic Interoperability - grafi della conoscenza
Semantic Interoperability - grafi della conoscenzaSemantic Interoperability - grafi della conoscenza
Semantic Interoperability - grafi della conoscenzaGiorgia Lodi
Ā 
Riding the wave - Paradigm shifts in information access
Riding the wave - Paradigm shifts in information accessRiding the wave - Paradigm shifts in information access
Riding the wave - Paradigm shifts in information accessdatacite
Ā 
State and future of linked data in learning analytics
State and future of linked data in learning analyticsState and future of linked data in learning analytics
State and future of linked data in learning analyticsMathieu d'Aquin
Ā 
Reproducible and citable data and models: an introduction.
Reproducible and citable data and models: an introduction.Reproducible and citable data and models: an introduction.
Reproducible and citable data and models: an introduction.FAIRDOM
Ā 
Tools fĆ¼r das Management von Forschungsdaten
Tools fĆ¼r das Management von ForschungsdatenTools fĆ¼r das Management von Forschungsdaten
Tools fĆ¼r das Management von ForschungsdatenHeinz Pampel
Ā 
20130527 library linkeddata
20130527 library linkeddata20130527 library linkeddata
20130527 library linkeddataStefan Gradmann
Ā 

Ƅhnlich wie Automatic creation of mappings between classification systems (20)

RDF data clustering
RDF data clusteringRDF data clustering
RDF data clustering
Ā 
Knowledge Graph Maintenance
Knowledge Graph MaintenanceKnowledge Graph Maintenance
Knowledge Graph Maintenance
Ā 
Scalable and privacy-preserving data integration - part 1
Scalable and privacy-preserving data integration - part 1Scalable and privacy-preserving data integration - part 1
Scalable and privacy-preserving data integration - part 1
Ā 
Semantic Linking & Retrieval for Digital Libraries
Semantic Linking & Retrieval for Digital LibrariesSemantic Linking & Retrieval for Digital Libraries
Semantic Linking & Retrieval for Digital Libraries
Ā 
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
Ā 
Linked Open (Geo)Data and the Distributed Ontology Language ā€“ a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language ā€“ a perfect matchLinked Open (Geo)Data and the Distributed Ontology Language ā€“ a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language ā€“ a perfect match
Ā 
Research Objects: more than the sum of the parts
Research Objects: more than the sum of the partsResearch Objects: more than the sum of the parts
Research Objects: more than the sum of the parts
Ā 
RSpace overview Harvard DataFest 2020
RSpace overview Harvard DataFest 2020RSpace overview Harvard DataFest 2020
RSpace overview Harvard DataFest 2020
Ā 
Is multi-model the future of NoSQL?
Is multi-model the future of NoSQL?Is multi-model the future of NoSQL?
Is multi-model the future of NoSQL?
Ā 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data Visualization
Ā 
H-Maps: An Efficient Approach for Graphical Visualization and Navigation of T...
H-Maps: An Efficient Approach for Graphical Visualization and Navigation of T...H-Maps: An Efficient Approach for Graphical Visualization and Navigation of T...
H-Maps: An Efficient Approach for Graphical Visualization and Navigation of T...
Ā 
Controlled Vocabularies and Text Mining - Use Cases at the Goettingen State a...
Controlled Vocabularies and Text Mining - Use Cases at the Goettingen State a...Controlled Vocabularies and Text Mining - Use Cases at the Goettingen State a...
Controlled Vocabularies and Text Mining - Use Cases at the Goettingen State a...
Ā 
Progress in semantic mapping - NKOS
Progress in semantic mapping - NKOSProgress in semantic mapping - NKOS
Progress in semantic mapping - NKOS
Ā 
ACRL Trust in Science Talk
ACRL Trust in Science TalkACRL Trust in Science Talk
ACRL Trust in Science Talk
Ā 
Semantic Interoperability - grafi della conoscenza
Semantic Interoperability - grafi della conoscenzaSemantic Interoperability - grafi della conoscenza
Semantic Interoperability - grafi della conoscenza
Ā 
Riding the wave - Paradigm shifts in information access
Riding the wave - Paradigm shifts in information accessRiding the wave - Paradigm shifts in information access
Riding the wave - Paradigm shifts in information access
Ā 
State and future of linked data in learning analytics
State and future of linked data in learning analyticsState and future of linked data in learning analytics
State and future of linked data in learning analytics
Ā 
Reproducible and citable data and models: an introduction.
Reproducible and citable data and models: an introduction.Reproducible and citable data and models: an introduction.
Reproducible and citable data and models: an introduction.
Ā 
Tools fĆ¼r das Management von Forschungsdaten
Tools fĆ¼r das Management von ForschungsdatenTools fĆ¼r das Management von Forschungsdaten
Tools fĆ¼r das Management von Forschungsdaten
Ā 
20130527 library linkeddata
20130527 library linkeddata20130527 library linkeddata
20130527 library linkeddata
Ā 

KĆ¼rzlich hochgeladen

Call Girls Jp Nagar Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Girl Service Bang...amitlee9823
Ā 
Call Girls In Nangloi Rly Metro ź§‚ā€¦ā€¦.95996 ā€¦ 13876 Enjoy ź§‚Escort
Call Girls In Nangloi Rly Metro ź§‚ā€¦ā€¦.95996 ā€¦ 13876 Enjoy ź§‚EscortCall Girls In Nangloi Rly Metro ź§‚ā€¦ā€¦.95996 ā€¦ 13876 Enjoy ź§‚Escort
Call Girls In Nangloi Rly Metro ź§‚ā€¦ā€¦.95996 ā€¦ 13876 Enjoy ź§‚Escortdlhescort
Ā 
Call Girls Kengeri Satellite Town Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Gir...amitlee9823
Ā 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
Ā 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...daisycvs
Ā 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting
Ā 
Nelamangala Call Girls: šŸ“ 7737669865 šŸ“ High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: šŸ“ 7737669865 šŸ“ High Profile Model Escorts | Bangalore...Nelamangala Call Girls: šŸ“ 7737669865 šŸ“ High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: šŸ“ 7737669865 šŸ“ High Profile Model Escorts | Bangalore...amitlee9823
Ā 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel
Ā 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756dollysharma2066
Ā 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
Ā 
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876dlhescort
Ā 
Whitefield CALL GIRL IN 98274*61493 ā¤CALL GIRLS IN ESCORT SERVICEā¤CALL GIRL
Whitefield CALL GIRL IN 98274*61493 ā¤CALL GIRLS IN ESCORT SERVICEā¤CALL GIRLWhitefield CALL GIRL IN 98274*61493 ā¤CALL GIRLS IN ESCORT SERVICEā¤CALL GIRL
Whitefield CALL GIRL IN 98274*61493 ā¤CALL GIRLS IN ESCORT SERVICEā¤CALL GIRLkapoorjyoti4444
Ā 
Russian Call Girls In Rajiv Chowk Gurgaon ā¤ļø8448577510 āŠ¹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ā¤ļø8448577510 āŠ¹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ā¤ļø8448577510 āŠ¹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ā¤ļø8448577510 āŠ¹Best Escorts Service ...lizamodels9
Ā 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon investment
Ā 
šŸ‘‰Chandigarh Call Girls šŸ‘‰9878799926šŸ‘‰Just CallšŸ‘‰Chandigarh Call Girl In Chandiga...
šŸ‘‰Chandigarh Call Girls šŸ‘‰9878799926šŸ‘‰Just CallšŸ‘‰Chandigarh Call Girl In Chandiga...šŸ‘‰Chandigarh Call Girls šŸ‘‰9878799926šŸ‘‰Just CallšŸ‘‰Chandigarh Call Girl In Chandiga...
šŸ‘‰Chandigarh Call Girls šŸ‘‰9878799926šŸ‘‰Just CallšŸ‘‰Chandigarh Call Girl In Chandiga...rajveerescorts2022
Ā 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
Ā 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
Ā 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwaitdaisycvs
Ā 

KĆ¼rzlich hochgeladen (20)

unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
Ā 
Call Girls Jp Nagar Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Girl Service Bang...
Ā 
Call Girls In Nangloi Rly Metro ź§‚ā€¦ā€¦.95996 ā€¦ 13876 Enjoy ź§‚Escort
Call Girls In Nangloi Rly Metro ź§‚ā€¦ā€¦.95996 ā€¦ 13876 Enjoy ź§‚EscortCall Girls In Nangloi Rly Metro ź§‚ā€¦ā€¦.95996 ā€¦ 13876 Enjoy ź§‚Escort
Call Girls In Nangloi Rly Metro ź§‚ā€¦ā€¦.95996 ā€¦ 13876 Enjoy ź§‚Escort
Ā 
Call Girls Kengeri Satellite Town Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call šŸ‘— 7737669865 šŸ‘— Top Class Call Gir...
Ā 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
Ā 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Ā 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
Ā 
Nelamangala Call Girls: šŸ“ 7737669865 šŸ“ High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: šŸ“ 7737669865 šŸ“ High Profile Model Escorts | Bangalore...Nelamangala Call Girls: šŸ“ 7737669865 šŸ“ High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: šŸ“ 7737669865 šŸ“ High Profile Model Escorts | Bangalore...
Ā 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
Ā 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
Ā 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
Ā 
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Ā 
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
Ā 
Whitefield CALL GIRL IN 98274*61493 ā¤CALL GIRLS IN ESCORT SERVICEā¤CALL GIRL
Whitefield CALL GIRL IN 98274*61493 ā¤CALL GIRLS IN ESCORT SERVICEā¤CALL GIRLWhitefield CALL GIRL IN 98274*61493 ā¤CALL GIRLS IN ESCORT SERVICEā¤CALL GIRL
Whitefield CALL GIRL IN 98274*61493 ā¤CALL GIRLS IN ESCORT SERVICEā¤CALL GIRL
Ā 
Russian Call Girls In Rajiv Chowk Gurgaon ā¤ļø8448577510 āŠ¹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ā¤ļø8448577510 āŠ¹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ā¤ļø8448577510 āŠ¹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ā¤ļø8448577510 āŠ¹Best Escorts Service ...
Ā 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business Potential
Ā 
šŸ‘‰Chandigarh Call Girls šŸ‘‰9878799926šŸ‘‰Just CallšŸ‘‰Chandigarh Call Girl In Chandiga...
šŸ‘‰Chandigarh Call Girls šŸ‘‰9878799926šŸ‘‰Just CallšŸ‘‰Chandigarh Call Girl In Chandiga...šŸ‘‰Chandigarh Call Girls šŸ‘‰9878799926šŸ‘‰Just CallšŸ‘‰Chandigarh Call Girl In Chandiga...
šŸ‘‰Chandigarh Call Girls šŸ‘‰9878799926šŸ‘‰Just CallšŸ‘‰Chandigarh Call Girl In Chandiga...
Ā 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
Ā 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
Ā 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
Ā 

Automatic creation of mappings between classification systems

  • 1. Automatic creation of mappings between classification systems Prof. Magnus Pfeffer Stuttgart Media University pfeffer@hdm-stuttgart.de
  • 2. July 10th, 2013 European Conference on Data Analysis 2013 2 ļ® Motivation ļ® Instance-based matching ļ® Application to bibliographic data ļ® Evaluation ļ® Ongoing projects Agenda
  • 3. July 10th, 2013 European Conference on Data Analysis 2013 3 Motivation
  • 4. July 10th, 2013 European Conference on Data Analysis 2013 4 Current situation in Germany ī€Š Five regional library unions ī€Š Subject headings ī€Š Predominantly RSWK (ā€žRegeln fĆ¼r den Schlagwortkatalogā€œ - ā€žRules for the subject catalogueā€œ) using a shared authority file ī€Š Classification systems ī€Š RVK (Regensburg Union Classification) ī€Š BK (Basic Classification) ī€Š DDC (Dewey Decimal Classification) ī€Š Various local classification systems ī€Š Low proportion of indexed titles (25-30%)
  • 5. July 10th, 2013 European Conference on Data Analysis 2013 5 Current situation in Germany ī€Š National library ī€Š Subject headings ī€Š Predominantly RSWK (ā€žRegeln fĆ¼r den Schlagwortkatalogā€œ - ā€žRules for the subject catalogueā€œ) using a shared authority file ī€Š Classification systems ī€Š DDC (Dewey Decimal Classification) ī€Š Coarse categories ī€Š DDC only for titles published since 2007 ī€Š Only ā€žReihe Aā€œ (print trade publications) is fully indexed with RSWK
  • 6. July 10th, 2013 European Conference on Data Analysis 2013 6 Goals ī€Š Re-use existing indexing information ī€Š National level ī€Š BK is used mainly in northern Germany ī€Š RVK mainly in southern Germany ī€Š DDC mainly by the National Library ī€Š International level ī€Š Make RVK data more accessible to DDC users ī€Š Use DDC indexing information available from e.g. the Library of Congress
  • 7. July 10th, 2013 European Conference on Data Analysis 2013 7 Ideas ī€Š Use of appropriate classification systems ī€Š Facetted search in resource discovery systems ī€Š Should be monohierarchical ī€Š Should have limited number of classes ā†’ DDC (first digits) or BK ī€Š Browsing of similar titles ī€Š Should be fine-grained ā†’ DDC (full) or RVK ī€Š Multi-lingual retrieval
  • 8. July 10th, 2013 European Conference on Data Analysis 2013 8 Ideas ī€Š Enable the use of existing tools and visualisations Denton (2012) Legrady (2005)
  • 9. July 10th, 2013 European Conference on Data Analysis 2013 9 Instance-based Matching
  • 10. July 10th, 2013 European Conference on Data Analysis 2013 10 Ontology matching ī€Š Well-studied problem in computer science ī€Š Several approaches ī€Š Based on the descriptors ī€Š Based on the structure ī€Š Based on the manifestations (instances)
  • 11. July 10th, 2013 European Conference on Data Analysis 2013 11 Instances ī€Š Entries in catalogues with multiple classifications
  • 12. July 10th, 2013 European Conference on Data Analysis 2013 12 Instance-based matching ī€Š Assumptions ī€Š Classes with semantic overlap appear together ī€Š The more often these classes co-occur, the stronger the overlap ī€Š Preparation ī€Š Extraction of all pairs of classifications from the data ī€Š Count of the extracted pairs
  • 13. July 10th, 2013 European Conference on Data Analysis 2013 13 Example
  • 14. July 10th, 2013 European Conference on Data Analysis 2013 14 Example ī€Š Entry 1 ī€Š DDC: 179.9 ī€Š RVK: CC 7200 ī€Š RVK: CC 7250 ī€Š Entry 2 ī€Š DDC: 179.9 ī€Š RVK: CC 7200 ī€Š Pairs ī€Š 179.9 / CC 7200 ī€Š 179.9 / CC 7250 ī€Š 179.9 / CC 7200
  • 15. July 10th, 2013 European Conference on Data Analysis 2013 15 Normalisation ī€Š Comparing solely absolute numbers is bad ī€Š Some classes are more often used than others ī€Š Number of pairs correlates with the number of entries that are classified using a given class ī€Š Instead: Use proportion of co-occurrence ā†” single occurrence āˆ£Ec1āˆ©Ec2āˆ£ āˆ£Ec1āˆŖEc2āˆ£ number of entries with both classifications divided by number of entries with either classification (Jaccard measure for overlap of sets)
  • 16. July 10th, 2013 European Conference on Data Analysis 2013 16 Further interpretation ī€Š a and b are two classes from two classification systems A and B ī€Š The classes a and b only occur together ā†’ exact match ī€Š a only co-occurs with b, but b co-occurs with other classes from A ā†’ a is narrower concept than b ī€Š a co-occurs with several classes from B (including b) ā†’ a is wider concept than b ī€Š a and b do not co-occur ā†’ cannot infer that a and b are unrelated
  • 17. July 10th, 2013 European Conference on Data Analysis 2013 17 Prior work ī€Š Pfeffer (2009) ī€Š Analysis of classification system structure and actual use ī€Š Locating classes that describe the same concept ī€Š Finding ways to improve existing mappings to RVK ī€Š Focus on RVK, using data from library union catalogues ī€Š Co-occurrence analysis ī€Š Results ī€Š High co-occurrence and close in the hierarchy: ā†’ classes are hard to assign properly ī€Š High co-occurrence and far in the hierarchy: ā†’ classes describe identical concepts ī€Š Mappings from RSWK to RVK could be augmented
  • 18. July 10th, 2013 European Conference on Data Analysis 2013 18 Related work ī€Š Isaac et.al. (2007) ī€Š Applied instance based matching to bibliographic data ī€Š Data from the National Library of the Netherlands ī€Š Mapping from a thesaurus to a classification system ī€Š Results ī€Š Generated mappings are quite good ī€Š More sophisticated measures than Jaccard do not lead to better mappings
  • 19. July 10th, 2013 European Conference on Data Analysis 2013 19 Application to bibliographic data
  • 20. July 10th, 2013 European Conference on Data Analysis 2013 20 Bibliographic data is different ī€Š Multiple editions ī€Š Multiple document types
  • 21. July 10th, 2013 European Conference on Data Analysis 2013 21 Bibliographic data ī€Š Skewed data ī€Š Multiple editions ā†’ More pairs ī€Š Some co-occurrences could appear stronger than others ī€Š Solution: Pre-clustering individual titles on the ā€žworkā€œ level ī€Š Increases chance for instances with more than one classifications ī€Š Each cluster contributes only once ī€Š Allows using absolute co-occurrence numbers ī€Š Cut-off for small numbers ī€Š Ranking of competing matches
  • 22. July 10th, 2013 European Conference on Data Analysis 2013 22 Prior work ī€Š Pfeffer (2013) ī€Š Matching bibliographic records ī€Š Based on author, title and uniform title ī€Š (as well as information on title changes) ī€Š Matches any edition and revision of a work ī€Š Including translations ī€Š Full closure over the match sets ā†’ Discrete clusters ī€Š Consolidating indexing information ī€Š For indexing purposes, the differences between editions and revisions are irrelevant ī€Š Subject headings and classifications are shared between all members of a cluster
  • 23. July 10th, 2013 European Conference on Data Analysis 2013 23 Evaluation
  • 24. July 10th, 2013 European Conference on Data Analysis 2013 24 Comparison with existing mappings ī€Š Existing (partial) mappings can be used as a basis for evaluation ā†’ ā€žGold standardā€œ ī€Š Comparison of automatic and manual mapping ī€Š Recall: Are all the mappings found? ī€Š Precision: Are all found mappings correct? ī€Š Analysis of additional links ī€Š Maybe the gold standard can be improved?
  • 25. July 10th, 2013 European Conference on Data Analysis 2013 25 Ongoing projects
  • 26. July 10th, 2013 European Conference on Data Analysis 2013 26 Data ī€Š Bibliographic data ī€Š All German library union catalogues ī€Š German National Library catalogue ī€Š Austrian National Library catalogue ī€Š British national bibliography ī€Š Gold standards ī€Š Partial mappings BK ā†” RVK
  • 27. July 10th, 2013 European Conference on Data Analysis 2013 27 Interesting Mappings ī€Š RVK ā†’ BK ī€Š Gold standard exists ī€Š BK well suited for faceted retrieval ī€Š RVK has largest proportion of classified titles ī€Š RVK ā†” DDC ī€Š Enable data sharing between the German National Library and the RVK-using libraries ī€Š Not limited to classification systems ī€Š See Pfeffer (2009) and Wang et.al. (2009)
  • 28. July 10th, 2013 European Conference on Data Analysis 2013 28 Software features ī€Š Using the ā€žMetafactoryā€œ framework ī€Š Import of MAB2 and MARC data ī€Š Clustering ī€Š Generation of keys for the match process ī€Š Matching and clustering (full closure) ī€Š Consolidation of indexing and classification information ī€Š Statistics ī€Š Single occurrence and co-occurrence counts ī€Š Jaccard measure ī€Š Output ī€Š Full mappings
  • 29. July 10th, 2013 European Conference on Data Analysis 2013 29 Thank you for listening. Slides available online http://www.slideshare.net/MagnusPfeffer/ This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
  • 30. July 10th, 2013 European Conference on Data Analysis 2013 30 References ī€Š Denton, W. (2012). On dentographs, a new method of visualizing library collections. In: Code4Lib. ī€Š Isaac, A., Van Der Meij, L., Schlobach, S. and Wang, S. (2007). An empirical study of instance-based ontology matching. In: The Semantic Web (pp. 253-266). Springer Berlin Heidelberg. ī€Š Legrady, G. (2005). Making visible the invisible. Seattle Library Data Flow Visualization. In: Digital Culture and Heritage. Proceedings of ICHIM05 Sept, 21-23. ī€Š Pfeffer, M. (2009). Ƅquivalenzklassen ā€“ Alle Doppelstellen der RVK finden. Presentation given at the Librarian Workshop of the 33rd Annual Conference of the German Classification Society on Data Analysis, Machine Learning, and Applications (GfKl). ī€Š Pfeffer, M. (2013). Using clustering across union catalogues to enrich entries with indexing information. In: Data Analysis, Machine Learning and Knowledge Discovery - Proceedings of the 36th Annual Conference of the Gesellschaft fĆ¼r Klassifikation e. V.. Springer Berlin Heidelberg. ī€Š Wang, S., Isaac, A., Schopman, B., Schlobach, S. and Van Der Meij, L. (2009). Matching multi-lingual subject vocabularies. In: Research and Advanced Technology for Digital Libraries (pp. 125-137). Springer Berlin Heidelberg.