forked from RDFLib/pyLODE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection-item-format.skos.html
817 lines (777 loc) · 29.7 KB
/
collection-item-format.skos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
<!DOCTYPE html>
<html lang="en">
<head>
<title>Collection item format</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
#pylode {
position: fixed;
top: 80px;
left: -60px;
font-size: small;
transform: rotate(-90deg);
color: grey;
}
#pylode a {
font-size: 2em;
font-weight: bold;
text-decoration: none;
color: #005A9C;
}
#pylode a:hover {
color: #333;
}
.cardinality {
font-style: italic;
color: #aa00aa;
}
dt {
font-weight: bold;
padding: 5px 0 5px 0;
}
ul.hlist {
list-style-type: none;
border: 1px solid navy;
padding:5px;
background-color: #F4FFFF;
}
ul.hlist li {
display: inline;
margin-right: 10px;
}
.entity {
border: 1px solid navy;
margin:5px 0 5px 0;
padding: 5px;
}
.entity th {
width: 150px;
vertical-align: top;
}
.entity th,
.entity td {
padding-bottom: 20px;
}
.entity table th {
text-align: left;
}
section#overview img {
max-width: 1000px;
}
h1, h2, h3, h4, h5, h6 {
text-align: left
}
h1, h2, h3 {
color: #005A9C; background: white
}
h1 {
font: 170% sans-serif;
line-height: 110%;
}
h2 {
font: 140% sans-serif;
margin-top:40px;
}
h3 {
font: 120% sans-serif;
margin-top: 3px;
padding-bottom: 5px;
border-bottom: 1px solid navy;
}
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }
body {
padding: 2em 70px 2em 70px;
margin: 0;
font-family: sans-serif;
color: black;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
text-align: justify;
}
section {
max-width: 1500px;
}
.figure {
margin-bottom: 20px;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
.sup-c,
.sup-op,
.sup-fp,
.sup-dp,
.sup-ap,
.sup-p,
.sup-ni {
cursor:help;
margin-left: 3px;
}
.sup-c {
color:orange;
}
.sup-op {
color:navy;
}
.sup-fp {
color:lightskyblue;
}
.sup-dp {
color:green;
}
.sup-ap {
color:darkred;
}
.sup-p {
color:black;
}
.sup-ni {
color:brown;
}
code {
font-size: large;
color: darkred;
}
</style>
<script type="application/ld+json">
[
{
"@id": "http://linked.data.gov.au/def/collection-item-format",
"@type": [
"https://schema.org/DefinedTermSet"
],
"https://schema.org/description": [
{
"@value": "<p>The format of an item within a collection describes its physical presence at the highest level.</p>"
}
],
"https://schema.org/name": [
{
"@value": "Collection item format"
}
]
}
]
</script>
</head>
<body>
<div id="pylode">made by <a href="http://github.com/rdflib/pyLODE">pyLODE</a></div>
<section id="concept_scheme">
<h1>Collection item format</h1>
<section id="metadata">
<h2 style="display:none;">Concept Scheme</h2>
<dl>
<dt>IRI</dt>
<dd><code>http://linked.data.gov.au/def/collection-item-format</code></dd>
<dt>Publisher(s)</dt>
<dd>
Australian Government Linked Data Working Group<br/>
</dd>
<dt>Creator(s)</dt>
<dd>
Tessa Elieff<br/>
</dd>
<dt>Created</dt>
<dd>2020-03-03</dd>
<dt>Modified</dt>
<dd>2020-03-29</dd>
<dt>Source</dt>
<dd><a href="http://colsearch.nfsa.gov.au/nfsa/search/search.w3p;adv=yes">http://colsearch.nfsa.gov.au/nfsa/search/search.w3p;adv=yes</a></dd>
<dt>Ontology RDF</dt>
<dd><a href="collection-item-format.ttl">RDF (turtle)</a></dd>
</dl>
<h2>Description</h2>
<div id="description">
<p>The format of an item within a collection describes its physical presence at the highest level.</p>
</div>
<p><strong>History Note:</strong> This vocabulary has been developed by referencing publicly available information from select libraries and archives about their FORMAT cataloguing terms.</p>
</section>
<section id="toc">
<h2>Table of Contents</h2>
<ol>
<li><a href="#collections">Collections</a></li>
<li><a href="#concepts">Concepts</a></li>
<li><a href="#namespaces">Namespaces</a></li>
<li><a href="#legend">Legend</a></li>
</ol>
</section>
<section id="overview">
<h2>Overview</h2>
<div class="figure">
<div style="width:500px; height:500px; background-color: black;"> </div>
<div class="caption"><strong>Figure 1:</strong> Taxonomy overview</div>
</div>
</section>
</section>
<section id="collections">
<h2>Collections <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<ul class="hlist">
<li><a href="#nationalfilmandsoundarchive'sformats">National Film and Sound Archive's Formats</a></li>
<li><a href="#statelibrarynewsouthwales'formats">State Library New South Wales' Formats</a></li>
</ul>
<div class="entity collection" id="nationalfilmandsoundarchive'sformats">
<h3>National Film and Sound Archive's Formats<sup title="Collection" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/national-film-and-sound-archive</code></td>
</tr>
<tr>
<th>Definition</th>
<td>The National Film and Sound Archive of Australia is Australia's audiovisual archive, responsible for developing, preserving, maintaining, promoting and providing access to a national collection of film, television, sound, radio, video games, new media, and related documents and artefacts.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://www.nfsa.gov.au/">https://www.nfsa.gov.au/</a>
</td>
</tr>
<tr>
<th>Members</th>
<td>
<a href="http://linked.data.gov.au/def/collection-item-format/disc">cif:disc</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/disk">cif:disk</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/object">cif:object</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/documentation">cif:documentation</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/film">cif:film</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/digital">cif:digital</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/tape">cif:tape</a><sup class="sup-cp" title="concept">cp</sup>
</td>
</tr>
</table>
</div>
<div class="entity collection" id="statelibrarynewsouthwales'formats">
<h3>State Library New South Wales' Formats<sup title="Collection" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/state-library-new-south-wales</code></td>
</tr>
<tr>
<th>Definition</th>
<td>The State Library of NSW collects and preserves materials and evidence relating to our place in the world and makes them accessible to everyone in New South Wales and beyond.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://www.sl.nsw.gov.au/">https://www.sl.nsw.gov.au/</a>
</td>
</tr>
<tr>
<th>Members</th>
<td>
<a href="http://linked.data.gov.au/def/collection-item-format/book">cif:book</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/video-film">cif:video-film</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/manuscript">cif:manuscript</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/newspaper">cif:newspaper</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/map">cif:map</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/eresource">cif:eresource</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/picture">cif:picture</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/object-slnsw">cif:object-slnsw</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/journal-magazine">cif:journal-magazine</a><sup class="sup-cp" title="concept">cp</sup>,
<a href="http://linked.data.gov.au/def/collection-item-format/audio">cif:audio</a><sup class="sup-cp" title="concept">cp</sup>
</td>
</tr>
</table>
</div>
</section>
<section id="concepts">
<h2>Concepts <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<ul class="hlist">
<li><a href="#audio">Audio</a></li>
<li><a href="#book">Book</a></li>
<li><a href="#cyfrowy">Cyfrowy</a></li>
<li><a href="#disc">Disc</a></li>
<li><a href="#disk">Disk</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#digitalversatiledisc">Digital Versatile Disc</a></li>
<li><a href="#eresources">Eresources</a></li>
<li><a href="#film">Film</a></li>
<li><a href="#journalmagazine">Journal & magazine</a></li>
<li><a href="#manuscript">Manuscript</a></li>
<li><a href="#map">Map</a></li>
<li><a href="#newspaper">Newspaper</a></li>
<li><a href="#object">Object</a></li>
<li><a href="#object-slnsw">Object-SLNSW</a></li>
<li><a href="#picture">Picture</a></li>
<li><a href="#tape">Tape</a></li>
<li><a href="#videofilm">Video & film</a></li>
</ul>
<div class="entity concept" id="audio">
<h3>Audio<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/audio</code></td>
</tr>
<tr>
<th>Definition</th>
<td>Musical sound recordings and audio books.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://collection.sl.nsw.gov.au/search?offset=0">https://collection.sl.nsw.gov.au/search?offset=0</a>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="book">
<h3>Book<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/book</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A written text that can be published in printed or electronic form.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://dictionary.cambridge.org/dictionary/english/book">https://dictionary.cambridge.org/dictionary/english/book</a>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="cyfrowy">
<h3>Cyfrowy<sup title="Concept" class="sup-cp">cp</sup></h3>
<h4>
Cyfrowy (en)
,
Digital (en)
,
Mamati (en)
</h4>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/digital</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A physical device for storing digital content.</td>
</tr>
<tr>
<th>Narrower Concepts</th>
<td>
http://linked.data.gov.au/def/collection-item-format/eresources<br/>
http://linked.data.gov.au/def/collection-item-format/disk<br/>
http://linked.data.gov.au/def/collection-item-format/dvd<br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="disc">
<h3>Disc<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/disc</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A sound recording on a thin, flat circular object, usually made of shellac, vinyl, or various laminates. The signal may be either analogue or digital, and recorded/played using acoustical, electrical, magnetic or optical technology.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://www.iasa-web.org/cataloguing-rules/appendix-d-glossary">https://www.iasa-web.org/cataloguing-rules/appendix-d-glossary</a>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="disk">
<h3>Disk<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/disk</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A round magnetic device for storing information and programmes accessible by computer; may be either a rigid platter (hard disk) or a sheet of flexible plastic (floppy disk or diskette). The disk base is coated with a magnetizable material on which data can be recorded or stored along concentric tracks as small magnetic areas forming patterns of binary digits or bits. Information is written onto the disk, and read from it in a disk drive, by read/write heads mounted on arms which move rapidly across the disk.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://www.iasa-web.org/cataloguing-rules/appendix-d-glossary">https://www.iasa-web.org/cataloguing-rules/appendix-d-glossary</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="#cyfrowy">cif:digital</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="documentation">
<h3>Documentation<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/documentation</code></td>
</tr>
<tr>
<th>Definition</th>
<td>Photographs and paper collection items.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="http://colsearch.nfsa.gov.au/nfsa/search/search.w3p;adv=yes">http://colsearch.nfsa.gov.au/nfsa/search/search.w3p;adv=yes</a>
</td>
</tr>
<tr>
<th>Narrower Concepts</th>
<td>
http://linked.data.gov.au/def/collection-item-format/manuscript<br/>
http://linked.data.gov.au/def/collection-item-format/map<br/>
http://linked.data.gov.au/def/collection-item-format/picture<br/>
http://linked.data.gov.au/def/collection-item-format/newspaper<br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="digitalversatiledisc">
<h3>Digital Versatile Disc<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/dvd</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A round plastic, partly metal-coated disc used to store digital data which can be written and read by laser.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://en.wikipedia.org/wiki/DVD">https://en.wikipedia.org/wiki/DVD</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="#cyfrowy">cif:digital</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="eresources">
<h3>Eresources<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/eresources</code></td>
</tr>
<tr>
<th>Definition</th>
<td>Website, database and software collection items.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://collection.sl.nsw.gov.au/search?offset=0">https://collection.sl.nsw.gov.au/search?offset=0</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="#cyfrowy">cif:digital</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="film">
<h3>Film<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/film</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A series of still images collected onto a flexible and transparent piece of film so that they can be projected in a rapid sequence so as to give the illusion of motion.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://www.iasa-web.org/cataloguing-rules/appendix-d-glossary">https://www.iasa-web.org/cataloguing-rules/appendix-d-glossary</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="http://linked.data.gov.au/def/collection-item-format/video-film">cif:video-film</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="journalmagazine">
<h3>Journal & magazine<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/journal-magazine</code></td>
</tr>
<tr>
<th>Definition</th>
<td>Journal and magazine collection items.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://collection.sl.nsw.gov.au/search?offset=0">https://collection.sl.nsw.gov.au/search?offset=0</a>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="manuscript">
<h3>Manuscript<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/manuscript</code></td>
</tr>
<tr>
<th>Definition</th>
<td>The original copy of a book or article.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://dictionary.cambridge.org/dictionary/english/manuscript">https://dictionary.cambridge.org/dictionary/english/manuscript</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="#documentation">cif:documentation</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="map">
<h3>Map<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/map</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A drawing of the earth's surface, or part of that surface, showing the shape and position of different countries, political borders, natural features such as rivers and mountains, and artificial features such as roads and buildings.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://dictionary.cambridge.org/dictionary/english/map">https://dictionary.cambridge.org/dictionary/english/map</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="#documentation">cif:documentation</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="newspaper">
<h3>Newspaper<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/newspaper</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A regularly printed document consisting of large sheets of paper that are folded together, or a website, containing news reports, articles, photographs, and advertisements.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://dictionary.cambridge.org/dictionary/english/newspaper">https://dictionary.cambridge.org/dictionary/english/newspaper</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="#documentation">cif:documentation</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="object">
<h3>Object<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/object</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A thing that you can see or touch but that is not usually a living animal, plant, or person.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://dictionary.cambridge.org/dictionary/english/object">https://dictionary.cambridge.org/dictionary/english/object</a>
</td>
</tr>
<tr>
<th>Narrower Concepts</th>
<td>
http://linked.data.gov.au/def/collection-item-format/object-slnsw<br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="object-slnsw">
<h3>Object-SLNSW<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/object-slnsw</code></td>
</tr>
<tr>
<th>Definition</th>
<td>Objects, stamps and ephemera collection items.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://collection.sl.nsw.gov.au/search?offset=0">https://collection.sl.nsw.gov.au/search?offset=0</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="#object">cif:object</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="picture">
<h3>Picture<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/picture</code></td>
</tr>
<tr>
<th>Definition</th>
<td>photographs, prints, drawings, paintings, posters.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://collection.sl.nsw.gov.au/search?offset=0">https://collection.sl.nsw.gov.au/search?offset=0</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="#documentation">cif:documentation</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="tape">
<h3>Tape<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/tape</code></td>
</tr>
<tr>
<th>Definition</th>
<td>A plastic strip covered with a magnetic substance on which sound, images, or computer information can be recorded.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://dictionary.cambridge.org/dictionary/english/magnetic-tape">https://dictionary.cambridge.org/dictionary/english/magnetic-tape</a>
</td>
</tr>
<tr>
<th>Broader Concepts</th>
<td>
<a href="http://linked.data.gov.au/def/collection-item-format/video-film">cif:video-film</a><sup class="sup-cp" title="concept">cp</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity concept" id="videofilm">
<h3>Video & film<sup title="Concept" class="sup-cp">cp</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://linked.data.gov.au/def/collection-item-format/video-film</code></td>
</tr>
<tr>
<th>Definition</th>
<td>Video and film collection items.</td>
</tr>
<tr>
<th>Source</th>
<td>
<a href="https://collection.sl.nsw.gov.au/search?offset=0">https://collection.sl.nsw.gov.au/search?offset=0</a>
</td>
</tr>
<tr>
<th>Narrower Concepts</th>
<td>
http://linked.data.gov.au/def/collection-item-format/tape<br/>
http://linked.data.gov.au/def/collection-item-format/film<br/>
</td>
</tr>
</table>
</div>
</section>
<section id="namespaces">
<h2>Namespaces <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<dl>
<dt><em>default (:)</em></dt>
<dd><code>http://linked.data.gov.au/def/collection-item-format/</code></dd>
<dt>cif</dt>
<dd><code>http://linked.data.gov.au/def/collection-item-format/</code></dd>
<dt>dc</dt>
<dd><code>http://purl.org/dc/elements/1.1/</code></dd>
<dt>dct</dt>
<dd><code>http://purl.org/dc/terms/</code></dd>
<dt>owl</dt>
<dd><code>http://www.w3.org/2002/07/owl#</code></dd>
<dt>prov</dt>
<dd><code>http://www.w3.org/ns/prov#</code></dd>
<dt>rdf</dt>
<dd><code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code></dd>
<dt>rdfs</dt>
<dd><code>http://www.w3.org/2000/01/rdf-schema#</code></dd>
<dt>sdo</dt>
<dd><code>https://schema.org/</code></dd>
<dt>sdo2</dt>
<dd><code>http://schema.org/</code></dd>
<dt>skos</dt>
<dd><code>http://www.w3.org/2004/02/skos/core#</code></dd>
<dt>xml</dt>
<dd><code>http://www.w3.org/XML/1998/namespace</code></dd>
<dt>xsd</dt>
<dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
</dl>
</section>
<section id="legend">
<h2>Legend</h2>
<table class="entity">
<tr><td><sup class="sup-cl" title="Collections">cl</sup></td><td>Collections</td></tr>
<tr><td><sup class="sup-cp" title="Concepts">cp</sup></td><td>Concepts</td></tr>
</table>
</section>
</body>
</html>