<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE DatatypeProperty SYSTEM "../../DTD">
<DatatypeProperty>
	<label xml:lang="en">nick</label>
	<comment xml:lang="en">
		<p>
			A short name used by this <ref target="contact:SocialEntity">Social Entity</ref>, for example as a login identifier.
		</p>
		<p>
			The domain of this property is not formally given in <ptr target="(FOAF)"/>, but implied to be either a <ref target="foaf:Person">Person</ref> or, perhaps, more generally an <ref target="foaf:Agent">Agent</ref>.
			It is defined on Social Entities in this ontology to enable usage with certain concepts, like pseuds or personas, which might not formally fall into an agential model.
		</p>
		<p>
			Some nicks may be <ref target="foaf:name">names</ref>, but some may be <ref target="dcterms:identifier">identifiers</ref>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(FOAF)" fragment="term_nick"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="contact:knownAs"/>
	</subPropertyOf>
	<domain>
		<resource name="contact:SocialEntity"/>
	</domain>
</DatatypeProperty>