]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/doc¦version
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / doc¦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 DatatypeProperty SYSTEM "../../DTD">
7 <DatatypeProperty>
8 <label xml:lang="en">version</label>
9 <comment xml:lang="en">
10 <p>
11 A version string for this thing.
12 </p>
13 <p>
14 The value of this property is always a <resource name="xsd:string"/>, even when it is conceptually something else (a number or date); the versions <value datatype="xsd:string">1</value> and <value datatype="xsd:string">01</value> are considered different.
15 </p>
16 <p>
17 <ptr target="(SWAP-PIM)"/> actually provides <em>two</em> different definitions for <resource name="doc:version"/>: this one (which seems to actually be used), and an experimental one with roughly the same meaning as <ptr target="dcterms:hasVersion"/>.
18 This ontology ignores the latter definition.
19 </p>
20 </comment>
21 <isDefinedBy>
22 <SpecificResource source="(SWAP-PIM)"/>
23 </isDefinedBy>
24 <range>
25 <resource name="xsd:string"/>
26 </range>
27 </DatatypeProperty>
This page took 0.105367 seconds and 5 git commands to generate.