]> Lady’s Gitweb - Vocab/blob - data/annotation_properties/rdf¦first
Initial commit; initial set of vocabs
[Vocab] / data / annotation_properties / rdf¦first
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 AnnotationProperty SYSTEM "../../DTD">
7 <AnnotationProperty>
8 <label xml:lang="en">first</label>
9 <comment xml:lang="en">
10 <p>
11 The first element in this <ref target="rdf:List">List</ref>.
12 </p>
13 <p>
14 <ptr target="rdf:first"/> and <ptr target="rdf:rest"/> are defined as annotation properties; they cannot be reasoned about.
15 This is because <ptr target="rdf:List"/>s are themselves used for ontology definition, and assigning them semantics beyond this is, at the very least, conceptually murky.
16 It is better to use other mechanisms of conveying ordered lists when the contents of those lists need to be accessible to reasoners.
17 </p>
18 </comment>
19 <isDefinedBy>
20 <SpecificResource source="(RDF11-SCHEMA)" fragment="ch_first"/>
21 </isDefinedBy>
22 <domain>
23 <resource name="rdf:List"/>
24 </domain>
25 </AnnotationProperty>
This page took 0.08808 seconds and 5 git commands to generate.