<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE DatatypeProperty SYSTEM "../../DTD">
<DatatypeProperty functional="yes">
	<label xml:lang="en">body</label>
	<comment xml:lang="en">
		<p>
			The body of this <ref target="awol:Content">Content</ref>.
		</p>
		<p>
			X·M·L data should be provided as a <resource name="rdf:XMLLiteral"/>; binary data may be provided as a <resource name="xsd:base64Binary"/>.
			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>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(AWOL)" fragment="body"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="rdf:value"/>
	</subPropertyOf>
	<domain>
		<Class>
			<intersectionOf>
				<resource name="awol:Content"/>
				<Restriction>
					<onProperty>
						<resource name="awol:src"/>
					</onProperty>
					<cardinality>0</cardinality>
				</Restriction>
			</intersectionOf>
		</Class>
	</domain>
	<range>
		<Datatype>
			<unionOf>
				<resource name="xsd:base64Binary"/>
				<resource name="rdf:PlainLiteral"/>
				<resource name="rdf:XMLLiteral"/>
			</unionOf>
		</Datatype>
	</range>
</DatatypeProperty>