]> Lady’s Gitweb - Vocab/blob - data/classes/rdf¦List
Initial commit; initial set of vocabs
[Vocab] / data / classes / rdf¦List
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 Class SYSTEM "../../DTD">
7 <Class>
8 <label xml:lang="en">List</label>
9 <comment xml:lang="en">
10 <p>
11 A pair structure which is either <ptr target="rdf:nil"/> or which <ref target="rdf:first">has a first element</ref> and which <ref target="rdf:rest">has rest</ref> another List.
12 The first elements of the List and its transitive non‐Nil rest Lists form the elements of an R·D·F collection.
13 </p>
14 <p>
15 The description above is more restrictive than the formal ontological definition for Lists, which places no constraints on the number (or presence) of its first and rest properties.
16 Conformance to these expectations is strongly recommended, but implementations should be aware that some data may take a more flexible approach.
17 </p>
18 </comment>
19 <isDefinedBy>
20 <SpecificResource source="(RDF11-SCHEMA)" fragment="ch_list"/>
21 </isDefinedBy>
22 </Class>
This page took 0.051438 seconds and 5 git commands to generate.