<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
<ObjectProperty functional="yes" inverseFunctional="yes">
	<label xml:lang="en">has next</label>
	<comment xml:lang="en">
		<p>
			The <ref target="olo:Slot">Slot</ref> which immediately follows this Slot (by index) in its <ref target="olo:OrderedList">Ordered List</ref>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(OLO)" fragment="next"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="rel:next"/>
	</subPropertyOf>
	<domain>
		<resource name="olo:Slot"/>
	</domain>
	<range>
		<resource name="olo:Slot"/>
	</range>
</ObjectProperty>