<?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">Feed Or Entry</label>
	<comment xml:lang="en">
		<p>
			A <ptr target="awol:Feed"/> or <ptr target="awol:Entry"/>.
		</p>
		<p>
			This class only exists to make it easier to make statements about Feeds and Entries both.
		</p>
		<p>
			<ptr target="(AWOL)"/> requires that both Feeds and Entries have a <ref target="awol:title">title</ref>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(AWOL)" fragment="FeedOrEntry"/>
	</isDefinedBy>
	<equivalentClass>
		<Class>
			<unionOf>
				<resource name="awol:Feed"/>
				<resource name="awol:Entry"/>
			</unionOf>
		</Class>
	</equivalentClass>
	<subClassOf>
		<resource name="awol:Version"/>
	</subClassOf>
	<subClassOf>
		<Restriction>
			<onProperty>
				<resource name="awol:title"/>
			</onProperty>
			<cardinality>1</cardinality>
		</Restriction>
	</subClassOf>
	<subClassOf>
		<Restriction>
			<onProperty>
				<resource name="awol:rights"/>
			</onProperty>
			<maxCardinality>1</maxCardinality>
		</Restriction>
	</subClassOf>
</Class>