]> Lady’s Gitweb - Vocab/blob - data/classes/skos¦Collection
Initial commit; initial set of vocabs
[Vocab] / data / classes / skos¦Collection
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">Collection</label>
9 <comment xml:lang="en">
10 <p>
11 A group of <ref target="skos:Concept">Concepts</ref>.
12 </p>
13 <p>
14 The Concepts in a Collection are its <ref target="skos:member">members</ref>.
15 Collections can also be nested:
16 They can have members which are other Collections.
17 </p>
18 </comment>
19 <isDefinedBy>
20 <SpecificResource source="(SKOS)" fragment="Collection"/>
21 </isDefinedBy>
22 <disjointWith>
23 <resource name="skos:Concept"/>
24 </disjointWith>
25 <disjointWith>
26 <resource name="skos:ConceptScheme"/>
27 </disjointWith>
28 </Class>
This page took 0.044745 seconds and 5 git commands to generate.