SlideShare a Scribd company logo
1 of 22
Introduction to
Meta Data Mapping or
Crosswalk
 Crosswalk shows people where to put the data from one
scheme into a different scheme. They are often used by
libraries, archives, museums, and other cultural institutions
to translate data to or from MARC, Dublin Core, TEI, and
other metadata schemes.
 Crosswalks can apply to content standards, vocabularies,
or both. An automated crosswalk process may take
an instance of a metadata description that is presented in a
particular format and change the format and element
names and the values within those elements (i.e., the
vocabulary) to meet the requirements of the second
standard.
 Crosswalking is generally done when datasets using
different metadata standards or vocabularies need to be
integrated. For example, consider a website providing a
searchable metadata directory. If the different datasets
composing the directory were described using different
standards and vocabularies, it would be difficult for a user
to search across them effectively.
 If someone was interested in wave height data, she might
need to know to search for “wave ht (m)” in one dataset
and “wave amplitude” in another. A crosswalk that defined
these two elements as synonymous would allow a website
to be constructed that allowed the user to search on either
term, and retrieve applicable results from both datasets.
 Due to the complexity of metadata content standards, there
are few automated processes to crosswalk between
content standards. Even in those cases where automated
crosswalks exist, inevitably some information is lost when
crosswalks are made. This is due to the complexity of the
standards and potentially non-overlapping subject areas.
When there are subject areas that do not overlap, even
manual translation between standards does not result in
complete information transfer.
 For example, say an archive has a MARC record in their
catalog describing a manuscript. If the archive makes a
digital copy of that manuscript and wants to display it on the
web along with the information from the catalog, it will have
to translate the data from the MARC catalog record into a
different format such as MODS that is viewable in a
webpage.
 Because MARC has different fields than MODS, decisions
must be made about where to put the data into MODS. This
type of "translating" from one format to another is often
called "field mapping," and is related to "data
mapping," and "semantic mapping."
 Crosswalks also have several technical capabilities. They
help databases using different metadata schemes to share
information. They help metadata harvesters create union
catalogs. They enable search engines to search multiple
databases simultaneously with a single query.
 Crosswalk tables are often employed within or in parallel
to enterprise systems, especially when multiple systems
are interfaced or when the system includes legacy
system data. In the context of Interfaces, they function as a
sort of internal ETL mechanism.
MARC field Dublin Core element
260$c (Date of publication,
distribution, etc.)
→ Date.Created
522 (Geographic Coverage Note) → Coverage.Spatial
300$a (Physical Description) → Format.Extent
For example, this is a metadata crosswalk from MARC to Dublin Core
One of the biggest challenges for crosswalks is that no two metadata schemes are 100% equivalent.
One scheme may have a field that doesn't exist in another scheme, or it may have a field that is split
into two different fields in another scheme; this is why you often lose data when mapping from a
complex scheme to a simpler one. For example, when mapping from MARC to Simple Dublin Core, you
lose the distinction between types of titles:
MARC field Dublin Core element
210 Abbreviated Title → Title
222 Key Title → Title
240 Uniform Title → Title
242 Translated Title → Title
245 Title Statement → Title
246 Variant Title → Title
 Simple Dublin Core only has one single "Title" element so all of the different types
of MARC titles get lumped together without any further distinctions. This is called
"many-to-one" mapping. This is also why, once you've translated these titles into
Simple Dublin Core you can't translate them back into MARC. Once they're Simple
Dublin Core you've lost the MARC information about what types of titles they are so
when you map from Simple Dublin Core back to MARC, all the data in the "Title"
element maps to the basic MARC 245 Title Statement field.
Dublin Core element MARC field
Title → 245 Title Statement
Title → 245 Title Statement
Title → 245 Title Statement
Title → 245 Title Statement
Title → 245 Title Statement
Title → 245 Title Statement
 This is why crosswalks are said to be "lateral" (one-way)
mappings from one scheme to another. Separate
crosswalks would be required to map from scheme A to
scheme B and from scheme B to scheme A
 The Crosswalk Process
 The process of mapping between content standards or
vocabularies is usually divided into the following steps
 1. Harmonization of Metadata Standards
 Metadata standards are often described in terms
