]> Lady’s Gitweb - Vocab/blob - data/classes/contact¦Person
Initial commit; initial set of vocabs
[Vocab] / data / classes / contact¦Person
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">Person</label>
9 <comment xml:lang="en">
10 <p>
11 A <ref target="contact:SocialEntity">Social Entity</ref> which is a person.
12 </p>
13 <p>
14 This class is equivalent to the <ptr target="(FOAF)"/> <ptr target="foaf:Person"/> class, which should generally be used instead.
15 </p>
16 </comment>
17 <isDefinedBy>
18 <SpecificResource source="(SWAP-PIM)"/>
19 </isDefinedBy>
20 <equivalentClass>
21 <resource name="foaf:Person"/>
22 </equivalentClass>
23 <subClassOf>
24 <resource name="contact:SocialEntity"/>
25 </subClassOf>
26 <superClassOf>
27 <Restriction>
28 <onProperty>
29 <ObjectProperty>
30 <inverseOf>
31 <resource name="contact:child"/>
32 </inverseOf>
33 </ObjectProperty>
34 </onProperty>
35 <someValuesFrom>
36 <resource name="contact:Person"/>
37 </someValuesFrom>
38 </Restriction>
39 </superClassOf>
40 </Class>
This page took 0.126099 seconds and 5 git commands to generate.