diff --git a/_examples/emory/civil-war-collection.json b/_examples/emory/civil-war-collection.json index 507f6c4..aa4972b 100644 --- a/_examples/emory/civil-war-collection.json +++ b/_examples/emory/civil-war-collection.json @@ -5,7 +5,7 @@ source: Emory University { "@context": "http://schema.org/", "@id": "https://findingaids.library.emory.edu/documents/civilwar20/", - "@type": "ArchiveCollection", + "@type": ["Collection", "ArchiveComponent"], "about": [ "http://id.loc.gov/authorities/names/n50057060", "http://id.loc.gov/authorities/subjects/sh93000143" @@ -14,9 +14,9 @@ source: Emory University "Unrestricted access.", "All requests subject to limitations noted in departmental policies on reproduction." ], - "archive": { + "holdingArchive": { "@id": "http://id.loc.gov/authorities/names/no2015136078", - "@type": "LocalBusiness", + "@type": ["Archive", "LocalBusiness"], "address": "232 Asbury Drive, Atlanta, Georgia 30032", "name": "Stuart A. Rose Manuscript, Archives, and Rare Book Library", "telephone": "404-727-6887", diff --git a/_examples/rice/houston-folk-music.json b/_examples/rice/houston-folk-music.json index 3f67f47..2b98af4 100644 --- a/_examples/rice/houston-folk-music.json +++ b/_examples/rice/houston-folk-music.json @@ -3,11 +3,17 @@ title: Houston Folk Music collection source: Rice University --- { + "@id": "http://archives.library.rice.edu/repositories/2/resources/1038", + "url": "http://archives.library.rice.edu/repositories/2/resources/1038", "@context": "http://schema.org/", - "@type": "ArchiveCollection", + "@type": ["Collection", "ArchiveComponent"], "name": "Houston Folk Music collection", - "itemLocation": "http://archives.library.rice.edu/repositories/2/resources/1038", "inLanguage": "EN", + "holdingArchive": { + "name": "Woodson Research Center Special Collections & Archives", + "address": "Fondren Library, Rice University, 6100 Main, Houston, TX 77005", + "url": "http://library.rice.edu/woodson/" + }, "creator": [ { "@type": "person", diff --git a/_examples/un/commission-for-india-and-pakistan-plebiscite.json b/_examples/un/commission-for-india-and-pakistan-plebiscite.json index 84bf27c..dd7237a 100644 --- a/_examples/un/commission-for-india-and-pakistan-plebiscite.json +++ b/_examples/un/commission-for-india-and-pakistan-plebiscite.json @@ -4,9 +4,15 @@ source: United Nations --- { "@context": "http://schema.org/", - "@id": "https://search.archives.un.org/subject-files-0204-116", - "@type": "ArchiveCollection", + "@id": "https://search.archives.un.org/subject-files-united-nations-plebiscite-administrator-for-jammu-and-kashmir", + "url": "https://search.archives.un.org/subject-files-united-nations-plebiscite-administrator-for-jammu-and-kashmir", + "@type": ["Collection", "ArchiveComponent"], "identifier": "S-0692", + "holdingArchive": { + "name": "United Nations Archives", + "url": "https://archives.un.org/", + "email": "arms@un.org" + }, "accessAndUse": "No restrictions on access", "creator": { "@id": "https://search.archives.un.org/united-nations-commission-for-india-and-pakistan", @@ -22,6 +28,11 @@ source: United Nations "legalName": "United Nations Office for Special Political Affairs" } }, + "isPartOf": { + "@type": ["Collection", "ArchiveComponent"], + "url": "https://search.archives.un.org/united-nations-commission-for-india-and-pakistan-uncip-1948-1950", + "name": "United Nations Commission for India and Pakistan (UNCIP) fonds (1948-1950)" + }, "dateCreated": "July 1948 to November 1950", "description": "Series Includes correspondence and memoranda concerning plans for the plebiscite, the government of Kashmir, minorities in India and Pakistan, refugees in Kashmir, and other matters concerning the situation in Jammu and Kashmir, and the operation - plebiscite.", "endDate": "1950-11-24",