of element names and definitions. A standard defines the rules
for how the metadata are structured and also the appropriate
content for the various elements.
 However, different standards can be stated in different ways.
In other words, a particular standard (the source standard)
doesn’t have to use the same element labels (names) for
similar content, or allow the same terms to be filled in to each
element as another standard (the target standard).
 In the harmonization process, the source and target metadata standards
are resolved with the same syntax or model. In the simplest case, this is
done by creating a table of fields from each standard in a common
application (e.g., a spreadsheet). The table rows would likely contain
elements from the source standard that are in some way related to
elements of the target standard. In the simplest case, there would be one-
to-one relationshipsbetween source elements and target elements.
 In more complex harmonization cases, there are one-to-many or many-to-
one relationships. Also, intra-relationships between the elements within a
single standard must be thoroughly described as part of the harmonization
process. Of course, this implies the elements must be thoroughly described
in the source and target standard.

 2.Semantic Mappings
 The term semantic mapping as applied to metadata is a visual or
tabular strategy for establishing the relationships of vocabulary
termsbetween data sets.
 Basic Relationships
 When creating mappings among vocabulary terms, the mapping
organization requires a good set of basic relationships. The most
common relationship, “is the same as,” is usually too narrow to
adequately map all terms.
 3. Rules for Complex Metadata Mappings
 The introduction and definition of rules is an essential step for most
cases of creating semantic mapping between standards because of
complex relationships that often exist.
 To deal with complex mappings (when the mapping from
source element to target element is more complex than one-to-one)
between standards, we require the introduction of rules.
 As an example, consider the case of a source standard having a
single element for the address. The target standard may
represent the address using multiple elements, such as street
address, city, state, zip code, and country. An automated rule
could be established to identify certain province or state names,
essentially parsing the single element address into its
components. Alternatively, a manual rule may also be created,
one that specifies that manual intervention is the only method to
properly separate the address components.
 Transformation of Metadata Descriptions
 Transformation is the process of creating a target instance of
the metadata description from the source instance. The
transformation usessemantic mapping and rules to create the
target instance.
 It is important to note that the result of the transformation is a
metadata description. The created description is sometimes
referred to as a crosswalk, but this is an inappropriate usage of the
word. See the Crosswalk guide for more information about the
distinction.
End ………
..…/m/,…..

More Related Content

What's hot

Paper id 25201463
Paper id 25201463Paper id 25201463
Paper id 25201463
IJRAT
 
Evaluation of graph databases
Evaluation of graph databasesEvaluation of graph databases
Evaluation of graph databases
ijaia
 

What's hot (20)

DESIGN FOR CONTEXT: Cataloging and Linked Data for Exposing National Educatio...
DESIGN FOR CONTEXT: Cataloging and Linked Data for Exposing National Educatio...DESIGN FOR CONTEXT: Cataloging and Linked Data for Exposing National Educatio...
DESIGN FOR CONTEXT: Cataloging and Linked Data for Exposing National Educatio...
 
IRJET- Data Retrieval using Master Resource Description Framework
IRJET- Data Retrieval using Master Resource Description FrameworkIRJET- Data Retrieval using Master Resource Description Framework
IRJET- Data Retrieval using Master Resource Description Framework
 
An Implementation of a New Framework for Automatic Generation of Ontology and...
An Implementation of a New Framework for Automatic Generation of Ontology and...An Implementation of a New Framework for Automatic Generation of Ontology and...
An Implementation of a New Framework for Automatic Generation of Ontology and...
 
Efficient Record De-Duplication Identifying Using Febrl Framework
Efficient Record De-Duplication Identifying Using Febrl FrameworkEfficient Record De-Duplication Identifying Using Febrl Framework
Efficient Record De-Duplication Identifying Using Febrl Framework
 
Krish data controls
Krish data controlsKrish data controls
Krish data controls
 
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
 
AUTOMATIC CONVERSION OF RELATIONAL DATABASES INTO ONTOLOGIES: A COMPARATIVE A...
AUTOMATIC CONVERSION OF RELATIONAL DATABASES INTO ONTOLOGIES: A COMPARATIVE A...AUTOMATIC CONVERSION OF RELATIONAL DATABASES INTO ONTOLOGIES: A COMPARATIVE A...
AUTOMATIC CONVERSION OF RELATIONAL DATABASES INTO ONTOLOGIES: A COMPARATIVE A...
 
