Skip to content

Commit 2bfec23

Browse files
committed
Add mappings for 'Date', 'Medium', 'Classification', and 'Credit Line'.
1 parent 0fe0251 commit 2bfec23

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

labels.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
"Etcher": "http://purl.org/dc/elements/1.1/contributor",
88
"Other creators": "http://purl.org/dc/elements/1.1/contributor",
9+
"People": "http://purl.org/dc/elements/1.1/contributor",
910

1011
"Title": "http://purl.org/dc/elements/1.1/title",
1112
"Incipit": "http://purl.org/dc/elements/1.1/title",
@@ -27,9 +28,11 @@
2728
"Identifier": "http://purl.org/dc/elements/1.1/identifier",
2829
"URN": "http://purl.org/dc/elements/1.1/identifier",
2930
"Available Online": "http://purl.org/dc/elements/1.1/identifier",
31+
"Object Number": "http://purl.org/dc/elements/1.1/identifier",
3032

3133
"Performer": "http://purl.org/ontology/bibo/performer",
3234

35+
"Date": "http://purl.org/dc/elements/1.1/date",
3336
"Date Statement": "http://purl.org/dc/elements/1.1/date",
3437

3538
"Published": "http://purl.org/dc/terms/issued",
@@ -55,6 +58,7 @@
5558
"Location": "http://purl.org/dc/elements/1.1/source",
5659
"Holding Institution": "http://purl.org/dc/elements/1.1/source",
5760
"Repository": "http://purl.org/dc/elements/1.1/source",
61+
"Credit Line": "http://purl.org/dc/elements/1.1/source",
5862

5963
"Homepage": "http://purl.org/ontology/bibo/uri",
6064

@@ -64,6 +68,9 @@
6468

6569
"Type": "http://purl.org/dc/elements/1.1/type",
6670
"Object Type": "http://purl.org/dc/elements/1.1/type",
71+
"Classification": "http://purl.org/dc/elements/1.1/type",
6772

68-
"Subject": "http://purl.org/dc/elements/1.1/subject"
73+
"Subject": "http://purl.org/dc/elements/1.1/subject",
74+
75+
"Medium": "http://purl.org/dc/terms/medium"
6976
}

0 commit comments

Comments
 (0)