]> Lady’s Gitweb - Vocab/blob - data/classes/anno¦State
Initial commit; initial set of vocabs
[Vocab] / data / classes / anno¦State
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">State</label>
9 <comment xml:lang="en">
10 <p>
11 A thing which describes the intended state of another thing, as needed to retrieve a correct representation.
12 </p>
13 <p>
14 This class is primarily intended to be subclassed, not used directly.
15 </p>
16 </comment>
17 <isDefinedBy>
18 <SpecificResource source="(ANNO)" fragment="state"/>
19 </isDefinedBy>
20 <subClassOf>
21 <Restriction>
22 <onProperty>
23 <resource name="anno:refinedBy"/>
24 </onProperty>
25 <allValuesFrom>
26 <Class>
27 <unionOf>
28 <resource name="anno:Selector"/>
29 <resource name="anno:State"/>
30 </unionOf>
31 </Class>
32 </allValuesFrom>
33 </Restriction>
34 </subClassOf>
35 </Class>
This page took 0.046478 seconds and 5 git commands to generate.