Arches Getty Brownbag Talk
Arches Getty Brownbag TalkArches Getty Brownbag Talk
Arches Getty Brownbag Talk
 
Paper id 25201463
Paper id 25201463Paper id 25201463
Paper id 25201463
 
Ws Stuff
Ws StuffWs Stuff
Ws Stuff
 
Query Optimization Techniques in Graph Databases
Query Optimization Techniques in Graph DatabasesQuery Optimization Techniques in Graph Databases
Query Optimization Techniques in Graph Databases
 
Advance Database Management Systems -Object Oriented Principles In Database
Advance Database Management Systems -Object Oriented Principles In DatabaseAdvance Database Management Systems -Object Oriented Principles In Database
Advance Database Management Systems -Object Oriented Principles In Database
 
Sensor metadata management with SWM (SMWCon fall 2013)
Sensor metadata management with SWM (SMWCon fall 2013)Sensor metadata management with SWM (SMWCon fall 2013)
Sensor metadata management with SWM (SMWCon fall 2013)
 
Ak4301197200
Ak4301197200Ak4301197200
Ak4301197200
 
CS6010 Social Network Analysis Unit II
CS6010 Social Network Analysis   Unit IICS6010 Social Network Analysis   Unit II
CS6010 Social Network Analysis Unit II
 
Evaluation of graph databases
Evaluation of graph databasesEvaluation of graph databases
Evaluation of graph databases
 
Open Health Knowledge Graphs
Open Health Knowledge GraphsOpen Health Knowledge Graphs
Open Health Knowledge Graphs
 
IRJET- A Parameter Based Web Service Discovery with Underlying Semantics Profile
IRJET- A Parameter Based Web Service Discovery with Underlying Semantics ProfileIRJET- A Parameter Based Web Service Discovery with Underlying Semantics Profile
IRJET- A Parameter Based Web Service Discovery with Underlying Semantics Profile
 
Metadata
MetadataMetadata
Metadata
 
Flexible metadata schemes for research data repositories - Clarin Conference...
Flexible metadata schemes for research data repositories  - Clarin Conference...Flexible metadata schemes for research data repositories  - Clarin Conference...
Flexible metadata schemes for research data repositories - Clarin Conference...
 

Similar to Metadata mapping

An extended database reverse engineering v a key for database forensic invest...
An extended database reverse engineering v a key for database forensic invest...An extended database reverse engineering v a key for database forensic invest...
An extended database reverse engineering v a key for database forensic invest...
eSAT Journals
 
Metadata Workshop - Utrecht - November 5, 2008
Metadata Workshop - Utrecht - November 5, 2008Metadata Workshop - Utrecht - November 5, 2008
Metadata Workshop - Utrecht - November 5, 2008
askamy
 
Open Conceptual Data Models
Open Conceptual Data ModelsOpen Conceptual Data Models
Open Conceptual Data Models
rumito
 
Dbms Lec Uog 02
Dbms Lec Uog 02Dbms Lec Uog 02
Dbms Lec Uog 02
smelltulip
 

Similar to Metadata mapping (20)

Annotating Search Results from Web Databases
Annotating Search Results from Web Databases Annotating Search Results from Web Databases
Annotating Search Results from Web Databases
 
Mc0077 – advanced database systems
Mc0077 – advanced database systemsMc0077 – advanced database systems
Mc0077 – advanced database systems
 
Dublin Core In Practice
Dublin Core In PracticeDublin Core In Practice
Dublin Core In Practice
 
Beyond Seamless Access: Meta-data In The Age of Content Integration
Beyond Seamless Access: Meta-data In The Age of Content IntegrationBeyond Seamless Access: Meta-data In The Age of Content Integration
Beyond Seamless Access: Meta-data In The Age of Content Integration
 
2. Chapter Two.pdf
2. Chapter Two.pdf2. Chapter Two.pdf
2. Chapter Two.pdf
 
An extended database reverse engineering v a key for database forensic invest...
An extended database reverse engineering v a key for database forensic invest...An extended database reverse engineering v a key for database forensic invest...
An extended database reverse engineering v a key for database forensic invest...
 
An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...
 
Presentation1
Presentation1Presentation1
Presentation1
 
