]> Lady’s Gitweb - Vocab/blob - data/classes/pcdmworks¦FileSet
Add .rsync-filter
[Vocab] / data / classes / pcdmworks¦FileSet
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE Class SYSTEM "../../DTD">
7 <Class>
8 <label xml:lang="en">File Set</label>
9 <comment xml:lang="en">
10 <p>
11 An <ref target="pcdm:Object">Object</ref> representing a single conceptual entity which might have multiple <ref target="pcdm:File">File</ref> representations.
12 </p>
13 <p>
14 File Sets describe the conceptual entity that Files are concrete manifestations of.
15 When that entity has multiple manifestations, it may <ref target="pcdm:hasFile">have</ref> multiple Files.
16 For example, a page in a book may exist in both Tiff and P·N·G format.
17 These are separate files, but they represent the same conceptual entity, the page.
18 </p>
19 <p>
20 File Sets do not <ref target="pcdm:hasMember">have members</ref>.
21 Typically, they are <ref target="pcdm:isMemberOf">members of</ref> <ref target="pcdm:Work">Works</ref>.
22 </p>
23 </comment>
24 <isDefinedBy>
25 <SpecificResource source="(PCDM)"/>
26 </isDefinedBy>
27 <subClassOf>
28 <resource name="pcdm:Object"/>
29 </subClassOf>
30 <subClassOf>
31 <Restriction>
32 <onProperty>
33 <resource name="pcdm:hasMember"/>
34 </onProperty>
35 <maxCardinality>0</maxCardinality>
36 </Restriction>
37 </subClassOf>
38 <disjointWith>
39 <resource name="pcdmworks:Work"/>
40 </disjointWith>
41 </Class>
This page took 0.164998 seconds and 5 git commands to generate.