SlideShare a Scribd company logo
1 of 25
Download to read offline
Standards
Comparison
What is XML?
• XML = eXtensible Markup Language
• Allows information and services to be encoded with
meaningful structure and semantics that computers
and humans can understand.
• Established by the World Wide Web Consortium
XML Syntax
XML Declaration
Elements in matching tags
Nested tags
<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
<title>Grandmother Puss, or, The grateful mouse</title>
<book>
<title>Grandmother Puss, or, The grateful mouse</title>
</book>
XML Syntax ( continued )
Empty Tags
Attributes
Remarks
<book> </book>
<book />
<identifier type="oclc">32380062</identifier>
<? Data for a new digital resource ?>
XML Example
• Example for a book with a title and OCLC number
• This defines a book, but does not adhere to any
standard or schema
<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
<? Data for a new digital resource ?>
<book>
<title>Grandmother Puss, or, The grateful mouse</title>
<identifier type="oclc">32380062</identifier>
</book>
XML Schemas
• Creates a vocabulary to use
• Constrains the structure of XML data
• Defines a namespace
<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
<? Data for a new digital resource using 'dc' schema ?>
<book xmlns:dc="http://www.uflib.ufl.edu/digital/metadata/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.uflib.ufl.edu/digital/metadata/dc.xsd" >
<dc:title>Grandmother Puss, or, The grateful mouse</dc:title>
<dc:identifier type="oclc">32380062</dc:identifier>
</book>
Metadata Example
Metadata Example: Dublin Core
<dc:title>Grandmother Puss, or, The grateful mouse</dc:title>
<dc:title>Grateful mouse</dc:title>
<dc:creator>McLoughlin Bros., inc ( Publisher )</dc:creator>
<dc:subject>Cats -- Juvenile literature ( lcsh )</dc:subject>
<dc:subject>Mice -- Juvenile literature ( lcsh )</dc:subject>
<dc:description>Cover title.</dc:description>
<dc:description>Pagination includes wrappers; text completed on
lower wrapper.</dc:description>
<dc:description>Chromolithographs: cover ill.,
text illustrations.</dc:description>
<dc:description>(Funding) Preservation and Access for American and
British Children's Lit (NEH PA-50860-00).</dc:description>
<dc:publisher>McLoughlin Brothers</dc:publisher>
<dc:type>Book</dc:type>
<dc:format>7, [1] p. : col. ill. ; 17 cm.</dc:format>
<dc:identifier>http://www.uflib.ufl.edu/ufdc/?b=UF00023488</dc:identifier>
<dc:identifier>002798984 (ALEPH)</dc:identifier>
<dc:source>University of Florida</dc:source>
<dc:language>English</dc:language>
<dc:rights>All rights reserved, Board of Trustees of U Florida.</dc:rights>
Title Encoding Comparison
Jessamines Children Book
MARC
245 14 |a The Jessamines
|h [electronic resource]
|b a story of a country house /
|c by Grace Stebbing.
Title Encoding Comparison
Jessamines Children Book
MarcXML
<datafield tag="245" ind1="1" ind2="4">
<subfield code="a">The Jessamines</subfield>
<subfield code="h">[electronic resource]</subfield>
<subfield code="b">a story of a country house /</subfield>
<subfield code="c">by Grace Stebbing.</subfield>
</datafield>
Title Encoding Comparison
Jessamines Children Book
MODS
<mods:titleInfo>
<mods:nonSort>The</mods:nonSort>
<mods:title>Jessamines</mods:title>
<mods:subTitle>a story of a country house</mods:subTitle>
</mods:titleInfo>
<mods:note type="statement of responsibility">
by Grace Stebbing.
</mods:note>
Title Encoding Comparison
Jessamines Children Book
Dublin Core
<dc:title>
The Jessamines: a story of a country house
</dc:title>
<dc:description>
by Grace Stebbing.
</dc:description>
Title Encoding Comparison
Jessamines Children Book
Dublin Core
<dc:title>
The Jessamines: a story of a country house
</dc:title>
<dc:description>
by Grace Stebbing.
</dc:description>
245 1 |a The Jessamines : a story of a country house
|h [electronic resource]
Title Encoding Comparison
• MARC Comparison
• From MODS
• From Dublin Core
245 14 |a The Jessamines
|h [electronic resource]
|b a story of a country house /
|c by Grace Stebbing.
245 1 |a The Jessamines : a story of a country house
|h [electronic resource]
Author Encoding Comparison
It's his way, and other stories
MARC
700 |a Elliott, E. S.
|q (Emily Steele),
|d 1836-1897.
|4 aut |4 ill
Author Encoding Comparison
It's his way, and other stories
MODS
<mods:name type="personal">
<mods:namePart>Elliott, E. S.</mods:namePart>
<mods:namePart type="date">1836-1897</mods:namePart>
<mods:displayForm>Emily Steele</mods:displayForm>
<mods:role>
<mods:roleTerm type="text">Author</mods:roleTerm>
<mods:roleTerm type="code"
authority="marcrelator">aut</mods:roleTerm>
<mods:roleTerm type="text">Illustrator</mods:roleTerm>
<mods:roleTerm type="code"
authority="marcrelator">ill</mods:roleTerm>
</mods:role>
</mods:name>
Author Encoding Comparison
It's his way, and other stories
Dublin Core
<dc:creator>
Elliott, E. S. ( Emily Steele ), 1836-1897
</dc:creator>
Author Encoding Comparison
It's his way, and other stories
Dublin Core
<dc:creator>
Elliott, E. S. ( Emily Steele ), 1836-1897
</dc:creator>
700 |a Elliott, E. S. (Emily Steele), 1836-1897
Author Encoding Comparison
• MARC Comparison
• From MODS
• From Dublin Core
700 |a Elliott, E. S. (Emily Steele), 1836-1897
700 |a Elliott, E. S.
|q (Emily Steele),
|d 1836-1897.
|4 aut |4 ill
Subject Encoding Comparison
5 Little Pigs
MODS
<mods:subject authority="lcsh">
<mods:topic>Children</mods:topic>
<mods:topic>Conduct of life</mods:topic>
<mods:genre>Juvenile fiction</mods:genre>
</mods:subject>
<mods:subject authority="lcsh">
<mods:temporal>1890</mods:temporal>
<mods:genre>Children's stories</mods:genre>
</mods:subject>
Subject Encoding Comparison
5 Little Pigs
MARC
650 0 |a Children
|x Conduct of life
|v Juvenile fiction.
655 0 |a Children's stories
|y 1890.
Subject Encoding Comparison
5 Little Pigs
Dublin Core
<dc:subject>
Children -- Conduct of life -- Juvenile fiction
</dc:subject>
<dc:subject>
Children's stories -- 1890
</dc:subject>
Subject Encoding Comparison
5 Little Pigs
Dublin Core
<dc:subject>
Children -- Conduct of life -- Juvenile fiction
</dc:subject>
<dc:subject>
Children's stories -- 1890
</dc:subject>
650 4 |a Children -- Conduct of life -- Juvenile fiction
650 4 |a Children's stories -- 1890
Subject Encoding Comparison
• MARC Comparison
• From MODS
• From Dublin Core
650 4 |a Children -- Conduct of life -- Juvenile fiction
650 4 |a Children's stories -- 1890
650 0 |a Children
|x Conduct of life
|v Juvenile fiction.
655 0 |a Children's stories
|y 1890.
Subject Encoding Comparison
• In practice
• Faceted Searching
• Citation Searching

