]> Lady’s Gitweb - Vocab/commitdiff
Drop foaf:weblog
authorLady <redacted>
Sun, 12 Jan 2025 23:04:02 +0000 (18:04 -0500)
committerLady <redacted>
Mon, 13 Jan 2025 00:50:46 +0000 (19:50 -0500)
The modelling of this property probably conflicts with S·I·O·C, which
should be utilized instead.

data/named_individuals/_FOAF_
data/object_properties/foaf¦weblog [deleted file]

index f21af87ceffe5f8c423b38c5950225a0e6bc04c5..bf52f4a49af9be32bfd5f0df27f39b50b8dfd841 100644 (file)
@@ -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¦weblog b/data/object_properties/foaf¦weblog
deleted file mode 100644 (file)
index 32ee15d..0000000
+++ /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>
This page took 0.025566 seconds and 4 git commands to generate.