]> Lady’s Gitweb - Vocab/blob - data/classes/pcdm¦File
Make pcdm:File a siocactions:DigitalArtifact
[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 <resource name="siocactions:DigitalArtifact"/>
23 </subClassOf>
24 <subClassOf>
25 <Restriction>
26 <onProperty>
27 <resource name="pcdm:isFileOf"/>
28 </onProperty>
29 <cardinality>1</cardinality>
30 </Restriction>
31 </subClassOf>
32 <subClassOf>
33 <Restriction>
34 <onProperty>
35 <resource name="dc11:format"/>
36 </onProperty>
37 <maxCardinality>1</maxCardinality>
38 </Restriction>
39 </subClassOf>
40 <subClassOf>
41 <Restriction>
42 <onProperty>
43 <resource name="dc11:format"/>
44 </onProperty>
45 <allValuesFrom>
46 <resource name="xsd:string"/>
47 </allValuesFrom>
48 </Restriction>
49 </subClassOf>
50 <subClassOf>
51 <Restriction>
52 <onProperty>
53 <resource name="dcterms:extent"/>
54 </onProperty>
55 <maxCardinality>1</maxCardinality>
56 </Restriction>
57 </subClassOf>
58 <subClassOf>
59 <Restriction>
60 <onProperty>
61 <resource name="dcterms:created"/>
62 </onProperty>
63 <maxCardinality>1</maxCardinality>
64 </Restriction>
65 </subClassOf>
66 <subClassOf>
67 <Restriction>
68 <onProperty>
69 <resource name="dcterms:modified"/>
70 </onProperty>
71 <maxCardinality>1</maxCardinality>
72 </Restriction>
73 </subClassOf>
74 <disjointWith>
75 <resource name="pcdm:Collection"/>
76 </disjointWith>
77 <disjointWith>
78 <resource name="pcdm:Object"/>
79 </disjointWith>
80 </Class>
This page took 0.051428 seconds and 5 git commands to generate.