More Related Content

Viewers also liked

Depletion of resources
Depletion of resourcesDepletion of resources
Depletion of resourcestillda
 
The expectations from "Front Line Managers"
The expectations from "Front Line Managers"The expectations from "Front Line Managers"
The expectations from "Front Line Managers"Syed Umair
 
Valiant Products and Services
Valiant Products and ServicesValiant Products and Services
Valiant Products and Servicesjkoot23
 
Orange22 Starbucks Project Part 02: Design Approach
Orange22 Starbucks Project Part 02: Design ApproachOrange22 Starbucks Project Part 02: Design Approach
Orange22 Starbucks Project Part 02: Design Approachdarioantonioni
 
STEP INSIDE DESIGN | Magazine Feature on Design Innovator Dario Antonioni
STEP INSIDE DESIGN | Magazine Feature on Design Innovator Dario AntonioniSTEP INSIDE DESIGN | Magazine Feature on Design Innovator Dario Antonioni
STEP INSIDE DESIGN | Magazine Feature on Design Innovator Dario Antonionidarioantonioni
 
Orange22 Projects 2009
Orange22 Projects 2009Orange22 Projects 2009
Orange22 Projects 2009darioantonioni
 
Orange22 Starbucks Project Part 03: Final Deliverables
Orange22 Starbucks Project Part 03: Final DeliverablesOrange22 Starbucks Project Part 03: Final Deliverables
Orange22 Starbucks Project Part 03: Final Deliverablesdarioantonioni
 