Metadata Workshop - Utrecht - November 5, 2008
Metadata Workshop - Utrecht - November 5, 2008Metadata Workshop - Utrecht - November 5, 2008
Metadata Workshop - Utrecht - November 5, 2008
 
Automatically converting tabular data to
Automatically converting tabular data toAutomatically converting tabular data to
Automatically converting tabular data to
 
Artifacts, Data Dictionary, Data Modeling, Data Wrangling
Artifacts, Data Dictionary, Data Modeling, Data WranglingArtifacts, Data Dictionary, Data Modeling, Data Wrangling
Artifacts, Data Dictionary, Data Modeling, Data Wrangling
 
Database
DatabaseDatabase
Database
 
At33264269
At33264269At33264269
At33264269
 
At33264269
At33264269At33264269
At33264269
 
Open Conceptual Data Models
Open Conceptual Data ModelsOpen Conceptual Data Models
Open Conceptual Data Models
 
Dbms Lec Uog 02
Dbms Lec Uog 02Dbms Lec Uog 02
Dbms Lec Uog 02
 
Dataset description: DCAT and other vocabularies
Dataset description: DCAT and other vocabulariesDataset description: DCAT and other vocabularies
Dataset description: DCAT and other vocabularies
 
An Efficient Annotation of Search Results Based on Feature Ranking Approach f...
An Efficient Annotation of Search Results Based on Feature Ranking Approach f...An Efficient Annotation of Search Results Based on Feature Ranking Approach f...
An Efficient Annotation of Search Results Based on Feature Ranking Approach f...
 
Annotating search results from web databases-IEEE Transaction Paper 2013
Annotating search results from web databases-IEEE Transaction Paper 2013Annotating search results from web databases-IEEE Transaction Paper 2013
Annotating search results from web databases-IEEE Transaction Paper 2013
 
Choosing your NoSQL storage
Choosing your NoSQL storageChoosing your NoSQL storage
Choosing your NoSQL storage
 

Recently uploaded

prodtion diary final ultima.pptxoiu8edrfgrh
prodtion diary final ultima.pptxoiu8edrfgrhprodtion diary final ultima.pptxoiu8edrfgrh
prodtion diary final ultima.pptxoiu8edrfgrh
LeonBraley
 
一比一原版西悉尼大学毕业证(UWS毕业证)成绩单如可办理
一比一原版西悉尼大学毕业证(UWS毕业证)成绩单如可办理一比一原版西悉尼大学毕业证(UWS毕业证)成绩单如可办理
一比一原版西悉尼大学毕业证(UWS毕业证)成绩单如可办理
awuboo
 
Laplace Transforms 2 Questionjjjjjjjs.pptx
Laplace Transforms 2 Questionjjjjjjjs.pptxLaplace Transforms 2 Questionjjjjjjjs.pptx
Laplace Transforms 2 Questionjjjjjjjs.pptx
joshuaclack73
 
Apotik Jual Obat Aborsi asli Malang, Wa : 085180626899 - Penjual obat Cytotec...
Apotik Jual Obat Aborsi asli Malang, Wa : 085180626899 - Penjual obat Cytotec...Apotik Jual Obat Aborsi asli Malang, Wa : 085180626899 - Penjual obat Cytotec...
Apotik Jual Obat Aborsi asli Malang, Wa : 085180626899 - Penjual obat Cytotec...
jual Obat Aborsi Bandung, Wa : 085180626899 Apotik jual Obat Cytotec Di Bandung
 
Captain america painting competition -- 13
Captain america painting competition -- 13Captain america painting competition -- 13
Captain america painting competition -- 13
Su Yan-Jen
 
Sun day thang 4 sun life team trung dai
Sun day thang 4 sun life team trung daiSun day thang 4 sun life team trung dai
Sun day thang 4 sun life team trung dai
GiangTra20
 
obat aborsi rembang wa 081336238223 jual obat aborsi cytotec asli di rembang9...
obat aborsi rembang wa 081336238223 jual obat aborsi cytotec asli di rembang9...obat aborsi rembang wa 081336238223 jual obat aborsi cytotec asli di rembang9...
obat aborsi rembang wa 081336238223 jual obat aborsi cytotec asli di rembang9...
yulianti213969
 
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
aqwaz
 
