]> Lady’s Gitweb - Vocab/blob - data/classes/awol¦Version
Initial commit; initial set of vocabs
[Vocab] / data / classes / awol¦Version
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2024 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">Version</label>
9 <comment xml:lang="en">
10 <p>
11 A version of something.
12 </p>
13 <p>
14 Following <ptr target="(RFC4287)"/>, Versions must have exactly one <ptr target="awol:id"/>, used to associate related Versions with one another, and one <ptr target="awol:updated"/>, used to determine the most recent Version.
15 This class may not be suitable as a more general versioning mechanism.
16 </p>
17 </comment>
18 <isDefinedBy>
19 <SpecificResource source="(AWOL)" fragment="Version"/>
20 </isDefinedBy>
21 <subClassOf>
22 <Restriction>
23 <onProperty>
24 <resource name="awol:id"/>
25 </onProperty>
26 <cardinality>1</cardinality>
27 </Restriction>
28 </subClassOf>
29 <subClassOf>
30 <Restriction>
31 <onProperty>
32 <resource name="awol:updated"/>
33 </onProperty>
34 <cardinality>1</cardinality>
35 </Restriction>
36 </subClassOf>
37 </Class>
This page took 0.056973 seconds and 5 git commands to generate.