<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE Class SYSTEM "../../DTD">
<Class>
	<label xml:lang="en">H�T�M�L Content</label>
	<comment xml:lang="en">
		<p>
			A <ref target="awol:TextContent">Text Content</ref> which has an H�T�M�L <ref target="awol:body">body</ref>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(AWOL)" fragment="HTML"/>
	</isDefinedBy>
	<equivalentClass>
		<Class>
			<intersectionOf>
				<resource name="awol:Content"/>
				<Restriction>
					<onProperty>
						<resource name="awol:body"/>
					</onProperty>
					<someValuesFrom>
						<resource name="xsd:string"/>
					</someValuesFrom>
				</Restriction>
				<Restriction>
					<onProperty>
						<resource name="awol:type"/>
					</onProperty>
					<someValuesFrom>
						<Datatype>
							<onDatatype>
								<resource name="xsd:string"/>
							</onDatatype>
							<withRestrictions>
								<pattern>[Tt][Ee][Xx][Tt]/[Hh][Tt][Mm][Ll]</pattern>
							</withRestrictions>
						</Datatype>
					</someValuesFrom>
				</Restriction>
			</intersectionOf>
		</Class>
	</equivalentClass>
	<subClassOf>
		<resource name="awol:TextContent"/>
	</subClassOf>
</Class>