]> Lady’s Gitweb - Vocab/blob - data/classes/awol¦GeneratorOrPerson
Initial commit; initial set of vocabs
[Vocab] / data / classes / awol¦GeneratorOrPerson
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">Generator Or Person</label>
9 <comment xml:lang="en">
10 <p>
11 A <ptr target="awol:Generator"/> or <ptr target="awol:Person"/>.
12 </p>
13 <p>
14 This class only exists to make it easier to make statements about Generators and Persons both.
15 It isn¦t explicitly defined in the <ptr target="(AWOL)"/> documentation, but it does appear in one of its diagrams.
16 </p>
17 <p>
18 <ptr target="(AWOL)"/> requires that both Generators and Persons have a <ref target="awol:name">name</ref>.
19 </p>
20 </comment>
21 <isDefinedBy>
22 <SpecificResource source="(AWOL)"/>
23 </isDefinedBy>
24 <equivalentClass>
25 <Class>
26 <unionOf>
27 <resource name="awol:Generator"/>
28 <resource name="awol:Person"/>
29 </unionOf>
30 </Class>
31 </equivalentClass>
32 <subClassOf>
33 <resource name="foaf:Agent"/>
34 </subClassOf>
35 <subClassOf>
36 <Restriction>
37 <onProperty>
38 <resource name="awol:name"/>
39 </onProperty>
40 <minCardinality>1</minCardinality>
41 </Restriction>
42 </subClassOf>
43 </Class>
This page took 0.044851 seconds and 5 git commands to generate.