]> Lady’s Gitweb - Vocab/blob - data/classes/foaf¦Agent
Initial commit; initial set of vocabs
[Vocab] / data / classes / foaf¦Agent
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">Agent</label>
9 <comment xml:lang="en">
10 <p>
11 A thing which does stuff.
12 </p>
13 <p>
14 Using more specific classes, like <ref target="foaf:Person">Person</ref> is generally better, but sometimes no more specific class is applicable.
15 </p>
16 <p>
17 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.
18 This is a bit more restrictive than what <ptr target="(FOAF)"/> defines.
19 </p>
20 </comment>
21 <isDefinedBy>
22 <SpecificResource source="(FOAF)" fragment="term_Agent"/>
23 </isDefinedBy>
24 <equivalentClass>
25 <resource name="dcterms:Agent"/>
26 </equivalentClass>
27 <disjointWith>
28 <resource name="foaf:Document"/>
29 </disjointWith>
30 <disjointWith>
31 <resource name="foaf:Project"/>
32 </disjointWith>
33 </Class>
This page took 0.050722 seconds and 5 git commands to generate.