Orange22 Starbucks Project Part 01: Brand Strategy
Orange22 Starbucks Project Part 01: Brand StrategyOrange22 Starbucks Project Part 01: Brand Strategy
Orange22 Starbucks Project Part 01: Brand Strategydarioantonioni
 
Dave Eisley Power Map
Dave Eisley Power MapDave Eisley Power Map
Dave Eisley Power MapDave Eisley
 

Viewers also liked (11)

Depletion of resources
Depletion of resourcesDepletion of resources
Depletion of resources
 
The expectations from "Front Line Managers"
The expectations from "Front Line Managers"The expectations from "Front Line Managers"
The expectations from "Front Line Managers"
 
Valiant Products and Services
Valiant Products and ServicesValiant Products and Services
Valiant Products and Services
 
Orange22 Starbucks Project Part 02: Design Approach
Orange22 Starbucks Project Part 02: Design ApproachOrange22 Starbucks Project Part 02: Design Approach
Orange22 Starbucks Project Part 02: Design Approach
 
VAR 2009
VAR 2009VAR 2009
VAR 2009
 
Contract Compliance
Contract ComplianceContract Compliance
Contract Compliance
 
STEP INSIDE DESIGN | Magazine Feature on Design Innovator Dario Antonioni
STEP INSIDE DESIGN | Magazine Feature on Design Innovator Dario AntonioniSTEP INSIDE DESIGN | Magazine Feature on Design Innovator Dario Antonioni
STEP INSIDE DESIGN | Magazine Feature on Design Innovator Dario Antonioni
 
Orange22 Projects 2009
Orange22 Projects 2009Orange22 Projects 2009
Orange22 Projects 2009
 
Orange22 Starbucks Project Part 03: Final Deliverables
Orange22 Starbucks Project Part 03: Final DeliverablesOrange22 Starbucks Project Part 03: Final Deliverables
Orange22 Starbucks Project Part 03: Final Deliverables
 
Orange22 Starbucks Project Part 01: Brand Strategy
Orange22 Starbucks Project Part 01: Brand StrategyOrange22 Starbucks Project Part 01: Brand Strategy
Orange22 Starbucks Project Part 01: Brand Strategy
 
Dave Eisley Power Map
Dave Eisley Power MapDave Eisley Power Map
Dave Eisley Power Map
 

Similar to Metadat standards comparison

Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XMLAbhra Basak
 
Xml nisha dwivedi
Xml nisha dwivediXml nisha dwivedi
Xml nisha dwivediNIIT
 
Decoding and developing the online finding aid
Decoding and developing the online finding aidDecoding and developing the online finding aid
Decoding and developing the online finding aidkgerber
 