Tagarino_14510147_Assessment 3 Pavillion_Process Journal FINAL.pdf
Tagarino_14510147_Assessment 3 Pavillion_Process Journal FINAL.pdfTagarino_14510147_Assessment 3 Pavillion_Process Journal FINAL.pdf
Tagarino_14510147_Assessment 3 Pavillion_Process Journal FINAL.pdf
erintagarino1
 
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
yulianti213969
 
Gloria Marquez Resume 2024pdf.pdf pdfpdf
Gloria Marquez Resume 2024pdf.pdf pdfpdfGloria Marquez Resume 2024pdf.pdf pdfpdf
Gloria Marquez Resume 2024pdf.pdf pdfpdf
gmarquez046
 

Recently uploaded (20)

Big Mouth Season 7 Layout Storyboards by Morgan Pabst
Big Mouth Season 7 Layout Storyboards by Morgan PabstBig Mouth Season 7 Layout Storyboards by Morgan Pabst
Big Mouth Season 7 Layout Storyboards by Morgan Pabst
 
prodtion diary final ultima.pptxoiu8edrfgrh
prodtion diary final ultima.pptxoiu8edrfgrhprodtion diary final ultima.pptxoiu8edrfgrh
prodtion diary final ultima.pptxoiu8edrfgrh
 
一比一原版西悉尼大学毕业证(UWS毕业证)成绩单如可办理
一比一原版西悉尼大学毕业证(UWS毕业证)成绩单如可办理一比一原版西悉尼大学毕业证(UWS毕业证)成绩单如可办理
一比一原版西悉尼大学毕业证(UWS毕业证)成绩单如可办理
 
Laplace Transforms 2 Questionjjjjjjjs.pptx
Laplace Transforms 2 Questionjjjjjjjs.pptxLaplace Transforms 2 Questionjjjjjjjs.pptx
Laplace Transforms 2 Questionjjjjjjjs.pptx
 
The Adventurer's Guide Book by Amoré van der Linde
The Adventurer's Guide Book by Amoré van der LindeThe Adventurer's Guide Book by Amoré van der Linde
The Adventurer's Guide Book by Amoré van der Linde
 
Apotik Jual Obat Aborsi asli Malang, Wa : 085180626899 - Penjual obat Cytotec...
Apotik Jual Obat Aborsi asli Malang, Wa : 085180626899 - Penjual obat Cytotec...Apotik Jual Obat Aborsi asli Malang, Wa : 085180626899 - Penjual obat Cytotec...
Apotik Jual Obat Aborsi asli Malang, Wa : 085180626899 - Penjual obat Cytotec...
 
Captain america painting competition -- 13
Captain america painting competition -- 13Captain america painting competition -- 13
Captain america painting competition -- 13
 
Our great adventures in Warsaw - On arrival training
Our great adventures in Warsaw - On arrival trainingOur great adventures in Warsaw - On arrival training
Our great adventures in Warsaw - On arrival training
 
Sun day thang 4 sun life team trung dai
Sun day thang 4 sun life team trung daiSun day thang 4 sun life team trung dai
Sun day thang 4 sun life team trung dai
 
Gabriel Van Konynenburg _ Portfolio Visual
Gabriel Van Konynenburg _ Portfolio VisualGabriel Van Konynenburg _ Portfolio Visual
Gabriel Van Konynenburg _ Portfolio Visual
 
obat aborsi rembang wa 081336238223 jual obat aborsi cytotec asli di rembang9...
obat aborsi rembang wa 081336238223 jual obat aborsi cytotec asli di rembang9...obat aborsi rembang wa 081336238223 jual obat aborsi cytotec asli di rembang9...
obat aborsi rembang wa 081336238223 jual obat aborsi cytotec asli di rembang9...
 
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
 
Visionaries Alchemy 2017, Olga Spiegel, Miguel Tio, France Garrido and Bienve...
Visionaries Alchemy 2017, Olga Spiegel, Miguel Tio, France Garrido and Bienve...Visionaries Alchemy 2017, Olga Spiegel, Miguel Tio, France Garrido and Bienve...
Visionaries Alchemy 2017, Olga Spiegel, Miguel Tio, France Garrido and Bienve...
 
