Skip to content

Commit e875828

Browse files
committed
Implement Issues #1758 & #1759:
New Types: Archive, ArchiveComponent New Properties: accessConditions, archiveHeld, holdingArchive, collectionSize, materialExtent
1 parent dbcd10f commit e875828

File tree

4 files changed

+537
-0
lines changed

4 files changed

+537
-0
lines changed
Lines changed: 283 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,283 @@
1+
TYPES: #arch-1 Archive, archiveHeld
2+
3+
PRE-MARKUP:
4+
5+
<!-- Page Address https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76 -->
6+
<div>
7+
<h1>V&A Theatre and Performance Collections</h1>
8+
<span class="label">Web</span>
9+
<span class="val"><a href="http://www.vam.ac.uk/content/articles/t/archives-theatre-performance/">V&A Theatre and Performance Collections</a></span><br/>
10+
<span class="label">Address</span>
11+
<span class="val">Blythe House23 Blythe Road, London W14 0QX, England</span><br/>
12+
<span class="label">Collection</span>
13+
<span class="val"><a href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407">Ronnie Barker Collection</a></span>
14+
</div>
15+
16+
MICRODATA:
17+
18+
<!-- Page Address https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76 -->
19+
<div itemscope itemtype="http://schema.org/Archive">
20+
<h1 itemprop="name">V&A Theatre and Performance Collections</h1>
21+
<span class="label">Web</span>
22+
<span class="val" itemprop="url"><a href="http://www.vam.ac.uk/content/articles/t/archives-theatre-performance/">V&A Theatre and Performance Collections</a></span><br/>
23+
<span class="label">Address</span>
24+
<span class="val" itemprop="address">Blythe House23 Blythe Road, London W14 0QX, England</span><br/>
25+
<span class="label">Collection</span>
26+
<span class="val" itemprop="archiveHeld"><a href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407">Ronnie Barker Collection</a></span>
27+
</div>
28+
29+
RDFA:
30+
31+
<!-- Page Address https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76 -->
32+
<div vocab="http://schema.org/" type="Archive">
33+
<h1 property="name">V&A Theatre and Performance Collections</h1>
34+
<span class="label">Web</span>
35+
<span class="val" property="url"><a href="http://www.vam.ac.uk/content/articles/t/archives-theatre-performance/">V&A Theatre and Performance Collections</a></span><br/>
36+
<span class="label">Address</span>
37+
<span class="val" property="address">Blythe House23 Blythe Road, London W14 0QX, England</span><br/>
38+
<span class="label">Collection</span>
39+
<span class="val" property="archiveHeld"><a href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407">Ronnie Barker Collection</a></span>
40+
</div>
41+
42+
JSON:
43+
44+
<script type="application/ld+json">
45+
{
46+
"@context": "http://schema.org",
47+
"@id": "https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76",
48+
"@type": "Archive",
49+
"name": "V&A Theatre and Performance Collections",
50+
"url": "http://www.vam.ac.uk/content/articles/t/archives-theatre-performance/",
51+
"archiveHeld": "https://archiveshub.jisc.ac.uk/data/gb71-thm/407",
52+
"address": "Blythe House23 Blythe Road, London W14 0QX, England"
53+
}
54+
</script>
55+
56+
TYPES: #arch-2 ArchiveComponent, holdingArchive
57+
58+
PRE-MARKUP:
59+
60+
<div>
61+
<h1>Ronnie Barker Collection</h1>
62+
<span class="label">Material held at</span>
63+
<span class="val"><a href="https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76">V&A Theatre and Performance Collections</a></span><br/>
64+
<span class="label">Reference</span>
65+
<span class="val">GB 71 THM/407/8<span><br/>
66+
<span class="label">Dates of Creation</span>
67+
<span class="val">1929-2005</span><br/>
68+
<span class="label">Name of Creator</span>
69+
<span class="val">Ronnie Barker</span><br/>
70+
<span class="label">Language of Material</span>
71+
<span class="val">English</span><br/>
72+
<span class="label">Direct Link</span>
73+
<span class="val"><a href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407">https://archiveshub.jisc.ac.uk/data/gb71-thm/407</a></span><br/>
74+
<span class="label">Description</span>
75+
<span class="val">The collection consists of memorabilia material collected by Ronnie Barker to document his career. Materials include scrapbooks
76+
compiled by Ronnie Barker with press cuttings, reviews, memorabilia and photographs of his theatre, television and film work, photographs,
77+
manuscript material, scripts, correspondence, certificates and awards, press and marketing materials, audio recordings, audio visual recordings
78+
and material relating to special events and honours in his career.</span><br/>
79+
<span class="label">Conditions Governing Access</span>
80+
<span class="val">This archive collection is available for consultation in the V&A Blythe House Archive and Library Study Room by appointment only.
81+
Full details of access arrangements may be found here: http://www.vam.ac.uk/content/articles/a/archives/. Access to some of the material may be
82+
restricted. These are noted in the catalogue where relevant.</span><br/>
83+
<span class="label">Contains</span>
84+
<span class="val"><a href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8">THM/407/8 - Audio Recordings</a></span><br/>
85+
86+
</div>
87+
88+
MICRODATA:
89+
90+
<div itemscope itemtype="http://schema.org/Collection">
91+
<link itemprop="additionalType" href="http://schema.org/ArchiveComponent"/>
92+
<h1 itemprop="name">Ronnie Barker Collection</h1>
93+
<span class="label">Material held at</span>
94+
<span class="val"><a itemprop="holdingArchive" href="https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76">V&A Theatre and Performance Collections</a></span><br/>
95+
<span class="label">Reference</span>
96+
<span class="val" itemprop="identifier">GB 71 THM/407/8<span><br/>
97+
<span class="label">Dates of Creation</span>
98+
<span class="val" itemprop="temporalCoverage">1929-2005</span><br/>
99+
<span class="label">Name of Creator</span>
100+
<span class="val" itemprop="creator">Ronnie Barker</span><br/>
101+
<span class="label">Language of Material</span>
102+
<span class="val" itemprop="inLanguage" content="EN">English</span><br/>
103+
<span class="label">Direct Link</span>
104+
<span class="val"><a itemprop="url" href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407">https://archiveshub.jisc.ac.uk/data/gb71-thm/407</a></span><br/>
105+
<span class="label">Description</span>
106+
<span class="val" itemprop="description">The collection consists of memorabilia material collected by Ronnie Barker to document his career. Materials include scrapbooks
107+
compiled by Ronnie Barker with press cuttings, reviews, memorabilia and photographs of his theatre, television and film work, photographs,
108+
manuscript material, scripts, correspondence, certificates and awards, press and marketing materials, audio recordings, audio visual recordings
109+
and material relating to special events and honours in his career.</span><br/>
110+
<span class="label">Conditions Governing Access</span>
111+
<span class="val" itemprop="accessConditions">This archive collection is available for consultation in the V&A Blythe House Archive and Library Study Room by appointment only.
112+
Full details of access arrangements may be found here: http://www.vam.ac.uk/content/articles/a/archives/. Access to some of the material may be
113+
restricted. These are noted in the catalogue where relevant.</span><br/>
114+
<span class="label">Contains</span>
115+
<span class="val"><a itemprop="hasPart" href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8">THM/407/8 - Audio Recordings</a></span><br/>
116+
117+
</div>
118+
119+
RDFA:
120+
121+
<div vocab="http://schema.org/" type="ArchiveComponent Collection">
122+
<h1 property="name">Ronnie Barker Collection</h1>
123+
<span class="label">Material held at</span>
124+
<span class="val"><a property="holdingArchive" href="https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76">V&A Theatre and Performance Collections</a></span><br/>
125+
<span class="label">Reference</span>
126+
<span class="val" property="identifier">GB 71 THM/407/8<span><br/>
127+
<span class="label">Dates of Creation</span>
128+
<span class="val" property="temporalCoverage">1929-2005</span><br/>
129+
<span class="label">Name of Creator</span>
130+
<span class="val" property="creator">Ronnie Barker</span><br/>
131+
<span class="label">Language of Material</span>
132+
<span class="val" property="inLanguage" content="EN">English</span><br/>
133+
<span class="label">Direct Link</span>
134+
<span class="val"><a property="url" href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407">https://archiveshub.jisc.ac.uk/data/gb71-thm/407</a></span><br/>
135+
<span class="label">Description</span>
136+
<span class="val" property="description">The collection consists of memorabilia material collected by Ronnie Barker to document his career. Materials include scrapbooks
137+
compiled by Ronnie Barker with press cuttings, reviews, memorabilia and photographs of his theatre, television and film work, photographs,
138+
manuscript material, scripts, correspondence, certificates and awards, press and marketing materials, audio recordings, audio visual recordings
139+
and material relating to special events and honours in his career.</span><br/>
140+
<span class="label">Conditions Governing Access</span>
141+
<span class="val" property="accessConditions">This archive collection is available for consultation in the V&A Blythe House Archive and Library Study Room by appointment only.
142+
Full details of access arrangements may be found here: http://www.vam.ac.uk/content/articles/a/archives/. Access to some of the material may be
143+
restricted. These are noted in the catalogue where relevant.</span><br/>
144+
<span class="label">Contains</span>
145+
<span class="val"><a property="hasPart" href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8">THM/407/8 - Audio Recordings</a></span><br/>
146+
147+
</div>
148+
149+
JSON:
150+
<!-- A collection of items held in an archive -->
151+
<script type="application/ld+json">
152+
{
153+
"@context": "http://schema.org",
154+
"@id": "https://archiveshub.jisc.ac.uk/data/gb71-thm/407",
155+
"@type": ["Collection","ArchiveComponent"],
156+
"identifier": "GB 71 THM/407/8",
157+
"name": "Ronnie Barker Collection",
158+
"about": ["Comedy","Ronnie Barker"],
159+
"creator": {
160+
"@type": "Person",
161+
"name": "Ronnie Barker",
162+
"sameAs": "http://viaf.org/viaf/2676198"
163+
},
164+
"description": "The collection consists of memorabilia material collected by Ronnie Barker to document his career. Materials include scrapbooks compiled by Ronnie Barker with press cuttings, reviews, memorabilia and photographs of his theatre, television and film work, photographs, manuscript material, scripts, correspondence, certificates and awards, press and marketing materials, audio recordings, audio visual recordings and material relating to special events and honours in his career.",
165+
"inLanguage": "EN",
166+
"temporalCoverage": "1929-2005",
167+
"accessConditions": "This archive collection is available for consultation in the V&A Blythe House Archive and Library Study Room by appointment only. Full details of access arrangements may be found here: http://www.vam.ac.uk/content/articles/a/archives/. Access to some of the material may be restricted. These are noted in the catalogue where relevant.",
168+
"location": "https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76",
169+
"holdingArchive": "https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76",
170+
"hasPart": "https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8"
171+
}
172+
</script>
173+
174+
175+
TYPES: #arch-3 ArchiveComponent
176+
177+
PRE-MARKUP:
178+
179+
<div>
180+
<h1>Sound Recording of Lines from My Grandafther's Forehead (Radio)</h1>
181+
<span class="label">Material held at</span>
182+
<span class="val"><a href="https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76">V&A Theatre and Performance <span class="label">Reference</span>
183+
<span class="val">GB 71 THM/407/8/3<span><br/>
184+
<span class="label">In Collection</span>
185+
<span class="val"><a href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8">THM/407/8 - Audio Recordings</a></span><br/>
186+
<span class="label">Dates of Creation</span>
187+
<span class="val">1971-1972<span><br/>
188+
<span class="label">Direct Link</span>
189+
<span class="val"><a href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8/3">https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8/3</a></span><br/>
190+
<span class="label">Subject</span>
191+
<span class="val">Comedy</span><br/>
192+
<span class="label">Language of Material</span>
193+
<span class="val">English</span><br/>
194+
<span class="label">Description</span>
195+
<span class="val">Sound recording of the first radio broadcast of Lines from My Grandfather's Forehead by Ronnie Barker and others.
196+
Duration: max 90 mins.<span><br/>
197+
<span class="label">Conditions Governing Access</span>
198+
<span class="val">Please check with the Theatre and Performance enquiry team regarding access arrangements before making an appointment
199+
to listen to this item.<span><br/>
200+
<span class="label">Physical Characteristics</span>
201+
<span class="val">Audio Cassette<span><br/>
202+
203+
</div>
204+
205+
MICRODATA:
206+
207+
<div itemscope itemtype="http://schema.org/AudioObject">
208+
<link itemprop="additionalType" href="http://schema.org/ArchiveComponent"/>
209+
<h1 itemprop="name">Sound Recording of Lines from My Grandafther's Forehead (Radio)</h1>
210+
<span class="val"><a property="holdingArchive" href="https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76">V&A Theatre and Performance <span class="val" itemprop="holdingArchive">V&A Theatre and Performance Collections<span><br/>
211+
<span class="label">Reference</span>
212+
<span class="val" itemprop="identifier">GB 71 THM/407/8/3<span><br/>
213+
<span class="label">In Collection</span>
214+
<span class="val"><a itemprop="isPartOf" href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8">THM/407/8 - Audio Recordings</a></span><br/>
215+
<span class="label">Dates of Creation</span>
216+
<span class="val" itemprop="dateCreated">1971-1972<span><br/>
217+
<span class="label">Direct Link</span>
218+
<span class="val"><a itemprop="url" href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8/3">https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8/3</a></span><br/>
219+
<span class="label">Subject</span>
220+
<span class="val" itemprop="about">Comedy</span><br/>
221+
<span class="label">Language of Material</span>
222+
<span class="val" itemprop="inLanguage" content="EN">English</span><br/>
223+
<span class="label">Description</span>
224+
<span class="val" itemprop="description">Sound recording of the first radio broadcast of Lines from My Grandfather's Forehead by Ronnie Barker and others.
225+
Duration: max 90 mins.<span><br/>
226+
<span class="label">Conditions Governing Access</span>
227+
<span class="val">Please check with the Theatre and Performance enquiry team regarding access arrangements before making an appointment
228+
to listen to this item.<span><br/>
229+
<span class="label">Physical Characteristics</span>
230+
<span class="val" itemprop="playerType">Audio Cassette<span><br/>
231+
232+
</div>
233+
234+
RDFA:
235+
236+
<div vocab="http://schema.org/" type="ArchiveComponent AudioObject">
237+
<h1 property="name">Sound Recording of Lines from My Grandafther's Forehead (Radio)</h1>
238+
<span class="val"><a property="holdingArchive" href="https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76">V&A Theatre and Performance</a></span><br/>
239+
<span class="val" property="holdingArchive">V&A Theatre and Performance Collections<span><br/>
240+
<span class="label">Reference</span>
241+
<span class="val" property="identifier">GB 71 THM/407/8/3<span><br/>
242+
<span class="label">In Collection</span>
243+
<span class="val"><a property="isPartOf" href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8">THM/407/8 - Audio Recordings</a></span><br/>
244+
<span class="label">Dates of Creation</span>
245+
<span class="val" property="dateCreated">1971-1972<span><br/>
246+
<span class="label">Direct Link</span>
247+
<span class="val"><a property="url" href="https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8/3">https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8/3</a></span><br/>
248+
<span class="label">Subject</span>
249+
<span class="val" property="about">Comedy</span><br/>
250+
<span class="label">Language of Material</span>
251+
<span class="val" property="inLanguage" content="EN">English</span><br/>
252+
<span class="label">Description</span>
253+
<span class="val" property="description">Sound recording of the first radio broadcast of Lines from My Grandfather's Forehead by Ronnie Barker and others.
254+
Duration: max 90 mins.<span><br/>
255+
<span class="label">Conditions Governing Access</span>
256+
<span class="val" property="accessConditions">Please check with the Theatre and Performance enquiry team regarding access arrangements before making an appointment
257+
to listen to this item.<span><br/>
258+
<span class="label">Physical Characteristics</span>
259+
<span class="val" property="playerType">Audio Cassette<span><br/>
260+
261+
</div>
262+
263+
JSON:
264+
265+
<!-- A sound recording held in an archive -->
266+
<script type="application/ld+json">
267+
{
268+
"@context": "http://schema.org",
269+
"@id": "https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8/3",
270+
"@type": ["AudioObject","ArchiveComponent"],
271+
"identifier": "GB 71 THM/407/8/3",
272+
"name": "Sound Recording of Lines from My Grandafther's Forehead (Radio)",
273+
"about": "Comedy",
274+
"description": "Sound recording of the first radio broadcast of Lines from My Grandfather's Forehead by Ronnie Barker and others. Duration: max 90 mins.",
275+
"inLanguage": "EN",
276+
"dateCreated": "1971-1972",
277+
"duration": "PT90M",
278+
"playerType": "Audio Cassette",
279+
"accessConditions": "Please check with the Theatre and Performance enquiry team regarding access arrangements before making an appointment to listen to this item.",
280+
"location": "https://archiveshub.jisc.ac.uk/search/locations/eae30daa-1bf9-33d9-bf1c-7aeb220d2e76",
281+
"isPartOf": "https://archiveshub.jisc.ac.uk/data/gb71-thm/407/thm/407/8"
282+
}
283+
</script>

0 commit comments

Comments
 (0)