Report on Work of Joint DCMI/IEEE LTSC Task Force
Report on Work of Joint DCMI/IEEE LTSC Task ForceReport on Work of Joint DCMI/IEEE LTSC Task Force
Report on Work of Joint DCMI/IEEE LTSC Task ForceEduserv Foundation
 
06 gioca-ontologies
06 gioca-ontologies06 gioca-ontologies
06 gioca-ontologiesnidzokus
 
01_XMLDataModel.pptx
01_XMLDataModel.pptx01_XMLDataModel.pptx
01_XMLDataModel.pptxPrerak10
 
A Little SPARQL in your Analytics
A Little SPARQL in your AnalyticsA Little SPARQL in your Analytics
A Little SPARQL in your AnalyticsDr. Neil Brittliff
 
Advanced MongoDB Aggregation Pipelines
Advanced MongoDB Aggregation PipelinesAdvanced MongoDB Aggregation Pipelines
Advanced MongoDB Aggregation PipelinesTom Schreiber
 
MongoDB Europe 2016 - Advanced MongoDB Aggregation Pipelines
MongoDB Europe 2016 - Advanced MongoDB Aggregation PipelinesMongoDB Europe 2016 - Advanced MongoDB Aggregation Pipelines
MongoDB Europe 2016 - Advanced MongoDB Aggregation PipelinesMongoDB
 
xMLDataModel.pdf
xMLDataModel.pdfxMLDataModel.pdf
xMLDataModel.pdfPrerak10
 
Xml part1
Xml part1  Xml part1
Xml part1 NOHA AW
 

Similar to Metadat standards comparison (20)

Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
Xml nisha dwivedi
Xml nisha dwivediXml nisha dwivedi
Xml nisha dwivedi
 
Decoding and developing the online finding aid
Decoding and developing the online finding aidDecoding and developing the online finding aid
Decoding and developing the online finding aid
 
Xml 215-presentation
Xml 215-presentationXml 215-presentation
Xml 215-presentation
 
Report on Work of Joint DCMI/IEEE LTSC Task Force
Report on Work of Joint DCMI/IEEE LTSC Task ForceReport on Work of Joint DCMI/IEEE LTSC Task Force
Report on Work of Joint DCMI/IEEE LTSC Task Force
 
06 gioca-ontologies
06 gioca-ontologies06 gioca-ontologies
06 gioca-ontologies
 
01_XMLDataModel.pptx
01_XMLDataModel.pptx01_XMLDataModel.pptx
01_XMLDataModel.pptx
 
A Little SPARQL in your Analytics
A Little SPARQL in your AnalyticsA Little SPARQL in your Analytics
A Little SPARQL in your Analytics
 
Advanced MongoDB Aggregation Pipelines
Advanced MongoDB Aggregation PipelinesAdvanced MongoDB Aggregation Pipelines
Advanced MongoDB Aggregation Pipelines
 
MongoDB Europe 2016 - Advanced MongoDB Aggregation Pipelines
MongoDB Europe 2016 - Advanced MongoDB Aggregation PipelinesMongoDB Europe 2016 - Advanced MongoDB Aggregation Pipelines
MongoDB Europe 2016 - Advanced MongoDB Aggregation Pipelines
 
Basics of XML
Basics of XMLBasics of XML
Basics of XML
 
xMLDataModel.pdf
xMLDataModel.pdfxMLDataModel.pdf
xMLDataModel.pdf
 
Unit 10: XML and Beyond (Sematic Web, Web Services, ...)
Unit 10: XML and Beyond (Sematic Web, Web Services, ...)Unit 10: XML and Beyond (Sematic Web, Web Services, ...)
Unit 10: XML and Beyond (Sematic Web, Web Services, ...)
 
Intro
IntroIntro
Intro
 
Introduction to Oracle
Introduction to OracleIntroduction to Oracle
Introduction to Oracle
 
Introduction to Oracle
Introduction to OracleIntroduction to Oracle
Introduction to Oracle
 
