linked-rolls 0.35.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -1
- package/lib/EditionView.d.ts +2 -2
- package/lib/EditionView.js +2 -2
- package/lib/Feature.d.ts +46 -18
- package/lib/Feature.js +4 -2
- package/lib/RollCopy.d.ts +68 -28
- package/lib/RollCopy.js +26 -0
- package/lib/alignment.d.ts +2 -2
- package/lib/alignment.js +5 -4
- package/lib/asJsonLd.d.ts +5 -0
- package/lib/asJsonLd.js +55 -1
- package/lib/editionOps.d.ts +7 -5
- package/lib/editionOps.js +59 -30
- package/lib/importJsonLd.js +11 -1
- package/lib/migrate.js +103 -5
- package/lib/readers/phillipsEroll.js +1 -2
- package/lib/readers/spencerBar.js +2 -3
- package/lib/readers/stanfordAton.js +2 -3
- package/lib/reservations.js +2 -2
- package/lib/schema.json +450 -60
- package/lib/spec/context.json +31 -13
- package/package.json +1 -1
package/lib/schema.json
CHANGED
|
@@ -85,12 +85,9 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"$ref": "#/definitions/Mark"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"$ref": "#/definitions/GluedOn"
|
|
91
88
|
}
|
|
92
89
|
],
|
|
93
|
-
"description": "The
|
|
90
|
+
"description": "The features proper: a hole, a writing and a mark are all human-made features, and each of them is borne by whatever it sits on. A patch is an object glued onto the paper and stands apart from them."
|
|
94
91
|
},
|
|
95
92
|
"AnySymbol": {
|
|
96
93
|
"anyOf": [
|
|
@@ -767,7 +764,7 @@
|
|
|
767
764
|
"$ref": "#/definitions/NestedFeature"
|
|
768
765
|
},
|
|
769
766
|
"type": "array",
|
|
770
|
-
"ontology": "crm:
|
|
767
|
+
"ontology": "crm:P46 is composed of"
|
|
771
768
|
},
|
|
772
769
|
"horizontal": {
|
|
773
770
|
"$ref": "#/definitions/HorizontalSpan",
|
|
@@ -777,8 +774,8 @@
|
|
|
777
774
|
"material": {
|
|
778
775
|
"description": "The material of the glued-on feature.",
|
|
779
776
|
"enum": [
|
|
780
|
-
"
|
|
781
|
-
"
|
|
777
|
+
"paper",
|
|
778
|
+
"tape"
|
|
782
779
|
],
|
|
783
780
|
"type": "string",
|
|
784
781
|
"ontology": "crm:P45 consists of"
|
|
@@ -797,6 +794,22 @@
|
|
|
797
794
|
"description": "The type discriminator for this object.",
|
|
798
795
|
"type": "string",
|
|
799
796
|
"ontology": "rdf:type"
|
|
797
|
+
},
|
|
798
|
+
"bears": {
|
|
799
|
+
"type": "array",
|
|
800
|
+
"items": {
|
|
801
|
+
"type": "object",
|
|
802
|
+
"properties": {
|
|
803
|
+
"@id": {
|
|
804
|
+
"type": "string"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"required": [
|
|
808
|
+
"@id"
|
|
809
|
+
]
|
|
810
|
+
},
|
|
811
|
+
"description": "The features the patch bears. Derived on export.",
|
|
812
|
+
"ontology": "crm:P56 bears feature"
|
|
800
813
|
}
|
|
801
814
|
},
|
|
802
815
|
"required": [
|
|
@@ -807,10 +820,10 @@
|
|
|
807
820
|
"vertical"
|
|
808
821
|
],
|
|
809
822
|
"type": "object",
|
|
810
|
-
"ontology": "
|
|
823
|
+
"ontology": "reo:GluedOn"
|
|
811
824
|
},
|
|
812
825
|
"Hole": {
|
|
813
|
-
"description": "A hole (perforation) in the roll paper. Holes are the primary carriers of musical information on piano rolls, as they trigger notes and expression controls when passing over the tracker bar.",
|
|
826
|
+
"description": "A hole (perforation) in the roll paper. Holes are the primary carriers of musical information on piano rolls, as they trigger notes and expression controls when passing over the tracker bar. A punched hole is a human-made feature: CRM counts \"the information encoding features on mechanical or digital carriers\" among the features purposely created by human activity.",
|
|
814
827
|
"properties": {
|
|
815
828
|
"condition": {
|
|
816
829
|
"$ref": "#/definitions/ObjectAssumption%3CConditionState%3C(%22partially-torn%22%7C%22missing-perforation%22)%3E%3E",
|
|
@@ -859,7 +872,8 @@
|
|
|
859
872
|
"@type",
|
|
860
873
|
"vertical"
|
|
861
874
|
],
|
|
862
|
-
"type": "object"
|
|
875
|
+
"type": "object",
|
|
876
|
+
"ontology": "reo:Hole"
|
|
863
877
|
},
|
|
864
878
|
"HorizontalSpan": {
|
|
865
879
|
"description": "Describes the horizontal extent of a feature on the roll, measured in millimeters from the beginning of the roll. The `from` value is the start position and `to` is the end position.",
|
|
@@ -932,6 +946,10 @@
|
|
|
932
946
|
"type": "object",
|
|
933
947
|
"ontology": "crminf:I5 Inference Making"
|
|
934
948
|
},
|
|
949
|
+
"KeeperAssignment": {
|
|
950
|
+
"$ref": "#/definitions/ObjectAssumption%3CAgent%3E",
|
|
951
|
+
"description": "The keeper a copy is held by, as an object assumption, so that the statement can carry the belief it rests on and the reasons for it."
|
|
952
|
+
},
|
|
935
953
|
"Margins<\"mm\">": {
|
|
936
954
|
"description": "The margins on the treble and bass sides of the roll, in the unit the scan was measured in.",
|
|
937
955
|
"properties": {
|
|
@@ -975,7 +993,7 @@
|
|
|
975
993
|
"type": "object"
|
|
976
994
|
},
|
|
977
995
|
"Mark": {
|
|
978
|
-
"description": "A visible mark on the roll, such as a pencil
|
|
996
|
+
"description": "A visible mark on the roll, such as a pencil circle, an ink stroke, or other non-textual annotation. What a mark was meant to say is a reading of it (crminf:I16 Meaning Comprehension) rather than a property of the feature, so its shape is not stated here.",
|
|
979
997
|
"properties": {
|
|
980
998
|
"condition": {
|
|
981
999
|
"$ref": "#/definitions/ObjectAssumption%3CConditionState%3C(%22faded%22)%3E%3E",
|
|
@@ -992,6 +1010,11 @@
|
|
|
992
1010
|
"description": "Horizontal span of the feature on the roll.",
|
|
993
1011
|
"ontology": "crm:P43 has dimension"
|
|
994
1012
|
},
|
|
1013
|
+
"method": {
|
|
1014
|
+
"$ref": "#/definitions/MarkMethod",
|
|
1015
|
+
"description": "The medium the mark was drawn in, where it can be told.",
|
|
1016
|
+
"ontology": "reo:method"
|
|
1017
|
+
},
|
|
995
1018
|
"vertical": {
|
|
996
1019
|
"$ref": "#/definitions/VerticalSpan",
|
|
997
1020
|
"description": "Vertical span of the feature on the roll.",
|
|
@@ -1015,7 +1038,16 @@
|
|
|
1015
1038
|
"vertical"
|
|
1016
1039
|
],
|
|
1017
1040
|
"type": "object",
|
|
1018
|
-
"ontology": "
|
|
1041
|
+
"ontology": "reo:Mark"
|
|
1042
|
+
},
|
|
1043
|
+
"MarkMethod": {
|
|
1044
|
+
"description": "The medium a mark was drawn in.",
|
|
1045
|
+
"enum": [
|
|
1046
|
+
"ink",
|
|
1047
|
+
"pencil",
|
|
1048
|
+
"crayon"
|
|
1049
|
+
],
|
|
1050
|
+
"type": "string"
|
|
1019
1051
|
},
|
|
1020
1052
|
"MeaningComprehension": {
|
|
1021
1053
|
"description": "A meaning comprehension interprets or disambiguates the meaning of symbols or features. For example, interpreting a pencil mark as an instruction to add or remove a perforation or as the dating of the roll.",
|
|
@@ -1132,8 +1164,9 @@
|
|
|
1132
1164
|
"ontology": "crm:P14 carried out by"
|
|
1133
1165
|
},
|
|
1134
1166
|
"added": {
|
|
1167
|
+
"description": "The patches glued onto the copy, each with whatever it bears.",
|
|
1135
1168
|
"items": {
|
|
1136
|
-
"
|
|
1169
|
+
"$ref": "#/definitions/GluedOn"
|
|
1137
1170
|
},
|
|
1138
1171
|
"type": "array",
|
|
1139
1172
|
"ontology": "crm:P111 added"
|
|
@@ -1144,28 +1177,68 @@
|
|
|
1144
1177
|
"ontology": "crm:P4 has time-span"
|
|
1145
1178
|
},
|
|
1146
1179
|
"purpose": {
|
|
1147
|
-
"
|
|
1148
|
-
"musical-improvement",
|
|
1149
|
-
"technical-improvement",
|
|
1150
|
-
"repair",
|
|
1151
|
-
"labeling",
|
|
1152
|
-
"control",
|
|
1153
|
-
"dating",
|
|
1154
|
-
"glossing"
|
|
1155
|
-
],
|
|
1156
|
-
"type": "string",
|
|
1180
|
+
"$ref": "#/definitions/ModificationPurpose",
|
|
1157
1181
|
"ontology": "crm:P21 had general purpose"
|
|
1158
1182
|
},
|
|
1159
1183
|
"@type": {
|
|
1160
|
-
"const": "
|
|
1184
|
+
"const": "Attachment",
|
|
1161
1185
|
"type": "string",
|
|
1162
1186
|
"description": "The type discriminator for this object.",
|
|
1163
1187
|
"ontology": "rdf:type"
|
|
1188
|
+
},
|
|
1189
|
+
"augmented": {
|
|
1190
|
+
"type": "object",
|
|
1191
|
+
"properties": {
|
|
1192
|
+
"@id": {
|
|
1193
|
+
"type": "string"
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
"required": [
|
|
1197
|
+
"@id"
|
|
1198
|
+
],
|
|
1199
|
+
"description": "The copy the patches were glued onto. Derived on export.",
|
|
1200
|
+
"ontology": "crm:P110 augmented"
|
|
1164
1201
|
}
|
|
1165
1202
|
},
|
|
1166
1203
|
"required": [
|
|
1167
1204
|
"added",
|
|
1168
|
-
"
|
|
1205
|
+
"@type"
|
|
1206
|
+
],
|
|
1207
|
+
"type": "object"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"properties": {
|
|
1211
|
+
"actor": {
|
|
1212
|
+
"$ref": "#/definitions/ActorAssignment",
|
|
1213
|
+
"description": "Who carried out the modification.",
|
|
1214
|
+
"ontology": "crm:P14 carried out by"
|
|
1215
|
+
},
|
|
1216
|
+
"date": {
|
|
1217
|
+
"$ref": "#/definitions/DateAssignment",
|
|
1218
|
+
"description": "When the modification took place.",
|
|
1219
|
+
"ontology": "crm:P4 has time-span"
|
|
1220
|
+
},
|
|
1221
|
+
"produced": {
|
|
1222
|
+
"description": "The features the act brought into being: a date written on the paper, a circle in pencil, a hole punched by hand.",
|
|
1223
|
+
"items": {
|
|
1224
|
+
"$ref": "#/definitions/AnyFeature"
|
|
1225
|
+
},
|
|
1226
|
+
"type": "array",
|
|
1227
|
+
"ontology": "crm:P108 has produced"
|
|
1228
|
+
},
|
|
1229
|
+
"purpose": {
|
|
1230
|
+
"$ref": "#/definitions/ModificationPurpose",
|
|
1231
|
+
"ontology": "crm:P21 had general purpose"
|
|
1232
|
+
},
|
|
1233
|
+
"@type": {
|
|
1234
|
+
"const": "Alteration",
|
|
1235
|
+
"type": "string",
|
|
1236
|
+
"description": "The type discriminator for this object.",
|
|
1237
|
+
"ontology": "rdf:type"
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"required": [
|
|
1241
|
+
"produced",
|
|
1169
1242
|
"@type"
|
|
1170
1243
|
],
|
|
1171
1244
|
"type": "object"
|
|
@@ -1184,11 +1257,11 @@
|
|
|
1184
1257
|
},
|
|
1185
1258
|
"purpose": {
|
|
1186
1259
|
"const": "delabeling",
|
|
1187
|
-
"description": "Usually, roll features are being added. Sometimes however, we may see traces of features that have been removed, e.g. through bright spots on the roll.",
|
|
1188
1260
|
"type": "string",
|
|
1189
1261
|
"ontology": "crm:P21 had general purpose"
|
|
1190
1262
|
},
|
|
1191
1263
|
"removed": {
|
|
1264
|
+
"description": "What was taken off the copy, by id. It stood there before the act and is named rather than stated here. Removals are read from what they leave behind, such as a bright spot where a label sat.",
|
|
1192
1265
|
"items": {
|
|
1193
1266
|
"type": "string"
|
|
1194
1267
|
},
|
|
@@ -1200,18 +1273,43 @@
|
|
|
1200
1273
|
"type": "string",
|
|
1201
1274
|
"description": "The type discriminator for this object.",
|
|
1202
1275
|
"ontology": "rdf:type"
|
|
1276
|
+
},
|
|
1277
|
+
"diminished": {
|
|
1278
|
+
"type": "object",
|
|
1279
|
+
"properties": {
|
|
1280
|
+
"@id": {
|
|
1281
|
+
"type": "string"
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"required": [
|
|
1285
|
+
"@id"
|
|
1286
|
+
],
|
|
1287
|
+
"description": "The copy something was taken off. Derived on export.",
|
|
1288
|
+
"ontology": "crm:P112 diminished"
|
|
1203
1289
|
}
|
|
1204
1290
|
},
|
|
1205
1291
|
"required": [
|
|
1206
|
-
"purpose",
|
|
1207
1292
|
"removed",
|
|
1208
1293
|
"@type"
|
|
1209
1294
|
],
|
|
1210
1295
|
"type": "object"
|
|
1211
1296
|
}
|
|
1212
1297
|
],
|
|
1213
|
-
"description": "
|
|
1214
|
-
"ontology": "crm:E79 Part Addition, crm:E80 Part Removal"
|
|
1298
|
+
"description": "An identifiable act that changed the roll copy after it was punched. Three kinds of act are told apart, because the CRM tells them apart. E79 Part Addition asks that what is added be \"a separate identifiable whole prior to\" the act, which a label glued on is and a pencil line is not: drawing, writing and punching bring a feature into being and are productions.",
|
|
1299
|
+
"ontology": "crm:E79 Part Addition, crm:E80 Part Removal, crm:E12 Production"
|
|
1300
|
+
},
|
|
1301
|
+
"ModificationPurpose": {
|
|
1302
|
+
"description": "What a modification of a copy was for, as far as it can be told.",
|
|
1303
|
+
"enum": [
|
|
1304
|
+
"musical-improvement",
|
|
1305
|
+
"technical-improvement",
|
|
1306
|
+
"repair",
|
|
1307
|
+
"labeling",
|
|
1308
|
+
"control",
|
|
1309
|
+
"dating",
|
|
1310
|
+
"glossing"
|
|
1311
|
+
],
|
|
1312
|
+
"type": "string"
|
|
1215
1313
|
},
|
|
1216
1314
|
"Motivation": {
|
|
1217
1315
|
"description": "A motivation provides a reason or rationale for an editorial change. Motivations are defined at the version level and referenced by edits.",
|
|
@@ -1240,8 +1338,226 @@
|
|
|
1240
1338
|
"ontology": "crm:E33 Linguistic Object"
|
|
1241
1339
|
},
|
|
1242
1340
|
"NestedFeature": {
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1341
|
+
"description": "A feature borne by another feature. It states no place of its own, the feature bearing it standing in one.",
|
|
1342
|
+
"anyOf": [
|
|
1343
|
+
{
|
|
1344
|
+
"properties": {
|
|
1345
|
+
"condition": {
|
|
1346
|
+
"$ref": "#/definitions/ObjectAssumption%3CConditionState%3C(%22partially-torn%22%7C%22missing-perforation%22)%3E%3E",
|
|
1347
|
+
"description": "This can be used e.g. to indicate a perforation which is torn out or in any other way damaged.",
|
|
1348
|
+
"ontology": "crm:P44 has condition"
|
|
1349
|
+
},
|
|
1350
|
+
"depiction": {
|
|
1351
|
+
"description": "IIIF region pointing to a depiction of this feature in the scan.",
|
|
1352
|
+
"type": "string",
|
|
1353
|
+
"ontology": "crm:P138i has representation"
|
|
1354
|
+
},
|
|
1355
|
+
"horizontal": {
|
|
1356
|
+
"$ref": "#/definitions/HorizontalSpan",
|
|
1357
|
+
"description": "Horizontal span of the feature on the roll. Left out by a feature a patch bears.",
|
|
1358
|
+
"ontology": "crm:P43 has dimension"
|
|
1359
|
+
},
|
|
1360
|
+
"pattern": {
|
|
1361
|
+
"description": "The punching pattern of the hole. Regular holes have evenly-spaced bridges, accelerating holes have decreasing bridge widths, and staggering holes do not align in rows across the tracks, the mark of an asynchronous perforator with a separate driver for each punch (Phillips 2016, p. 112).",
|
|
1362
|
+
"enum": [
|
|
1363
|
+
"regular",
|
|
1364
|
+
"accelerating",
|
|
1365
|
+
"staggering"
|
|
1366
|
+
],
|
|
1367
|
+
"type": "string",
|
|
1368
|
+
"ontology": "reo:pattern"
|
|
1369
|
+
},
|
|
1370
|
+
"vertical": {
|
|
1371
|
+
"$ref": "#/definitions/VerticalSpan",
|
|
1372
|
+
"description": "Vertical span of the feature on the roll. Left out by a feature a patch bears.",
|
|
1373
|
+
"ontology": "crm:P43 has dimension"
|
|
1374
|
+
},
|
|
1375
|
+
"@id": {
|
|
1376
|
+
"description": "A unique identifier for this object.",
|
|
1377
|
+
"type": "string"
|
|
1378
|
+
},
|
|
1379
|
+
"@type": {
|
|
1380
|
+
"const": "Hole",
|
|
1381
|
+
"description": "The type discriminator for this object.",
|
|
1382
|
+
"type": "string",
|
|
1383
|
+
"ontology": "rdf:type"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"required": [
|
|
1387
|
+
"@id",
|
|
1388
|
+
"@type"
|
|
1389
|
+
],
|
|
1390
|
+
"type": "object"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"properties": {
|
|
1394
|
+
"condition": {
|
|
1395
|
+
"$ref": "#/definitions/ObjectAssumption%3CConditionState%3C(%22illegible%22)%3E%3E",
|
|
1396
|
+
"description": "This can be used e.g. to indicate a perforation which is torn out or in any other way damaged.",
|
|
1397
|
+
"ontology": "crm:P44 has condition"
|
|
1398
|
+
},
|
|
1399
|
+
"depiction": {
|
|
1400
|
+
"description": "IIIF region pointing to a depiction of this feature in the scan.",
|
|
1401
|
+
"type": "string",
|
|
1402
|
+
"ontology": "crm:P138i has representation"
|
|
1403
|
+
},
|
|
1404
|
+
"horizontal": {
|
|
1405
|
+
"$ref": "#/definitions/HorizontalSpan",
|
|
1406
|
+
"description": "Horizontal span of the feature on the roll. Left out by a feature a patch bears.",
|
|
1407
|
+
"ontology": "crm:P43 has dimension"
|
|
1408
|
+
},
|
|
1409
|
+
"method": {
|
|
1410
|
+
"$ref": "#/definitions/WritingMethod",
|
|
1411
|
+
"description": "The method by which this writing was produced (e.g. through print, handwriting, or stamping).",
|
|
1412
|
+
"ontology": "reo:method"
|
|
1413
|
+
},
|
|
1414
|
+
"transcription": {
|
|
1415
|
+
"$ref": "#/definitions/ObjectAssumption%3CTranscription%3E",
|
|
1416
|
+
"description": "A transcription of the text content of the writing. This is an object assumption so that the transcription can be annotated with a belief about its correctness.",
|
|
1417
|
+
"ontology": "crm:P128 carries"
|
|
1418
|
+
},
|
|
1419
|
+
"vertical": {
|
|
1420
|
+
"$ref": "#/definitions/VerticalSpan",
|
|
1421
|
+
"description": "Vertical span of the feature on the roll. Left out by a feature a patch bears.",
|
|
1422
|
+
"ontology": "crm:P43 has dimension"
|
|
1423
|
+
},
|
|
1424
|
+
"@id": {
|
|
1425
|
+
"description": "A unique identifier for this object.",
|
|
1426
|
+
"type": "string"
|
|
1427
|
+
},
|
|
1428
|
+
"@type": {
|
|
1429
|
+
"const": "Writing",
|
|
1430
|
+
"description": "The type discriminator for this object.",
|
|
1431
|
+
"type": "string",
|
|
1432
|
+
"ontology": "rdf:type"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"required": [
|
|
1436
|
+
"@id",
|
|
1437
|
+
"method",
|
|
1438
|
+
"transcription",
|
|
1439
|
+
"@type"
|
|
1440
|
+
],
|
|
1441
|
+
"type": "object"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"properties": {
|
|
1445
|
+
"condition": {
|
|
1446
|
+
"$ref": "#/definitions/ObjectAssumption%3CConditionState%3C(%22faded%22)%3E%3E",
|
|
1447
|
+
"description": "This can be used e.g. to indicate a perforation which is torn out or in any other way damaged.",
|
|
1448
|
+
"ontology": "crm:P44 has condition"
|
|
1449
|
+
},
|
|
1450
|
+
"depiction": {
|
|
1451
|
+
"description": "IIIF region pointing to a depiction of this feature in the scan.",
|
|
1452
|
+
"type": "string",
|
|
1453
|
+
"ontology": "crm:P138i has representation"
|
|
1454
|
+
},
|
|
1455
|
+
"horizontal": {
|
|
1456
|
+
"$ref": "#/definitions/HorizontalSpan",
|
|
1457
|
+
"description": "Horizontal span of the feature on the roll. Left out by a feature a patch bears.",
|
|
1458
|
+
"ontology": "crm:P43 has dimension"
|
|
1459
|
+
},
|
|
1460
|
+
"method": {
|
|
1461
|
+
"$ref": "#/definitions/MarkMethod",
|
|
1462
|
+
"description": "The medium the mark was drawn in, where it can be told.",
|
|
1463
|
+
"ontology": "reo:method"
|
|
1464
|
+
},
|
|
1465
|
+
"vertical": {
|
|
1466
|
+
"$ref": "#/definitions/VerticalSpan",
|
|
1467
|
+
"description": "Vertical span of the feature on the roll. Left out by a feature a patch bears.",
|
|
1468
|
+
"ontology": "crm:P43 has dimension"
|
|
1469
|
+
},
|
|
1470
|
+
"@id": {
|
|
1471
|
+
"description": "A unique identifier for this object.",
|
|
1472
|
+
"type": "string"
|
|
1473
|
+
},
|
|
1474
|
+
"@type": {
|
|
1475
|
+
"const": "Mark",
|
|
1476
|
+
"description": "The type discriminator for this object.",
|
|
1477
|
+
"type": "string",
|
|
1478
|
+
"ontology": "rdf:type"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
"required": [
|
|
1482
|
+
"@id",
|
|
1483
|
+
"@type"
|
|
1484
|
+
],
|
|
1485
|
+
"type": "object"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"properties": {
|
|
1489
|
+
"condition": {
|
|
1490
|
+
"$ref": "#/definitions/ObjectAssumption%3CConditionState%3C(%22detaching%22%7C%22ripped%22)%3E%3E",
|
|
1491
|
+
"description": "This can be used e.g. to indicate a perforation which is torn out or in any other way damaged.",
|
|
1492
|
+
"ontology": "crm:P44 has condition"
|
|
1493
|
+
},
|
|
1494
|
+
"depiction": {
|
|
1495
|
+
"description": "IIIF region pointing to a depiction of this feature in the scan.",
|
|
1496
|
+
"type": "string",
|
|
1497
|
+
"ontology": "crm:P138i has representation"
|
|
1498
|
+
},
|
|
1499
|
+
"features": {
|
|
1500
|
+
"description": "A glued-on feature itself may carry other features. Nested features do not need to be positioned explicitly.",
|
|
1501
|
+
"items": {
|
|
1502
|
+
"$ref": "#/definitions/NestedFeature"
|
|
1503
|
+
},
|
|
1504
|
+
"type": "array",
|
|
1505
|
+
"ontology": "crm:P46 is composed of"
|
|
1506
|
+
},
|
|
1507
|
+
"horizontal": {
|
|
1508
|
+
"$ref": "#/definitions/HorizontalSpan",
|
|
1509
|
+
"description": "Horizontal span of the feature on the roll. Left out by a feature a patch bears.",
|
|
1510
|
+
"ontology": "crm:P43 has dimension"
|
|
1511
|
+
},
|
|
1512
|
+
"material": {
|
|
1513
|
+
"description": "The material of the glued-on feature.",
|
|
1514
|
+
"enum": [
|
|
1515
|
+
"paper",
|
|
1516
|
+
"tape"
|
|
1517
|
+
],
|
|
1518
|
+
"type": "string",
|
|
1519
|
+
"ontology": "crm:P45 consists of"
|
|
1520
|
+
},
|
|
1521
|
+
"vertical": {
|
|
1522
|
+
"$ref": "#/definitions/VerticalSpan",
|
|
1523
|
+
"description": "Vertical span of the feature on the roll. Left out by a feature a patch bears.",
|
|
1524
|
+
"ontology": "crm:P43 has dimension"
|
|
1525
|
+
},
|
|
1526
|
+
"@id": {
|
|
1527
|
+
"description": "A unique identifier for this object.",
|
|
1528
|
+
"type": "string"
|
|
1529
|
+
},
|
|
1530
|
+
"@type": {
|
|
1531
|
+
"const": "GluedOn",
|
|
1532
|
+
"description": "The type discriminator for this object.",
|
|
1533
|
+
"type": "string",
|
|
1534
|
+
"ontology": "rdf:type"
|
|
1535
|
+
},
|
|
1536
|
+
"bears": {
|
|
1537
|
+
"type": "array",
|
|
1538
|
+
"items": {
|
|
1539
|
+
"type": "object",
|
|
1540
|
+
"properties": {
|
|
1541
|
+
"@id": {
|
|
1542
|
+
"type": "string"
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
"required": [
|
|
1546
|
+
"@id"
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
"description": "The features the patch bears. Derived on export.",
|
|
1550
|
+
"ontology": "crm:P56 bears feature"
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
"required": [
|
|
1554
|
+
"@id",
|
|
1555
|
+
"material",
|
|
1556
|
+
"@type"
|
|
1557
|
+
],
|
|
1558
|
+
"type": "object"
|
|
1559
|
+
}
|
|
1560
|
+
]
|
|
1245
1561
|
},
|
|
1246
1562
|
"Note": {
|
|
1247
1563
|
"description": "A note symbol, representing a single pitched musical event on the roll. The pitch is encoded via the tracker bar position (track number).",
|
|
@@ -1400,6 +1716,60 @@
|
|
|
1400
1716
|
],
|
|
1401
1717
|
"description": "An object assumption wraps a complex object with an optional annotation. Used for structured values (e.g. persons, conditions) whose properties may be uncertain."
|
|
1402
1718
|
},
|
|
1719
|
+
"ObjectAssumption<Agent>": {
|
|
1720
|
+
"description": "An object assumption wraps a complex object with an optional annotation. Used for structured values (e.g. persons, conditions) whose properties may be uncertain.",
|
|
1721
|
+
"properties": {
|
|
1722
|
+
"@annotation": {
|
|
1723
|
+
"description": "An optional annotation expressing a belief about this assumption. Uses the JSON-LD-star `@annotation` mechanism to attach epistemic metadata (certainty and reasons) to any triple.",
|
|
1724
|
+
"properties": {
|
|
1725
|
+
"belief": {
|
|
1726
|
+
"$ref": "#/definitions/Belief",
|
|
1727
|
+
"description": "The belief held about the annotated statement.",
|
|
1728
|
+
"ontology": "crminf:J4i is subject of"
|
|
1729
|
+
},
|
|
1730
|
+
"@id": {
|
|
1731
|
+
"description": "A unique identifier for this object.",
|
|
1732
|
+
"type": "string"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"required": [
|
|
1736
|
+
"belief",
|
|
1737
|
+
"@id"
|
|
1738
|
+
],
|
|
1739
|
+
"type": "object"
|
|
1740
|
+
},
|
|
1741
|
+
"name": {
|
|
1742
|
+
"description": "The name, e.g. \"Grünfeld, Alfred\", \"Wien\", \"M. Welte & Söhne\".",
|
|
1743
|
+
"type": "string",
|
|
1744
|
+
"ontology": "rdfs:label"
|
|
1745
|
+
},
|
|
1746
|
+
"role": {
|
|
1747
|
+
"$ref": "#/definitions/AgentRole",
|
|
1748
|
+
"description": "The role of the agent in the context of the edition.",
|
|
1749
|
+
"ontology": "crm:P2 has type"
|
|
1750
|
+
},
|
|
1751
|
+
"sameAs": {
|
|
1752
|
+
"description": "Authority records for the same thing: GND, Wikidata, geonames or similar.",
|
|
1753
|
+
"examples": [
|
|
1754
|
+
"https://d-nb.info/gnd/116888652"
|
|
1755
|
+
],
|
|
1756
|
+
"items": {
|
|
1757
|
+
"type": "string"
|
|
1758
|
+
},
|
|
1759
|
+
"type": "array",
|
|
1760
|
+
"ontology": "owl:sameAs"
|
|
1761
|
+
},
|
|
1762
|
+
"@id": {
|
|
1763
|
+
"description": "A unique identifier for this object.",
|
|
1764
|
+
"type": "string"
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
"required": [
|
|
1768
|
+
"name",
|
|
1769
|
+
"sameAs"
|
|
1770
|
+
],
|
|
1771
|
+
"type": "object"
|
|
1772
|
+
},
|
|
1403
1773
|
"ObjectAssumption<ConditionState<\"general\">>": {
|
|
1404
1774
|
"description": "An object assumption wraps a complex object with an optional annotation. Used for structured values (e.g. persons, conditions) whose properties may be uncertain.",
|
|
1405
1775
|
"properties": {
|
|
@@ -1961,17 +2331,6 @@
|
|
|
1961
2331
|
],
|
|
1962
2332
|
"type": "object"
|
|
1963
2333
|
},
|
|
1964
|
-
"PartialBy<AnyFeature,(\"horizontal\"|\"vertical\")>": {
|
|
1965
|
-
"properties": {
|
|
1966
|
-
"horizontal": {
|
|
1967
|
-
"$ref": "#/definitions/AnyFeature"
|
|
1968
|
-
},
|
|
1969
|
-
"vertical": {
|
|
1970
|
-
"$ref": "#/definitions/AnyFeature"
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
"type": "object"
|
|
1974
|
-
},
|
|
1975
2334
|
"Person": {
|
|
1976
2335
|
"$ref": "#/definitions/Agent",
|
|
1977
2336
|
"description": "An agent that is a person."
|
|
@@ -2025,6 +2384,14 @@
|
|
|
2025
2384
|
"description": "The paper the roll copy was cut on.",
|
|
2026
2385
|
"ontology": "crm:P126 employed"
|
|
2027
2386
|
},
|
|
2387
|
+
"produced": {
|
|
2388
|
+
"description": "The features the punching brought into being, which are the note and expression perforations. A reading of a scan finds every hole on the paper at once and states it here. A hole an editor reads as punched later belongs in the act that made it.",
|
|
2389
|
+
"items": {
|
|
2390
|
+
"$ref": "#/definitions/AnyFeature"
|
|
2391
|
+
},
|
|
2392
|
+
"type": "array",
|
|
2393
|
+
"ontology": "crm:P108 has produced"
|
|
2394
|
+
},
|
|
2028
2395
|
"speed": {
|
|
2029
2396
|
"$ref": "#/definitions/ObjectAssumption%3CPaperSpeed%3E",
|
|
2030
2397
|
"description": "The paper speed the copy was cut for. A copy cut from the same master for another speed comes out longer or shorter than the roll it is aligned with by the ratio of the speeds, which is what the alignment then measures.",
|
|
@@ -2165,7 +2532,7 @@
|
|
|
2165
2532
|
"description": "An assignment of a condition (general or paper-stretch) to a roll copy, annotatable with a belief about its certainty."
|
|
2166
2533
|
},
|
|
2167
2534
|
"RollCopy": {
|
|
2168
|
-
"description": "A physical copy of a roll, held at a specific location. Each roll copy has its own
|
|
2535
|
+
"description": "A physical copy of a roll, held at a specific location. Each roll copy has its own measurements, conditions and modifications, and states its features in the act that brought each of them about. Multiple copies of the same roll may exist across different archives or collections.",
|
|
2169
2536
|
"properties": {
|
|
2170
2537
|
"carries": {
|
|
2171
2538
|
"description": "The versions this copy is held to carry, where its features are not read into symbols, as for a copy known only from a recording. Each statement carries the belief it rests on.",
|
|
@@ -2183,17 +2550,9 @@
|
|
|
2183
2550
|
"type": "array",
|
|
2184
2551
|
"ontology": "crm:P44 has condition"
|
|
2185
2552
|
},
|
|
2186
|
-
"features": {
|
|
2187
|
-
"description": "The physical features found on this copy, with shift and stretch already applied when `ops` says so.",
|
|
2188
|
-
"items": {
|
|
2189
|
-
"$ref": "#/definitions/AnyFeature"
|
|
2190
|
-
},
|
|
2191
|
-
"type": "array",
|
|
2192
|
-
"ontology": "crm:P56 bears feature"
|
|
2193
|
-
},
|
|
2194
2553
|
"keeper": {
|
|
2195
|
-
"$ref": "#/definitions/
|
|
2196
|
-
"description": "The institution or person holding this copy. Left out where it is not known, as for a copy known only from a recording.",
|
|
2554
|
+
"$ref": "#/definitions/KeeperAssignment",
|
|
2555
|
+
"description": "The institution or person holding this copy. Left out where it is not known, as for a copy known only from a recording. An object assumption, so that a keeper read off a file header or adopted from a letter can say where it comes from. Who held the copy before is not stated here: P50 names the current keeper.",
|
|
2197
2556
|
"ontology": "crm:P50 has current keeper"
|
|
2198
2557
|
},
|
|
2199
2558
|
"measurements": {
|
|
@@ -2351,11 +2710,42 @@
|
|
|
2351
2710
|
"description": "The type discriminator for this object.",
|
|
2352
2711
|
"type": "string",
|
|
2353
2712
|
"ontology": "rdf:type"
|
|
2713
|
+
},
|
|
2714
|
+
"bears": {
|
|
2715
|
+
"type": "array",
|
|
2716
|
+
"items": {
|
|
2717
|
+
"type": "object",
|
|
2718
|
+
"properties": {
|
|
2719
|
+
"@id": {
|
|
2720
|
+
"type": "string"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
"required": [
|
|
2724
|
+
"@id"
|
|
2725
|
+
]
|
|
2726
|
+
},
|
|
2727
|
+
"description": "The features the copy bears, whichever of its acts brought them about. Derived on export.",
|
|
2728
|
+
"ontology": "crm:P56 bears feature"
|
|
2729
|
+
},
|
|
2730
|
+
"composedOf": {
|
|
2731
|
+
"type": "array",
|
|
2732
|
+
"items": {
|
|
2733
|
+
"type": "object",
|
|
2734
|
+
"properties": {
|
|
2735
|
+
"@id": {
|
|
2736
|
+
"type": "string"
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2739
|
+
"required": [
|
|
2740
|
+
"@id"
|
|
2741
|
+
]
|
|
2742
|
+
},
|
|
2743
|
+
"description": "The patches glued onto the copy. A patch is an object rather than a feature, so it is stated as a part. Derived on export.",
|
|
2744
|
+
"ontology": "crm:P46 is composed of"
|
|
2354
2745
|
}
|
|
2355
2746
|
},
|
|
2356
2747
|
"required": [
|
|
2357
2748
|
"conditions",
|
|
2358
|
-
"features",
|
|
2359
2749
|
"@id",
|
|
2360
2750
|
"measurements",
|
|
2361
2751
|
"modifications",
|
|
@@ -2363,7 +2753,7 @@
|
|
|
2363
2753
|
"@type"
|
|
2364
2754
|
],
|
|
2365
2755
|
"type": "object",
|
|
2366
|
-
"ontology": "
|
|
2756
|
+
"ontology": "reo:RollCopy"
|
|
2367
2757
|
},
|
|
2368
2758
|
"Shift": {
|
|
2369
2759
|
"description": "A shift correction applied to a roll copy to align it with other copies. The shift is defined as horizontal (along the roll length, in mm) and vertical (across tracks).",
|
|
@@ -2613,7 +3003,7 @@
|
|
|
2613
3003
|
"method": {
|
|
2614
3004
|
"$ref": "#/definitions/WritingMethod",
|
|
2615
3005
|
"description": "The method by which this writing was produced (e.g. through print, handwriting, or stamping).",
|
|
2616
|
-
"ontology": "
|
|
3006
|
+
"ontology": "reo:method"
|
|
2617
3007
|
},
|
|
2618
3008
|
"transcription": {
|
|
2619
3009
|
"$ref": "#/definitions/ObjectAssumption%3CTranscription%3E",
|
|
@@ -2645,14 +3035,14 @@
|
|
|
2645
3035
|
"vertical"
|
|
2646
3036
|
],
|
|
2647
3037
|
"type": "object",
|
|
2648
|
-
"ontology": "
|
|
3038
|
+
"ontology": "reo:Writing"
|
|
2649
3039
|
},
|
|
2650
3040
|
"WritingMethod": {
|
|
2651
3041
|
"description": "The method by which a writing was produced on the roll: printed, handwritten, or stamped.",
|
|
2652
3042
|
"enum": [
|
|
2653
|
-
"
|
|
2654
|
-
"
|
|
2655
|
-
"
|
|
3043
|
+
"print",
|
|
3044
|
+
"handwriting",
|
|
3045
|
+
"stamp"
|
|
2656
3046
|
],
|
|
2657
3047
|
"type": "string"
|
|
2658
3048
|
}
|