Loading 2 - Metadata and Catalogue.ipynb +68 −1 Original line number Diff line number Diff line %% Cell type:markdown id: tags: # 2 - Metadata and Catalogue %% Cell type:markdown id: tags: In this block: ### In this block: * Overview data formats * Overview container formats * Overview protocols %% Cell type:markdown id: tags: * Example SRU (2.1) * Example data harvesting OAI-PMH (2.2) * Example SPARQL (2.3) %% Cell type:markdown id: tags: ## Overview data formats %% Cell type:markdown id: tags: * Dublin Core * set of vocabulary terms to describe digital resources * 15 classic metadata terms, known as the Dublin Core Metadata Element Set (DCMES) * [Dublin Core Metadata Initiative](http://dublincore.org/) %% Cell type:markdown id: tags: * MARC * MARC (MAchine-Readable Cataloging) standards * developed in the 1960s to create records that could be read by computers and shared among libraries * MARC 21 MARC record format for the 21st century %% Cell type:markdown id: tags: * Dublin Core Metadata Element Set (DCMES) 1.1 1. Title: The name of the object 2. Creator: An entity primarily responsible for making the resource 3. Subject: The topic addressed by the work 4. Description: An account of the resource 5. Publisher: The agent or agency responsible for making the object available 6. Contributor: An entity responsible for making contributions to the resource 7. Date: The date of publication 8. Type: The nature or genre of the resource 9. Format: The file format, physical medium, or dimensions of the resource 10. Identifier: String or number used to uniquely identify the object %% Cell type:markdown id: tags: * Dublin Core Metadata Element Set (DCMES) 1.1 11. Source: Objects, either print or electronic, from which this object is derived, if applicable 12. Language: Language of the intellectual content 13. Relation: Relationship to other objects 14. Coverage: The spatial locations and temporal durations characteristic of the object 15. Rights: Information about rights held in and over the resource %% Cell type:markdown id: tags: ## Overview container formats %% Cell type:markdown id: tags: * Simple DC container XML Schema [http://www.dublincore.org/schemas/xmls/](http://www.dublincore.org/schemas/xmls/)  %% Cell type:markdown id: tags: * MARCXML * MARCXML is an XML schema based on the common MARC21 standards * [http://www.loc.gov/standards/marcxml/](http://www.loc.gov/standards/marcxml/) %% Cell type:markdown id: tags: ## Overview protocols %% Cell type:markdown id: tags: * OAI-PMH * SRU %% Cell type:code id: tags: ``` python ``` media/simpledc.png 0 → 100644 +35.1 KiB Loading image diff... Loading
2 - Metadata and Catalogue.ipynb +68 −1 Original line number Diff line number Diff line %% Cell type:markdown id: tags: # 2 - Metadata and Catalogue %% Cell type:markdown id: tags: In this block: ### In this block: * Overview data formats * Overview container formats * Overview protocols %% Cell type:markdown id: tags: * Example SRU (2.1) * Example data harvesting OAI-PMH (2.2) * Example SPARQL (2.3) %% Cell type:markdown id: tags: ## Overview data formats %% Cell type:markdown id: tags: * Dublin Core * set of vocabulary terms to describe digital resources * 15 classic metadata terms, known as the Dublin Core Metadata Element Set (DCMES) * [Dublin Core Metadata Initiative](http://dublincore.org/) %% Cell type:markdown id: tags: * MARC * MARC (MAchine-Readable Cataloging) standards * developed in the 1960s to create records that could be read by computers and shared among libraries * MARC 21 MARC record format for the 21st century %% Cell type:markdown id: tags: * Dublin Core Metadata Element Set (DCMES) 1.1 1. Title: The name of the object 2. Creator: An entity primarily responsible for making the resource 3. Subject: The topic addressed by the work 4. Description: An account of the resource 5. Publisher: The agent or agency responsible for making the object available 6. Contributor: An entity responsible for making contributions to the resource 7. Date: The date of publication 8. Type: The nature or genre of the resource 9. Format: The file format, physical medium, or dimensions of the resource 10. Identifier: String or number used to uniquely identify the object %% Cell type:markdown id: tags: * Dublin Core Metadata Element Set (DCMES) 1.1 11. Source: Objects, either print or electronic, from which this object is derived, if applicable 12. Language: Language of the intellectual content 13. Relation: Relationship to other objects 14. Coverage: The spatial locations and temporal durations characteristic of the object 15. Rights: Information about rights held in and over the resource %% Cell type:markdown id: tags: ## Overview container formats %% Cell type:markdown id: tags: * Simple DC container XML Schema [http://www.dublincore.org/schemas/xmls/](http://www.dublincore.org/schemas/xmls/)  %% Cell type:markdown id: tags: * MARCXML * MARCXML is an XML schema based on the common MARC21 standards * [http://www.loc.gov/standards/marcxml/](http://www.loc.gov/standards/marcxml/) %% Cell type:markdown id: tags: ## Overview protocols %% Cell type:markdown id: tags: * OAI-PMH * SRU %% Cell type:code id: tags: ``` python ```