diff --git a/sampleData/MusicalMaterialObject.json b/sampleData/MusicalMaterialObject.json deleted file mode 100644 index 08e239e..0000000 --- a/sampleData/MusicalMaterialObject.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@type": "https://example.com/Terms/MusicalMaterial", - "@id": "https://bithUsr.inrupt.net/public/objects/8bf70834-117e-4eae-a2c0-169c02951eb9.jsonld", - "http://purl.org/dc/terms/created": "2022-02-02T11:31:43.714Z", - "http://purl.org/dc/terms/creator": "https://bithUsr.inrupt.net/profile/card#me", - "http://purl.org/vocab/frbr/core#embodiment": [ - { - "@type": "https://example.com/Terms/Extract", - "@id": "extractURI", - "http://purl.org/vocab/frbr/core#member": [ - { - "@type": "https://example.com/Terms/Selection", - "@id": "selectionURI", - "http://purl.org/vocab/frbr/core#part": [ - "https://raw.githubusercontent.com/DomesticBeethoven/data/main/mei/op.%2092/StimKlvAugener%20-%20D-BNba%20C92_48/D-BNbaC92_48.mei#ma3ee7212-2876-4cc9-a208-5e27950f5f51", - "https://raw.githubusercontent.com/DomesticBeethoven/data/main/mei/op.%2092/StimKlvAugener%20-%20D-BNba%20C92_48/D-BNbaC92_48.mei#m89f276eb-3d23-4413-9edd-b324afee9a8f", - "https://raw.githubusercontent.com/DomesticBeethoven/data/main/mei/op.%2092/StimKlvAugener%20-%20D-BNba%20C92_48/D-BNbaC92_48.mei#m26ce15c8-9470-4055-8a81-48fe2e952c3d", - "https://raw.githubusercontent.com/DomesticBeethoven/data/main/mei/op.%2092/StimKlvAugener%20-%20D-BNba%20C92_48/D-BNbaC92_48.mei#md118d3fa-d513-45d6-8461-83a1caeab151" - ] - } - ] - }, - { - "@type": "https://example.com/Terms/Extract", - "@id": "extractURI", - "http://purl.org/vocab/frbr/core#member": [ - { - "@type": "https://example.com/Terms/Selection", - "@id": "selectionURI", - "http://purl.org/vocab/frbr/core#part": [ - "https://raw.githubusercontent.com/DomesticBeethoven/data/main/mei/op.%2092/StimKlvZumsteeg%20-%20D-BNba%20C%20SILCH_5/D-BNbaC_SILCH_5.mei#m2dbcc8cc-eff1-418b-8014-37c8a4d1b502", - "https://raw.githubusercontent.com/DomesticBeethoven/data/main/mei/op.%2092/StimKlvZumsteeg%20-%20D-BNba%20C%20SILCH_5/D-BNbaC_SILCH_5.mei#m95e99f55-7309-4470-adf3-40e39f49bfe9", - "https://raw.githubusercontent.com/DomesticBeethoven/data/main/mei/op.%2092/StimKlvZumsteeg%20-%20D-BNba%20C%20SILCH_5/D-BNbaC_SILCH_5.mei#m4993c2af-d064-4b2b-a592-36fbe8d4ab58", - "https://raw.githubusercontent.com/DomesticBeethoven/data/main/mei/op.%2092/StimKlvZumsteeg%20-%20D-BNba%20C%20SILCH_5/D-BNbaC_SILCH_5.mei#m453fa20c-7c87-4ca6-b037-e1d8512acf11" - ] - } - ] - } - ] -} diff --git a/sampleData/ParallelPassageAnnotation.json b/sampleData/ParallelPassageAnnotation.json deleted file mode 100644 index f7e109b..0000000 --- a/sampleData/ParallelPassageAnnotation.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "@id": "https://bithUsr.inrupt.net/public/annotations/b2a9bfdd-0158-41fd-bafa-cc774ec9f6d9.jsonld", - "http://purl.org/dc/terms/created": "2022-02-02T11:31:43.714Z", - "http://purl.org/dc/terms/creator": "https://bithUsr.inrupt.net/profile/card#me", - "type": "Annotation", - "motivation": "describing", - "body": { - "type": "TextualBody", - "value": "These are the first 4 measures" - }, - "target": { - "type": "oa:MusicalMaterial", - "id": "https://bithUsr.inrupt.net/public/objects/8bf70834-117e-4eae-a2c0-169c02951eb9.jsonld" - } -}