<?xml version="1.0"?>
<!--
-SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-FileCopyrightText: 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE DatatypeProperty SYSTEM "../../DTD">
<label xml:lang="en">nick</label>
<comment xml:lang="en">
<p>
- A short name used by this <ref target="foaf:Agent">Agent</ref>, for example as a login identifier.
+ 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 an Agent or a <ref target="foaf:Person">Person</ref>.
- It is left undefined in this ontology, to enable its usage with certain concepts, like pseuds or personas, which might not formally fall into either category.
+ 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>.
<subPropertyOf>
<resource name="contact:knownAs"/>
</subPropertyOf>
+ <domain>
+ <resource name="contact:SocialEntity"/>
+ </domain>
</DatatypeProperty>