From: Lady <redacted>
Date: Sun, 12 Jan 2025 23:04:02 +0000 (-0500)
Subject: Drop foaf:weblog
X-Git-Url: https://git.ladys.computer/Vocab/commitdiff_plain/151cbabefed214a8d0495cb77bfba44c34fe913b

Drop foaf:weblog

The modelling of this property probably conflicts with S·I·O·C, which
should be utilized instead.
---

diff --git a/data/named_individuals/_FOAF_ b/data/named_individuals/_FOAF_
index f21af87..bf52f4a 100644
--- a/data/named_individuals/_FOAF_
+++ b/data/named_individuals/_FOAF_
@@ -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 NamedIndividual SYSTEM "../../DTD">
@@ -28,6 +28,11 @@ SPDX-License-Identifier: CC0-1.0
 					(Just make a bloody blank node!)
 				</p>
 			</item>
+			<item>
+				<p>
+					Likewise, <resource name="foaf:weblog"/> indicates a Document, not a <ptr target="sioctypes:Weblog"/>.
+				</p>
+			</item>
 			<item>
 				<p>
 					<resource name="foaf:mbox"/> and <resource name="foaf:mbox_sha1sum"/> are properties for identifying the original, not current, owner of an internet mailbox, and thus not useful for the actual sending of messages.
diff --git "a/data/object_properties/foaf\302\246weblog" "b/data/object_properties/foaf\302\246weblog"
deleted file mode 100644
index 32ee15d..0000000
--- "a/data/object_properties/foaf\302\246weblog"
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<!--
-SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
-SPDX-License-Identifier: CC0-1.0
--->
-<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
-<ObjectProperty>
-	<label xml:lang="en">has weblog</label>
-	<comment xml:lang="en">
-		<p>
-			A <ref target="foaf:Document">Document</ref> which is a weblog for this <ref target="foaf:Agent">Agent</ref>.
-		</p>
-	</comment>
-	<isDefinedBy>
-		<SpecificResource source="(FOAF)" fragment="term_weblog"/>
-	</isDefinedBy>
-	<domain>
-		<resource name="foaf:Agent"/>
-	</domain>
-	<range>
-		<resource name="foaf:Document"/>
-	</range>
-</ObjectProperty>