Tagarino_14510147_Assessment 3 Pavillion_Process Journal FINAL.pdf
Tagarino_14510147_Assessment 3 Pavillion_Process Journal FINAL.pdfTagarino_14510147_Assessment 3 Pavillion_Process Journal FINAL.pdf
Tagarino_14510147_Assessment 3 Pavillion_Process Journal FINAL.pdf
 
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
 
Rustampura ℂall Girls Service WhatsApp: 8527049040 High Class Esℂorts Serviℂe...
Rustampura ℂall Girls Service WhatsApp: 8527049040 High Class Esℂorts Serviℂe...Rustampura ℂall Girls Service WhatsApp: 8527049040 High Class Esℂorts Serviℂe...
Rustampura ℂall Girls Service WhatsApp: 8527049040 High Class Esℂorts Serviℂe...
 
Star Wars Inspired Lightsaber Battle Assignment
Star Wars Inspired Lightsaber Battle AssignmentStar Wars Inspired Lightsaber Battle Assignment
Star Wars Inspired Lightsaber Battle Assignment
 
Gloria Marquez Resume 2024pdf.pdf pdfpdf
Gloria Marquez Resume 2024pdf.pdf pdfpdfGloria Marquez Resume 2024pdf.pdf pdfpdf
Gloria Marquez Resume 2024pdf.pdf pdfpdf
 
K_ E_ S_ Retail Store Scavenger Hunt.pptx
K_ E_ S_ Retail Store Scavenger Hunt.pptxK_ E_ S_ Retail Store Scavenger Hunt.pptx
K_ E_ S_ Retail Store Scavenger Hunt.pptx
 
Russian ℂall Girls Vijay Nagar Hire Me Neha 96XXXXXXX Top Class ℂall Girl Ser...
Russian ℂall Girls Vijay Nagar Hire Me Neha 96XXXXXXX Top Class ℂall Girl Ser...Russian ℂall Girls Vijay Nagar Hire Me Neha 96XXXXXXX Top Class ℂall Girl Ser...
Russian ℂall Girls Vijay Nagar Hire Me Neha 96XXXXXXX Top Class ℂall Girl Ser...
 

