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.
@@ -13,13 +13,14 @@
13
13
  "reo": "https://w3id.org/reo/",
14
14
  "Edition": "lrmoo:F2_Expression",
15
15
  "Version": "lrmoo:F2_Expression",
16
- "RollCopy": "lrmoo:F5_Item",
17
- "Hole": "crm:E26_Physical_Feature",
18
- "Mark": "crm:E25_Human-Made_Feature",
19
- "Writing": "crm:E25_Human-Made_Feature",
20
- "GluedOn": "crm:E22_Human-Made_Object",
21
- "Addition": "crm:E79_Part_Addition",
16
+ "RollCopy": "reo:RollCopy",
17
+ "Hole": "reo:Hole",
18
+ "Mark": "reo:Mark",
19
+ "Writing": "reo:Writing",
20
+ "GluedOn": "reo:GluedOn",
21
+ "Attachment": "crm:E79_Part_Addition",
22
22
  "Removal": "crm:E80_Part_Removal",
23
+ "Alteration": "crm:E12_Production",
23
24
  "ConditionState": "crm:E3_Condition_State",
24
25
  "note": "reo:Note",
25
26
  "expression": "reo:Expression",
@@ -190,7 +191,7 @@
190
191
  "description": "crm:P3_has_note",
191
192
  "factor": "rdf:value",
192
193
  "keeper": "crm:P50_has_current_keeper",
193
- "features": "crm:P56_bears_feature",
194
+ "features": "crm:P46_is_composed_of",
194
195
  "carries": "crm:P128_carries",
195
196
  "modifications": "crm:P31i_was_modified_by",
196
197
  "scan": {
@@ -241,7 +242,7 @@
241
242
  "@context": { "@vocab": "https://w3id.org/reo/type/" }
242
243
  },
243
244
  "method": {
244
- "@id": "crm:P2_has_type",
245
+ "@id": "reo:method",
245
246
  "@type": "@vocab",
246
247
  "@context": { "@vocab": "https://w3id.org/reo/type/" }
247
248
  },
@@ -249,13 +250,14 @@
249
250
  "material": {
250
251
  "@id": "crm:P45_consists_of",
251
252
  "@type": "@vocab",
252
- "@context": { "@vocab": "https://w3id.org/reo/type/" }
253
+ "@context": {
254
+ "@vocab": "https://w3id.org/reo/type/",
255
+ "paper": "https://w3id.org/reo/type/paper"
256
+ }
253
257
  },
254
258
  "actor": "crm:P14_carried_out_by",
255
- "added": {
256
- "@id": "crm:P111_added",
257
- "@type": "@id"
258
- },
259
+ "produced": "crm:P108_has_produced",
260
+ "added": "crm:P111_added",
259
261
  "removed": {
260
262
  "@id": "crm:P113_removed",
261
263
  "@type": "@id"
@@ -265,6 +267,22 @@
265
267
  "@type": "@vocab",
266
268
  "@context": { "@vocab": "https://w3id.org/reo/type/" }
267
269
  },
270
+ "bears": {
271
+ "@id": "crm:P56_bears_feature",
272
+ "@type": "@id"
273
+ },
274
+ "composedOf": {
275
+ "@id": "crm:P46_is_composed_of",
276
+ "@type": "@id"
277
+ },
278
+ "augmented": {
279
+ "@id": "crm:P110_augmented",
280
+ "@type": "@id"
281
+ },
282
+ "diminished": {
283
+ "@id": "crm:P112_diminished",
284
+ "@type": "@id"
285
+ },
268
286
  "siglum": "reo:siglum",
269
287
  "basedOn": "lrmoo:R76_is_derivative_of",
270
288
  "edits": "reo:involvedEdit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linked-rolls",
3
- "version": "0.36.0",
3
+ "version": "0.38.0",
4
4
  "description": "Digital editions of piano rolls: import, collation, editorial assumptions, JSON-LD export, and emulation through a reproducing system",
5
5
  "license": "MIT",
6
6
  "repository": {