linked-rolls 0.36.0 → 0.38.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 +12 -3
- package/lib/EditionView.js +19 -2
- package/lib/Feature.d.ts +46 -18
- package/lib/Feature.js +4 -2
- package/lib/RollCopy.d.ts +62 -26
- package/lib/RollCopy.js +28 -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 +36 -6
- package/lib/editionOps.js +119 -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 +390 -58
- 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.",
|
|
@@ -979,7 +993,7 @@
|
|
|
979
993
|
"type": "object"
|
|
980
994
|
},
|
|
981
995
|
"Mark": {
|
|
982
|
-
"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.",
|
|
983
997
|
"properties": {
|
|
984
998
|
"condition": {
|
|
985
999
|
"$ref": "#/definitions/ObjectAssumption%3CConditionState%3C(%22faded%22)%3E%3E",
|
|
@@ -996,6 +1010,11 @@
|
|
|
996
1010
|
"description": "Horizontal span of the feature on the roll.",
|
|
997
1011
|
"ontology": "crm:P43 has dimension"
|
|
998
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
|
+
},
|
|
999
1018
|
"vertical": {
|
|
1000
1019
|
"$ref": "#/definitions/VerticalSpan",
|
|
1001
1020
|
"description": "Vertical span of the feature on the roll.",
|
|
@@ -1019,7 +1038,16 @@
|
|
|
1019
1038
|
"vertical"
|
|
1020
1039
|
],
|
|
1021
1040
|
"type": "object",
|
|
1022
|
-
"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"
|
|
1023
1051
|
},
|
|
1024
1052
|
"MeaningComprehension": {
|
|
1025
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.",
|
|
@@ -1136,8 +1164,9 @@
|
|
|
1136
1164
|
"ontology": "crm:P14 carried out by"
|
|
1137
1165
|
},
|
|
1138
1166
|
"added": {
|
|
1167
|
+
"description": "The patches glued onto the copy, each with whatever it bears.",
|
|
1139
1168
|
"items": {
|
|
1140
|
-
"
|
|
1169
|
+
"$ref": "#/definitions/GluedOn"
|
|
1141
1170
|
},
|
|
1142
1171
|
"type": "array",
|
|
1143
1172
|
"ontology": "crm:P111 added"
|
|
@@ -1148,28 +1177,68 @@
|
|
|
1148
1177
|
"ontology": "crm:P4 has time-span"
|
|
1149
1178
|
},
|
|
1150
1179
|
"purpose": {
|
|
1151
|
-
"
|
|
1152
|
-
"musical-improvement",
|
|
1153
|
-
"technical-improvement",
|
|
1154
|
-
"repair",
|
|
1155
|
-
"labeling",
|
|
1156
|
-
"control",
|
|
1157
|
-
"dating",
|
|
1158
|
-
"glossing"
|
|
1159
|
-
],
|
|
1160
|
-
"type": "string",
|
|
1180
|
+
"$ref": "#/definitions/ModificationPurpose",
|
|
1161
1181
|
"ontology": "crm:P21 had general purpose"
|
|
1162
1182
|
},
|
|
1163
1183
|
"@type": {
|
|
1164
|
-
"const": "
|
|
1184
|
+
"const": "Attachment",
|
|
1165
1185
|
"type": "string",
|
|
1166
1186
|
"description": "The type discriminator for this object.",
|
|
1167
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"
|
|
1168
1201
|
}
|
|
1169
1202
|
},
|
|
1170
1203
|
"required": [
|
|
1171
1204
|
"added",
|
|
1172
|
-
"
|
|
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",
|
|
1173
1242
|
"@type"
|
|
1174
1243
|
],
|
|
1175
1244
|
"type": "object"
|
|
@@ -1188,11 +1257,11 @@
|
|
|
1188
1257
|
},
|
|
1189
1258
|
"purpose": {
|
|
1190
1259
|
"const": "delabeling",
|
|
1191
|
-
"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.",
|
|
1192
1260
|
"type": "string",
|
|
1193
1261
|
"ontology": "crm:P21 had general purpose"
|
|
1194
1262
|
},
|
|
1195
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.",
|
|
1196
1265
|
"items": {
|
|
1197
1266
|
"type": "string"
|
|
1198
1267
|
},
|
|
@@ -1204,18 +1273,43 @@
|
|
|
1204
1273
|
"type": "string",
|
|
1205
1274
|
"description": "The type discriminator for this object.",
|
|
1206
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"
|
|
1207
1289
|
}
|
|
1208
1290
|
},
|
|
1209
1291
|
"required": [
|
|
1210
|
-
"purpose",
|
|
1211
1292
|
"removed",
|
|
1212
1293
|
"@type"
|
|
1213
1294
|
],
|
|
1214
1295
|
"type": "object"
|
|
1215
1296
|
}
|
|
1216
1297
|
],
|
|
1217
|
-
"description": "
|
|
1218
|
-
"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"
|
|
1219
1313
|
},
|
|
1220
1314
|
"Motivation": {
|
|
1221
1315
|
"description": "A motivation provides a reason or rationale for an editorial change. Motivations are defined at the version level and referenced by edits.",
|
|
@@ -1244,8 +1338,226 @@
|
|
|
1244
1338
|
"ontology": "crm:E33 Linguistic Object"
|
|
1245
1339
|
},
|
|
1246
1340
|
"NestedFeature": {
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
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
|
+
]
|
|
1249
1561
|
},
|
|
1250
1562
|
"Note": {
|
|
1251
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).",
|
|
@@ -2019,17 +2331,6 @@
|
|
|
2019
2331
|
],
|
|
2020
2332
|
"type": "object"
|
|
2021
2333
|
},
|
|
2022
|
-
"PartialBy<AnyFeature,(\"horizontal\"|\"vertical\")>": {
|
|
2023
|
-
"properties": {
|
|
2024
|
-
"horizontal": {
|
|
2025
|
-
"$ref": "#/definitions/AnyFeature"
|
|
2026
|
-
},
|
|
2027
|
-
"vertical": {
|
|
2028
|
-
"$ref": "#/definitions/AnyFeature"
|
|
2029
|
-
}
|
|
2030
|
-
},
|
|
2031
|
-
"type": "object"
|
|
2032
|
-
},
|
|
2033
2334
|
"Person": {
|
|
2034
2335
|
"$ref": "#/definitions/Agent",
|
|
2035
2336
|
"description": "An agent that is a person."
|
|
@@ -2083,6 +2384,14 @@
|
|
|
2083
2384
|
"description": "The paper the roll copy was cut on.",
|
|
2084
2385
|
"ontology": "crm:P126 employed"
|
|
2085
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
|
+
},
|
|
2086
2395
|
"speed": {
|
|
2087
2396
|
"$ref": "#/definitions/ObjectAssumption%3CPaperSpeed%3E",
|
|
2088
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.",
|
|
@@ -2223,7 +2532,7 @@
|
|
|
2223
2532
|
"description": "An assignment of a condition (general or paper-stretch) to a roll copy, annotatable with a belief about its certainty."
|
|
2224
2533
|
},
|
|
2225
2534
|
"RollCopy": {
|
|
2226
|
-
"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.",
|
|
2227
2536
|
"properties": {
|
|
2228
2537
|
"carries": {
|
|
2229
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.",
|
|
@@ -2241,14 +2550,6 @@
|
|
|
2241
2550
|
"type": "array",
|
|
2242
2551
|
"ontology": "crm:P44 has condition"
|
|
2243
2552
|
},
|
|
2244
|
-
"features": {
|
|
2245
|
-
"description": "The physical features found on this copy, with shift and stretch already applied when `ops` says so.",
|
|
2246
|
-
"items": {
|
|
2247
|
-
"$ref": "#/definitions/AnyFeature"
|
|
2248
|
-
},
|
|
2249
|
-
"type": "array",
|
|
2250
|
-
"ontology": "crm:P56 bears feature"
|
|
2251
|
-
},
|
|
2252
2553
|
"keeper": {
|
|
2253
2554
|
"$ref": "#/definitions/KeeperAssignment",
|
|
2254
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.",
|
|
@@ -2409,11 +2710,42 @@
|
|
|
2409
2710
|
"description": "The type discriminator for this object.",
|
|
2410
2711
|
"type": "string",
|
|
2411
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"
|
|
2412
2745
|
}
|
|
2413
2746
|
},
|
|
2414
2747
|
"required": [
|
|
2415
2748
|
"conditions",
|
|
2416
|
-
"features",
|
|
2417
2749
|
"@id",
|
|
2418
2750
|
"measurements",
|
|
2419
2751
|
"modifications",
|
|
@@ -2421,7 +2753,7 @@
|
|
|
2421
2753
|
"@type"
|
|
2422
2754
|
],
|
|
2423
2755
|
"type": "object",
|
|
2424
|
-
"ontology": "
|
|
2756
|
+
"ontology": "reo:RollCopy"
|
|
2425
2757
|
},
|
|
2426
2758
|
"Shift": {
|
|
2427
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).",
|
|
@@ -2671,7 +3003,7 @@
|
|
|
2671
3003
|
"method": {
|
|
2672
3004
|
"$ref": "#/definitions/WritingMethod",
|
|
2673
3005
|
"description": "The method by which this writing was produced (e.g. through print, handwriting, or stamping).",
|
|
2674
|
-
"ontology": "
|
|
3006
|
+
"ontology": "reo:method"
|
|
2675
3007
|
},
|
|
2676
3008
|
"transcription": {
|
|
2677
3009
|
"$ref": "#/definitions/ObjectAssumption%3CTranscription%3E",
|
|
@@ -2703,14 +3035,14 @@
|
|
|
2703
3035
|
"vertical"
|
|
2704
3036
|
],
|
|
2705
3037
|
"type": "object",
|
|
2706
|
-
"ontology": "
|
|
3038
|
+
"ontology": "reo:Writing"
|
|
2707
3039
|
},
|
|
2708
3040
|
"WritingMethod": {
|
|
2709
3041
|
"description": "The method by which a writing was produced on the roll: printed, handwritten, or stamped.",
|
|
2710
3042
|
"enum": [
|
|
2711
|
-
"
|
|
2712
|
-
"
|
|
2713
|
-
"
|
|
3043
|
+
"print",
|
|
3044
|
+
"handwriting",
|
|
3045
|
+
"stamp"
|
|
2714
3046
|
],
|
|
2715
3047
|
"type": "string"
|
|
2716
3048
|
}
|