]> Lady’s Gitweb - Vocab/blob - data/classes/foaf¦Project
Initial commit; initial set of vocabs
[Vocab] / data / classes / foaf¦Project
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">Project</label>
9 <comment xml:lang="en">
10 <p>
11 A “project”, formal or informal, collective or individual.
12 </p>
13 <p>
14 Projects are not <ref target="foaf:Document">Documents</ref> (altho they may produce Documents) and nor are they <ref target="foaf:Agent">Agents</ref> (altho they might involve Agents).
15 This interpretation is a bit more restrictive than what <ptr target="(FOAF)"/> defines; it describes Projects as disjoint only with <ref target="foaf:Person">Persons</ref>, not Agents.
16 </p>
17 </comment>
18 <isDefinedBy>
19 <SpecificResource source="(FOAF)" fragment="term_Project"/>
20 </isDefinedBy>
21 <disjointWith>
22 <resource name="foaf:Agent"/>
23 </disjointWith>
24 <disjointWith>
25 <resource name="foaf:Document"/>
26 </disjointWith>
27 </Class>
This page took 0.049167 seconds and 5 git commands to generate.