]> Lady’s Gitweb - Vocab/blob - data/classes/foaf¦Document
Initial commit; initial set of vocabs
[Vocab] / data / classes / foaf¦Document
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">Document</label>
9 <comment xml:lang="en">
10 <p>
11 A thing which, broadly conceived, is considered a “document”.
12 </p>
13 <p>
14 This class enjoys wide·spread usage despite the fact that <ref target="https://www.balisage.net/Proceedings/vol5/html/Renear01/BalisageVol5-Renear01.html">there are no documents</ref>.
15 The question of what it “should be” (or even “is”) used to represent is the sort of thing one studies for five decades and never gets any closer to an answer to.
16 </p>
17 <p>
18 This ontology defines <ref target="foaf:Agent">Agents</ref>, <ref target="foaf:Document">Documents</ref>, and <ref target="foaf:Project">Projects</ref> to be disjoint classes.
19 This is a bit more restrictive than what <ptr target="(FOAF)"/> defines.
20 </p>
21 </comment>
22 <isDefinedBy>
23 <SpecificResource source="(FOAF)" fragment="term_Document"/>
24 </isDefinedBy>
25 <disjointWith>
26 <resource name="foaf:Agent"/>
27 </disjointWith>
28 <disjointWith>
29 <resource name="foaf:Project"/>
30 </disjointWith>
31 </Class>
This page took 0.052771 seconds and 5 git commands to generate.