]> Lady’s Gitweb - Vocab/blob - data/classes/awol¦Version
Add R·F·C 5005 link relations
[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 versioned <ref target="foaf:Document">Document</ref>.
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 <resource name="foaf:Document"/>
23 </subClassOf>
24 <subClassOf>
25 <Restriction>
26 <onProperty>
27 <resource name="awol:id"/>
28 </onProperty>
29 <cardinality>1</cardinality>
30 </Restriction>
31 </subClassOf>
32 <subClassOf>
33 <Restriction>
34 <onProperty>
35 <resource name="awol:updated"/>
36 </onProperty>
37 <cardinality>1</cardinality>
38 </Restriction>
39 </subClassOf>
40 </Class>
This page took 0.18725 seconds and 5 git commands to generate.