The modelling of this property probably conflicts with S·I·O·C, which
should be utilized instead.
 <?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">
                                        (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.
 
+++ /dev/null
-<?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>