<?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">mentions</label>
	<comment xml:lang="en">
		<p>
			A <ref target="contact:SocialEntity">Social Entity</ref> which this thing mentions.
		</p>
		<p>
			In contrast with vernacular usage, “mentioning” a thing is somewhat <em>more</em> formal than simply naming it; mentioning typically serves as an intentional form of linking or address.
			Consequently, the range of this property is restricted to those things which can be addressed: Social Entities.
		</p>
		<p>
			<ptr target="(SIOC)"/> restricts the range of this property further, to just <ref target="sioc:UserAccount">User Accounts</ref>, but this ontology allows it to point to any kind of Social Entity.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)" fragment="term_mentions"/>
	</isDefinedBy>
	<range>
		<resource name="contact:SocialEntity"/>
	</range>
</ObjectProperty>