X-Git-Url: https://git.ladys.computer/Vocab/blobdiff_plain/0a76464f0d4d1f8aa89f86ab71417942fed37d7f..7e37c395ffa7c6f23a2cabf4e5584e4c5fb128e6:/data/object_properties/foaf%C2%A6topic

diff --git "a/data/object_properties/foaf\302\246topic" "b/data/object_properties/foaf\302\246topic"
index afd627b..9a9685e 100644
--- "a/data/object_properties/foaf\302\246topic"
+++ "b/data/object_properties/foaf\302\246topic"
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-FileCopyrightText: 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
 SPDX-License-Identifier: CC0-1.0
 -->
 <!DOCTYPE ObjectProperty SYSTEM "../../DTD">
@@ -10,14 +10,18 @@ SPDX-License-Identifier: CC0-1.0
 		<p>
 			A thing that this <ref target="foaf:Document">Document</ref> is about.
 		</p>
+		<p>
+			Note that this property primarily exists as an inverse of <ptr target="foaf:page"/>, and consequently has a domain of Documents.
+			For a more general term which can encompass parts or collections of Documents, use <ptr target="dcterms:subject"/>
+		</p>
 	</comment>
 	<isDefinedBy>
 		<SpecificResource source="(FOAF)" fragment="term_topic"/>
 	</isDefinedBy>
+	<subPropertyOf>
+		<resource name="dcterms:subject"/>
+	</subPropertyOf>
 	<inverseOf>
 		<resource name="foaf:page"/>
 	</inverseOf>
-	<domain>
-		<resource name="foaf:Document"/>
-	</domain>
 </ObjectProperty>