]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/skos¦notation
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / skos¦notation
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE DatatypeProperty SYSTEM "../../DTD">
7 <DatatypeProperty>
8 <label xml:lang="en">notation</label>
9 <comment xml:lang="en">
10 <p>
11 A string of characters used to uniquely identify a thing within a given context.
12 </p>
13 <p>
14 <ptr target="(SKOS)"/> recommends using custom datatypes with this property to identify the notation, but this ontology discourages such usage:
15 Custom datatypes are generally not compatible with Owl and cannot easily be reasoned about.
16 It is better to instead use a more specific property, or a qualified relation, when typing the notation is important.
17 </p>
18 <p>
19 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.
20 </p>
21 </comment>
22 <isDefinedBy>
23 <SpecificResource source="(SKOS)" fragment="notation"/>
24 </isDefinedBy>
25 <subPropertyOf>
26 <resource name="dcterms:identifier"/>
27 </subPropertyOf>
28 </DatatypeProperty>
This page took 0.104305 seconds and 5 git commands to generate.