<?xml version="1.0"?> <!-- SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady> SPDX-License-Identifier: CC0-1.0 --> <!DOCTYPE Class SYSTEM "../../DTD"> <Class> <label xml:lang="en">Agent</label> <comment xml:lang="en"> <p> A thing which does stuff. </p> <p> Using more specific classes, like <ref target="foaf:Person">Person</ref> is generally better, but sometimes no more specific class is applicable. </p> <p> 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. This is a bit more restrictive than what <ptr target="(FOAF)"/> defines. </p> </comment> <isDefinedBy> <SpecificResource source="(FOAF)" fragment="term_Agent"/> </isDefinedBy> <equivalentClass> <resource name="dcterms:Agent"/> </equivalentClass> <disjointWith> <resource name="foaf:Document"/> </disjointWith> <disjointWith> <resource name="foaf:Project"/> </disjointWith> </Class>