<?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>
	<label xml:lang="en">has reply</label>
	<comment xml:lang="en">
		<p>
			A thing which this thing is a reply to.
		</p>
		<p>
			Replyhood indicates a level of horizontal equivalency between two things; altho there is a form of dependency relationship between things and their replies, they are all roughly equal constituents of a conversation.
			This differs from other properties, like <ptr target="sioc:has_discussion"/>, which form a more vertical semantic relationship.
		</p>
		<p>
			<ptr target="(SIOC)"/> restricts the domain and range of this property to <ref target="sioc:Item">Items</ref>, but this ontology does not recognize this restriction.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)" fragment="term_has_reply"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="sioc:related_to"/>
	</subPropertyOf>
</ObjectProperty>