]> Lady’s Gitweb - Vocab/blob - data/classes/pcdm¦File
Add .rsync-filter
[Vocab] / data / classes / pcdm¦File
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</label>
9 <comment xml:lang="en">
10 <p>
11 A sequence of binary data, as contained within a specific <ref target="pcdm:Object">Object</ref>.
12 </p>
13 <p>
14 The <ref target="dcterms:extent">extent</ref> is meant to be interpreted as a file size in bytes (but the exact representation is left fuzzy), and the <ref target="dc11:format">format</ref> is meant to be interpreted as an internet media type.
15 For the latter, the more specific property <ptr target="awol:type"/> may be used.
16 </p>
17 </comment>
18 <isDefinedBy>
19 <SpecificResource source="(PCDM)" fragment="pcdmfile"/>
20 </isDefinedBy>
21 <subClassOf>
22 <Restriction>
23 <onProperty>
24 <resource name="pcdm:isFileOf"/>
25 </onProperty>
26 <cardinality>1</cardinality>
27 </Restriction>
28 </subClassOf>
29 <subClassOf>
30 <Restriction>
31 <onProperty>
32 <resource name="dc11:format"/>
33 </onProperty>
34 <maxCardinality>1</maxCardinality>
35 </Restriction>
36 </subClassOf>
37 <subClassOf>
38 <Restriction>
39 <onProperty>
40 <resource name="dc11:format"/>
41 </onProperty>
42 <allValuesFrom>
43 <resource name="xsd:string"/>
44 </allValuesFrom>
45 </Restriction>
46 </subClassOf>
47 <subClassOf>
48 <Restriction>
49 <onProperty>
50 <resource name="dcterms:extent"/>
51 </onProperty>
52 <maxCardinality>1</maxCardinality>
53 </Restriction>
54 </subClassOf>
55 <subClassOf>
56 <Restriction>
57 <onProperty>
58 <resource name="dcterms:created"/>
59 </onProperty>
60 <maxCardinality>1</maxCardinality>
61 </Restriction>
62 </subClassOf>
63 <subClassOf>
64 <Restriction>
65 <onProperty>
66 <resource name="dcterms:modified"/>
67 </onProperty>
68 <maxCardinality>1</maxCardinality>
69 </Restriction>
70 </subClassOf>
71 <disjointWith>
72 <resource name="pcdm:Collection"/>
73 </disjointWith>
74 <disjointWith>
75 <resource name="pcdm:Object"/>
76 </disjointWith>
77 </Class>
This page took 0.067428 seconds and 5 git commands to generate.