<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE Class SYSTEM "../../DTD">
<Class>
	<label xml:lang="en">User Account</label>
	<comment xml:lang="en">
		<p>
			An <ref target="foaf:OnlineAccount">Online Account</ref> representing a “user”.
		</p>
		<p>
			User Accounts are defined by their ability to participate socially in a <ref target="sioc:Community">Community</ref>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)" fragment="term_UserAccount"/>
	</isDefinedBy>
	<subClassOf>
		<resource name="foaf:OnlineAccount"/>
	</subClassOf>
	<disjointWith>
		<resource name="sioc:Community"/>
	</disjointWith>
	<disjointWith>
		<resource name="sioc:Space"/>
	</disjointWith>
	<disjointWith>
		<resource name="sioc:Item"/>
	</disjointWith>
	<disjointWith>
		<resource name="sioc:Container"/>
	</disjointWith>
</Class>