]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/awol¦length
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / awol¦length
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 functional="yes">
8 <label xml:lang="en">length</label>
9 <comment xml:lang="en">
10 <p>
11 The length in bytes of the thing this <ref target="awol:Link">Link</ref> is <ref target="awol:to">linking to</ref>.
12 </p>
13 <p>
14 <ptr target="(AWOL)"/> defines the domain of this property as being <ptr target="awol:Content"/> instead, but this appears to be a confusion; <code>length</code> is a property of Links in <ptr target="(RFC4287)"/>.
15 It also restricts the value of this property to <resource name="xsd:int"/>, but this seems to be an unnecessary limitation.
16 </p>
17 <p>
18 This property is classified as a subproperty of <ptr target="dc11:format"/>, as extent is considered an aspect of format in <ptr target="(DCMI)"/>.
19 </p>
20 </comment>
21 <isDefinedBy>
22 <SpecificResource source="(AWOL)" fragment="length"/>
23 </isDefinedBy>
24 <subPropertyOf>
25 <resource name="dc11:format"/>
26 </subPropertyOf>
27 <domain>
28 <resource name="awol:Link"/>
29 </domain>
30 <range>
31 <resource name="xsd:integer"/>
32 </range>
33 </DatatypeProperty>
This page took 0.050197 seconds and 5 git commands to generate.