]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/awol¦body
dbae65a838e81e0bd50686b34dfdc2669f15d118
[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 <ref target="awol:Content">Content</ref>.
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 <resource name="foaf:Document"/>
28 <resource name="awol:Content"/>
29 <Restriction>
30 <onProperty>
31 <resource name="awol:src"/>
32 </onProperty>
33 <cardinality>0</cardinality>
34 </Restriction>
35 </intersectionOf>
36 </Class>
37 </domain>
38 <range>
39 <Datatype>
40 <unionOf>
41 <resource name="xsd:base64Binary"/>
42 <resource name="rdf:PlainLiteral"/>
43 <resource name="rdf:XMLLiteral"/>
44 </unionOf>
45 </Datatype>
46 </range>
47 </DatatypeProperty>
This page took 0.03975 seconds and 3 git commands to generate.