<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE DatatypeProperty SYSTEM "../../DTD">
<DatatypeProperty>
	<label xml:lang="en">notation</label>
	<comment xml:lang="en">
		<p>
			A string of characters used to uniquely identify a thing within a given context.
		</p>
		<p>
			<ptr target="(SKOS)"/> recommends using custom datatypes with this property to identify the notation, but this ontology discourages such usage:
			Custom datatypes are generally not compatible with Owl and cannot easily be reasoned about.
			It is better to instead use a more specific property, or a qualified relation, when typing the notation is important.
		</p>
		<p>
			If two <ref target="skos:Concept">Concepts</ref> have the same notation within a single <ref target="skos:ConceptScheme">Concept Scheme</ref>, it is assumed that they are in fact the same individual.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SKOS)" fragment="notation"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="dcterms:identifier"/>
	</subPropertyOf>
</DatatypeProperty>