Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pydays19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labs-team
pydays19
Commits
2faf8e80
Commit
2faf8e80
authored
6 years ago
by
Georg Petz
Browse files
Options
Downloads
Patches
Plain Diff
Add marcxml and dc
parent
9c584bbc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
2 - Metadata and Catalogue.ipynb
+139
-2
139 additions, 2 deletions
2 - Metadata and Catalogue.ipynb
media/simpledc.png
+0
-0
0 additions, 0 deletions
media/simpledc.png
with
139 additions
and
2 deletions
2 - Metadata and Catalogue.ipynb
+
139
−
2
View file @
2faf8e80
...
...
@@ -19,7 +19,7 @@
}
},
"source": [
"In this block:\n",
"
###
In this block:\n",
"\n",
"* Overview data formats\n",
"* Overview container formats\n",
...
...
@@ -39,6 +39,143 @@
"* Example SPARQL (2.3)"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Overview data formats"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"* Dublin Core\n",
" * set of vocabulary terms to describe digital resources\n",
" * 15 classic metadata terms, known as the Dublin Core Metadata Element Set (DCMES)\n",
" * [Dublin Core Metadata Initiative](http://dublincore.org/)\n"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"* MARC\n",
" * MARC (MAchine-Readable Cataloging) standards\n",
" * developed in the 1960s to create records that could be read by computers and shared among libraries\n",
" * MARC 21 MARC record format for the 21st century"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"* Dublin Core Metadata Element Set (DCMES) 1.1\n",
"\n",
" 1. Title: The name of the object\n",
" 2. Creator: An entity primarily responsible for making the resource\n",
" 3. Subject: The topic addressed by the work\n",
" 4. Description: An account of the resource\n",
" 5. Publisher: The agent or agency responsible for making the object available\n",
" 6. Contributor: An entity responsible for making contributions to the resource\n",
" 7. Date: The date of publication\n",
" 8. Type: The nature or genre of the resource\n",
" 9. Format: The file format, physical medium, or dimensions of the resource\n",
" 10. Identifier: String or number used to uniquely identify the object "
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"* Dublin Core Metadata Element Set (DCMES) 1.1\n",
" \n",
" 11. Source: Objects, either print or electronic, from which this object is derived, if applicable\n",
" 12. Language: Language of the intellectual content\n",
" 13. Relation: Relationship to other objects\n",
" 14. Coverage: The spatial locations and temporal durations characteristic of the object\n",
" 15. Rights: Information about rights held in and over the resource "
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Overview container formats"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"* Simple DC container XML Schema [http://www.dublincore.org/schemas/xmls/](http://www.dublincore.org/schemas/xmls/)\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"* MARCXML\n",
" * MARCXML is an XML schema based on the common MARC21 standards\n",
" * [http://www.loc.gov/standards/marcxml/](http://www.loc.gov/standards/marcxml/)"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Overview protocols"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"* OAI-PMH\n",
"* SRU"
]
},
{
"cell_type": "code",
"execution_count": null,
...
...
@@ -64,7 +201,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
7.3
"
"version": "3.
6.7
"
}
},
"nbformat": 4,
...
...
%% 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
```
...
...
This diff is collapsed.
Click to expand it.
media/simpledc.png
0 → 100644
+
0
−
0
View file @
2faf8e80
35.1 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment