<?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">Item</label>
	<comment xml:lang="en">
		<p>
			A conceptual entity of the sort which might be backed by data.
		</p>
		<p>
			Items form the conceptual unit for modelling the things which are represented by the data in <ref target="sioc:Space">Spaces</ref>.
			It is unclear whether Items might possibly contain further items; <ptr target="(SIOC)"/> makes no affordances for this, and it seems likely that the answer is no.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)" fragment="term_Item"/>
	</isDefinedBy>
	<subClassOf>
		<resource name="siocactions:DigitalArtifact"/>
	</subClassOf>
	<disjointWith>
		<resource name="sioc:Community"/>
	</disjointWith>
	<disjointWith>
		<resource name="sioc:Space"/>
	</disjointWith>
</Class>