Metadata mapping

  • 1. Introduction to Meta Data Mapping or Crosswalk
  • 2.  Crosswalk shows people where to put the data from one scheme into a different scheme. They are often used by libraries, archives, museums, and other cultural institutions to translate data to or from MARC, Dublin Core, TEI, and other metadata schemes.
  • 3.  Crosswalks can apply to content standards, vocabularies, or both. An automated crosswalk process may take an instance of a metadata description that is presented in a particular format and change the format and element names and the values within those elements (i.e., the vocabulary) to meet the requirements of the second standard.
  • 4.  Crosswalking is generally done when datasets using different metadata standards or vocabularies need to be integrated. For example, consider a website providing a searchable metadata directory. If the different datasets composing the directory were described using different standards and vocabularies, it would be difficult for a user to search across them effectively.
  • 5.  If someone was interested in wave height data, she might need to know to search for “wave ht (m)” in one dataset and “wave amplitude” in another. A crosswalk that defined these two elements as synonymous would allow a website to be constructed that allowed the user to search on either term, and retrieve applicable results from both datasets.
  • 6.  Due to the complexity of metadata content standards, there are few automated processes to crosswalk between content standards. Even in those cases where automated crosswalks exist, inevitably some information is lost when crosswalks are made. This is due to the complexity of the standards and potentially non-overlapping subject areas. When there are subject areas that do not overlap, even manual translation between standards does not result in complete information transfer.
  • 7.  For example, say an archive has a MARC record in their catalog describing a manuscript. If the archive makes a digital copy of that manuscript and wants to display it on the web along with the information from the catalog, it will have to translate the data from the MARC catalog record into a different format such as MODS that is viewable in a webpage.
  • 8.  Because MARC has different fields than MODS, decisions must be made about where to put the data into MODS. This type of "translating" from one format to another is often called "field mapping," and is related to "data mapping," and "semantic mapping."
  • 9.  Crosswalks also have several technical capabilities. They help databases using different metadata schemes to share information. They help metadata harvesters create union catalogs. They enable search engines to search multiple databases simultaneously with a single query.
  • 10.  Crosswalk tables are often employed within or in parallel to enterprise systems, especially when multiple systems are interfaced or when the system includes legacy system data. In the context of Interfaces, they function as a sort of internal ETL mechanism.
  • 11. MARC field Dublin Core element 260$c (Date of publication, distribution, etc.) → Date.Created 522 (Geographic Coverage Note) → Coverage.Spatial 300$a (Physical Description) → Format.Extent For example, this is a metadata crosswalk from MARC to Dublin Core
  • 12. One of the biggest challenges for crosswalks is that no two metadata schemes are 100% equivalent. One scheme may have a field that doesn't exist in another scheme, or it may have a field that is split into two different fields in another scheme; this is why you often lose data when mapping from a complex scheme to a simpler one. For example, when mapping from MARC to Simple Dublin Core, you lose the distinction between types of titles: MARC field Dublin Core element 210 Abbreviated Title → Title 222 Key Title → Title 240 Uniform Title → Title 242 Translated Title → Title 245 Title Statement → Title 246 Variant Title → Title
  • 13.  Simple Dublin Core only has one single "Title" element so all of the different types of MARC titles get lumped together without any further distinctions. This is called "many-to-one" mapping. This is also why, once you've translated these titles into Simple Dublin Core you can't translate them back into MARC. Once they're Simple Dublin Core you've lost the MARC information about what types of titles they are so when you map from Simple Dublin Core back to MARC, all the data in the "Title" element maps to the basic MARC 245 Title Statement field. Dublin Core element MARC field Title → 245 Title Statement Title → 245 Title Statement Title → 245 Title Statement Title → 245 Title Statement Title → 245 Title Statement Title → 245 Title Statement
  • 14.  This is why crosswalks are said to be "lateral" (one-way) mappings from one scheme to another. Separate crosswalks would be required to map from scheme A to scheme B and from scheme B to scheme A
  • 15.  The Crosswalk Process  The process of mapping between content standards or vocabularies is usually divided into the following steps
  • 16.  1. Harmonization of Metadata Standards  Metadata standards are often described in terms of element names and definitions. A standard defines the rules for how the metadata are structured and also the appropriate content for the various elements.  However, different standards can be stated in different ways. In other words, a particular standard (the source standard) doesn’t have to use the same element labels (names) for similar content, or allow the same terms to be filled in to each element as another standard (the target standard).
  • 17.  In the harmonization process, the source and target metadata standards are resolved with the same syntax or model. In the simplest case, this is done by creating a table of fields from each standard in a common application (e.g., a spreadsheet). The table rows would likely contain elements from the source standard that are in some way related to elements of the target standard. In the simplest case, there would be one- to-one relationshipsbetween source elements and target elements.  In more complex harmonization cases, there are one-to-many or many-to- one relationships. Also, intra-relationships between the elements within a single standard must be thoroughly described as part of the harmonization process. Of course, this implies the elements must be thoroughly described in the source and target standard. 
  • 18.  2.Semantic Mappings  The term semantic mapping as applied to metadata is a visual or tabular strategy for establishing the relationships of vocabulary termsbetween data sets.  Basic Relationships  When creating mappings among vocabulary terms, the mapping organization requires a good set of basic relationships. The most common relationship, “is the same as,” is usually too narrow to adequately map all terms.
  • 19.  3. Rules for Complex Metadata Mappings  The introduction and definition of rules is an essential step for most cases of creating semantic mapping between standards because of complex relationships that often exist.  To deal with complex mappings (when the mapping from source element to target element is more complex than one-to-one) between standards, we require the introduction of rules.
  • 20.  As an example, consider the case of a source standard having a single element for the address. The target standard may represent the address using multiple elements, such as street address, city, state, zip code, and country. An automated rule could be established to identify certain province or state names, essentially parsing the single element address into its components. Alternatively, a manual rule may also be created, one that specifies that manual intervention is the only method to properly separate the address components.
  • 21.  Transformation of Metadata Descriptions  Transformation is the process of creating a target instance of the metadata description from the source instance. The transformation usessemantic mapping and rules to create the target instance.  It is important to note that the result of the transformation is a metadata description. The created description is sometimes referred to as a crosswalk, but this is an inappropriate usage of the word. See the Crosswalk guide for more information about the distinction.