]> Lady’s Gitweb - Vocab/commitdiff
Improve Skos modelling
authorLady <redacted>
Thu, 31 Jul 2025 02:18:40 +0000 (22:18 -0400)
committerLady <redacted>
Thu, 31 Jul 2025 02:37:40 +0000 (22:37 -0400)
- Labels are now Plain Text Content; literal forms now bodies.

- Collections are D·C·M·I Collections.

- Semantic relations are D·C·M·I relations.

- Being related ⅌ Skos is being related to ⅌ S·I·O·C.

data/classes/skosxl¦Label
data/classes/skos¦Collection
data/datatype_properties/skosxl¦literalForm
data/object_properties/skos¦related
data/object_properties/skos¦semanticRelation

index 05d029ed36e97060b3ee1f93b4af02664b920543..1df202a276d9ceefa30abfac35dd91fd81295f12 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 Class SYSTEM "../../DTD">
@@ -14,6 +14,9 @@ SPDX-License-Identifier: CC0-1.0
        <isDefinedBy>
                <SpecificResource source="(SKOS)" fragment="Label"/>
        </isDefinedBy>
+       <subClassOf>
+               <resource name="awol:PlainText"/>
+       </subClassOf>
        <subClassOf>
                <Restriction>
                        <onProperty>
index 72020e9104133dfe73bd833378fce03d3cd3f399..d1f03e2c9b30c0c23dd4566af01cbff6f2993eac 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 Class SYSTEM "../../DTD">
@@ -19,6 +19,9 @@ SPDX-License-Identifier: CC0-1.0
        <isDefinedBy>
                <SpecificResource source="(SKOS)" fragment="Collection"/>
        </isDefinedBy>
+       <subClassOf>
+               <resource name="dcmitype:Collection"/>
+       </subClassOf>
        <disjointWith>
                <resource name="skos:Concept"/>
        </disjointWith>
index 7a8953af356b73494f851a0b1d03a56313f49e7d..a34572ca08d7804bf7e9e0a643037cbfd8fc7844 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 DatatypeProperty SYSTEM "../../DTD">
@@ -15,12 +15,9 @@ SPDX-License-Identifier: CC0-1.0
                <SpecificResource source="(SKOS)" fragment="xl-literalForm"/>
        </isDefinedBy>
        <subPropertyOf>
-               <resource name="rdf:value"/>
+               <resource name="awol:body"/>
        </subPropertyOf>
        <domain>
                <resource name="skosxl:Label"/>
        </domain>
-       <range>
-               <resource name="rdf:PlainLiteral"/>
-       </range>
 </DatatypeProperty>
index dd7a9b9ba04154f1991b79b84edf551f3a22b5dc..dd8b4729a9aff07fa42a71fc0dbfeaad90da151d 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 ObjectProperty SYSTEM "../../DTD">
@@ -22,6 +22,9 @@ SPDX-License-Identifier: CC0-1.0
        <subPropertyOf>
                <resource name="skos:semanticRelation"/>
        </subPropertyOf>
+       <subPropertyOf>
+               <resource name="sioc:related_to"/>
+       </subPropertyOf>
        <propertyDisjointWith>
                <resource name="skos:broader"/>
        </propertyDisjointWith>
index 980ec7b214a656e788fb3c8fdb35797394befba1..958c0e5d300d6b4d408251d0523a6ab7378bf905 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 ObjectProperty SYSTEM "../../DTD">
@@ -15,7 +15,7 @@ SPDX-License-Identifier: CC0-1.0
                <SpecificResource source="(SKOS)" fragment="semanticRelation"/>
        </isDefinedBy>
        <subPropertyOf>
-               <resource name="skos:semanticRelation"/>
+               <resource name="dcterms:relation"/>
        </subPropertyOf>
        <domain>
                <resource name="skos:Concept"/>
This page took 0.028583 seconds and 4 git commands to generate.