You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this field to link to records that are related in a general or non-specific way. IDs entered in this field will populate a "Related Records" widget on the item's show page, as well as on the related record's show page. Nothing needs to be entered in the related record's metadata.
19
+
Use this field to link to records that are related in a general or non-specific way. IDs entered in this field will populate a "Related records..." widget on the item's show page, as well as on the related item's show page. Nothing needs to be entered in the related item's metadata.
20
20
21
21
```
22
22
"dct_relation_sm": ["nyu_2451_34636"]
@@ -26,7 +26,7 @@ Use this field to link to records that are related in a general or non-specific
26
26
27
27

28
28
29
-
**Related record's show page**
29
+
**Related item's show page**
30
30
31
31

32
32
@@ -36,9 +36,9 @@ Use this field to link to records that are related in a general or non-specific
36
36
37
37
To link items in a book or atlas, use "Is Part Of" instead.
38
38
39
-
This field links an item to its collection(s). The first step is to create a separate collection record and assign it a unique ID. Then, enter the collection record's ID in the *member item's* metadata.
39
+
This field links an item to its collection(s). The first step is to create a separate collection record and assign it a unique ID. Then, enter the collection item's ID in the *member item's* metadata.
40
40
41
-
IDs entered in this field in the *member item's* metadata will populate a "Belongs to collection..." widget on the member item's show page and a "Collection records..." widget on the collection's show page. Nothing needs to be entered in the collection record's metadata.
41
+
IDs entered in this field in the *member item's* metadata will populate a "Belongs to collection..." widget on the member item's show page and a "Collection records..." widget on the collection item's show page. Nothing needs to be entered in the collection item's metadata.
42
42
43
43
```
44
44
"pcdm_memberOf_sm": ["umass-macconnell-1951"]
@@ -48,7 +48,7 @@ IDs entered in this field in the *member item's* metadata will populate a "Belon
48
48
49
49

50
50
51
-
**Collection's show page**
51
+
**Collection item's show page**
52
52
53
53

54
54
@@ -58,9 +58,9 @@ IDs entered in this field in the *member item's* metadata will populate a "Belon
58
58
59
59
To link items in a collection, use "Member Of" instead.
60
60
61
-
This field is similar to "Member Of" but is intended to link to items that are a subset of another item, like a book or atlas. The first step is to create a separate parent record and assign it a unique ID. Then, enter the parent record's ID in the *member item's* metadata.
61
+
This field is similar to "Member Of" but is intended to link to items that are a subset of another item, like a book or atlas. The first step is to create a separate parent record and assign it a unique ID. Then, enter the parent item's ID in the *member item's* metadata.
62
62
63
-
IDs entered in this field in the *member item's* metadata will populate a "Is part of..." widget on the member item's show page and a "Has part..." widget on the parent's show page. Nothing needs to be entered in the parent record's metadata.
63
+
IDs entered in this field in the *member item's* metadata will populate an "Is part of..." widget on the member item's show page and a "Has part..." widget on the parent item's show page. Nothing needs to be entered in the parent item's metadata.
@@ -70,6 +70,45 @@ IDs entered in this field in the *member item's* metadata will populate a "Is pa
70
70
71
71

72
72
73
-
**Parent's show page**
73
+
**Parent item's show page**
74
74
75
75

76
+
77
+
## Source
78
+
79
+
This field links an item to the dataset from which it was derived. For example, if a point shapefile is created to digitize the toponyms on a historical map, the historical map's ID would be entered in this field.
80
+
81
+
IDs entered in this field will populate a "Source records..." widget on the derived item's show page and a "Derived records..." widget on the source item's show page. Nothing needs to be entered in the source item's metadata.
82
+
83
+
```
84
+
"dct_source_sm": ["princeton-1r66j405w"]
85
+
```
86
+
87
+
**Derived item's show page**
88
+
89
+

90
+
91
+
**Source item's show page**
92
+
93
+

94
+
95
+
## Is Version Of
96
+
97
+
Use this field to link an item that is a version, variation, or adaptation to its source dataset. The field can contain:
98
+
99
+
* The ID of the most recent related record(s), or
100
+
* The ID of a parent record (see "Member Of" and "Is Part Of" for similar examples)
101
+
102
+
IDs entered in this field will populate an "Is version of..." widget on the item's show page and a "Has version..." widget on the linked item's show page. Nothing needs to be entered in the linked item's metadata.
103
+
104
+
```
105
+
"dct_isVersionOf_sm": ["nyu_2451_34636"]
106
+
```
107
+
108
+
**Item's show page**
109
+
110
+

111
+
112
+
**Linked item's show page**
113
+
114
+

0 commit comments