Xml 215-presentation
Xml 215-presentationXml 215-presentation
Xml 215-presentation
 
Xml part1
Xml part1  Xml part1
Xml part1
 
Xml PPT
Xml PPTXml PPT
Xml PPT
 
Chapter 1 introduction to sql server
Chapter 1 introduction to sql serverChapter 1 introduction to sql server
Chapter 1 introduction to sql server
 

Recently uploaded

FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 

Recently uploaded (20)

FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 

Metadat standards comparison

  • 2. What is XML? • XML = eXtensible Markup Language • Allows information and services to be encoded with meaningful structure and semantics that computers and humans can understand. • Established by the World Wide Web Consortium
  • 3. XML Syntax XML Declaration Elements in matching tags Nested tags <?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?> <title>Grandmother Puss, or, The grateful mouse</title> <book> <title>Grandmother Puss, or, The grateful mouse</title> </book>
  • 4. XML Syntax ( continued ) Empty Tags Attributes Remarks <book> </book> <book /> <identifier type="oclc">32380062</identifier> <? Data for a new digital resource ?>
  • 5. XML Example • Example for a book with a title and OCLC number • This defines a book, but does not adhere to any standard or schema <?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?> <? Data for a new digital resource ?> <book> <title>Grandmother Puss, or, The grateful mouse</title> <identifier type="oclc">32380062</identifier> </book>
  • 6. XML Schemas • Creates a vocabulary to use • Constrains the structure of XML data • Defines a namespace <?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?> <? Data for a new digital resource using 'dc' schema ?> <book xmlns:dc="http://www.uflib.ufl.edu/digital/metadata/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.uflib.ufl.edu/digital/metadata/dc.xsd" > <dc:title>Grandmother Puss, or, The grateful mouse</dc:title> <dc:identifier type="oclc">32380062</dc:identifier> </book>
  • 8. Metadata Example: Dublin Core <dc:title>Grandmother Puss, or, The grateful mouse</dc:title> <dc:title>Grateful mouse</dc:title> <dc:creator>McLoughlin Bros., inc ( Publisher )</dc:creator> <dc:subject>Cats -- Juvenile literature ( lcsh )</dc:subject> <dc:subject>Mice -- Juvenile literature ( lcsh )</dc:subject> <dc:description>Cover title.</dc:description> <dc:description>Pagination includes wrappers; text completed on lower wrapper.</dc:description> <dc:description>Chromolithographs: cover ill., text illustrations.</dc:description> <dc:description>(Funding) Preservation and Access for American and British Children's Lit (NEH PA-50860-00).</dc:description> <dc:publisher>McLoughlin Brothers</dc:publisher> <dc:type>Book</dc:type> <dc:format>7, [1] p. : col. ill. ; 17 cm.</dc:format> <dc:identifier>http://www.uflib.ufl.edu/ufdc/?b=UF00023488</dc:identifier> <dc:identifier>002798984 (ALEPH)</dc:identifier> <dc:source>University of Florida</dc:source> <dc:language>English</dc:language> <dc:rights>All rights reserved, Board of Trustees of U Florida.</dc:rights>
  • 9. Title Encoding Comparison Jessamines Children Book MARC 245 14 |a The Jessamines |h [electronic resource] |b a story of a country house / |c by Grace Stebbing.
  • 10. Title Encoding Comparison Jessamines Children Book MarcXML <datafield tag="245" ind1="1" ind2="4"> <subfield code="a">The Jessamines</subfield> <subfield code="h">[electronic resource]</subfield> <subfield code="b">a story of a country house /</subfield> <subfield code="c">by Grace Stebbing.</subfield> </datafield>
  • 11. Title Encoding Comparison Jessamines Children Book MODS <mods:titleInfo> <mods:nonSort>The</mods:nonSort> <mods:title>Jessamines</mods:title> <mods:subTitle>a story of a country house</mods:subTitle> </mods:titleInfo> <mods:note type="statement of responsibility"> by Grace Stebbing. </mods:note>
  • 12. Title Encoding Comparison Jessamines Children Book Dublin Core <dc:title> The Jessamines: a story of a country house </dc:title> <dc:description> by Grace Stebbing. </dc:description>
  • 13. Title Encoding Comparison Jessamines Children Book Dublin Core <dc:title> The Jessamines: a story of a country house </dc:title> <dc:description> by Grace Stebbing. </dc:description> 245 1 |a The Jessamines : a story of a country house |h [electronic resource]
  • 14. Title Encoding Comparison • MARC Comparison • From MODS • From Dublin Core 245 14 |a The Jessamines |h [electronic resource] |b a story of a country house / |c by Grace Stebbing. 245 1 |a The Jessamines : a story of a country house |h [electronic resource]
  • 15. Author Encoding Comparison It's his way, and other stories MARC 700 |a Elliott, E. S. |q (Emily Steele), |d 1836-1897. |4 aut |4 ill
  • 16. Author Encoding Comparison It's his way, and other stories MODS <mods:name type="personal"> <mods:namePart>Elliott, E. S.</mods:namePart> <mods:namePart type="date">1836-1897</mods:namePart> <mods:displayForm>Emily Steele</mods:displayForm> <mods:role> <mods:roleTerm type="text">Author</mods:roleTerm> <mods:roleTerm type="code" authority="marcrelator">aut</mods:roleTerm> <mods:roleTerm type="text">Illustrator</mods:roleTerm> <mods:roleTerm type="code" authority="marcrelator">ill</mods:roleTerm> </mods:role> </mods:name>
  • 17. Author Encoding Comparison It's his way, and other stories Dublin Core <dc:creator> Elliott, E. S. ( Emily Steele ), 1836-1897 </dc:creator>
  • 18. Author Encoding Comparison It's his way, and other stories Dublin Core <dc:creator> Elliott, E. S. ( Emily Steele ), 1836-1897 </dc:creator> 700 |a Elliott, E. S. (Emily Steele), 1836-1897
  • 19. Author Encoding Comparison • MARC Comparison • From MODS • From Dublin Core 700 |a Elliott, E. S. (Emily Steele), 1836-1897 700 |a Elliott, E. S. |q (Emily Steele), |d 1836-1897. |4 aut |4 ill
  • 20. Subject Encoding Comparison 5 Little Pigs MODS <mods:subject authority="lcsh"> <mods:topic>Children</mods:topic> <mods:topic>Conduct of life</mods:topic> <mods:genre>Juvenile fiction</mods:genre> </mods:subject> <mods:subject authority="lcsh"> <mods:temporal>1890</mods:temporal> <mods:genre>Children's stories</mods:genre> </mods:subject>
  • 21. Subject Encoding Comparison 5 Little Pigs MARC 650 0 |a Children |x Conduct of life |v Juvenile fiction. 655 0 |a Children's stories |y 1890.
  • 22. Subject Encoding Comparison 5 Little Pigs Dublin Core <dc:subject> Children -- Conduct of life -- Juvenile fiction </dc:subject> <dc:subject> Children's stories -- 1890 </dc:subject>
  • 23. Subject Encoding Comparison 5 Little Pigs Dublin Core <dc:subject> Children -- Conduct of life -- Juvenile fiction </dc:subject> <dc:subject> Children's stories -- 1890 </dc:subject> 650 4 |a Children -- Conduct of life -- Juvenile fiction 650 4 |a Children's stories -- 1890
  • 24. Subject Encoding Comparison • MARC Comparison • From MODS • From Dublin Core 650 4 |a Children -- Conduct of life -- Juvenile fiction 650 4 |a Children's stories -- 1890 650 0 |a Children |x Conduct of life |v Juvenile fiction. 655 0 |a Children's stories |y 1890.
  • 25. Subject Encoding Comparison • In practice • Faceted Searching • Citation Searching