]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/awol¦body
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / awol¦body
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">body</label>
9 <comment xml:lang="en">
10 <p>
11 The body of this thing.
12 </p>
13 <p>
14 X·M·L data should be provided as a <resource name="rdf:XMLLiteral"/>; binary data may be provided as a <resource name="xsd:base64Binary"/>.
15 Language‐tagged values must be interpreted as plaintext; <resource name="xsd:string"/> values may be interpreted as something other than plaintext if this thing has a <ref target="awol:type">media type</ref> which is not a case‐insensitive match for <code>text/plain</code>.
16 </p>
17 </comment>
18 <isDefinedBy>
19 <SpecificResource source="(AWOL)" fragment="body"/>
20 </isDefinedBy>
21 <subPropertyOf>
22 <resource name="rdf:value"/>
23 </subPropertyOf>
24 <domain>
25 <Class>
26 <intersectionOf>
27 <Class>
28 <complementOf>
29 <resource name="awol:Link"/>
30 </complementOf>
31 </Class>
32 <Restriction>
33 <onProperty>
34 <resource name="awol:src"/>
35 </onProperty>
36 <cardinality>0</cardinality>
37 </Restriction>
38 </intersectionOf>
39 </Class>
40 </domain>
41 <range>
42 <Datatype>
43 <unionOf>
44 <resource name="xsd:base64Binary"/>
45 <resource name="rdf:PlainLiteral"/>
46 <resource name="rdf:XMLLiteral"/>
47 </unionOf>
48 </Datatype>
49 </range>
50 </DatatypeProperty>
This page took 0.05498 seconds and 5 git commands to generate.