Skip to content

Commit 13aa705

Browse files
committed
ont: Convert REUSE annotations from skos:editorialNote to rdfs:comment
1 parent 995726f commit 13aa705

7 files changed

Lines changed: 29 additions & 31 deletions

File tree

src/spec/okh-img.ttl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
a
2323
ods:Dataset ,
2424
spdx:SpdxItem ;
25+
rdfs:comment """
26+
# SPDX-FileCopyrightText: 2025 Robin Vobruba <hoijui.quaero@gmail.com>
27+
#
28+
# SPDX-License-Identifier: AGPL-3.0-or-later
29+
""" ;
2530
owl:versionInfo "0.1.0" ;
2631
owl:versionIRI <http://w3id.org/oseg/ont/0.1.0/okhimg> ;
2732
cc:license "https://www.gnu.org/licenses/agpl-3.0.txt" ;
@@ -45,11 +50,6 @@ for images in OKH."""@en ;
4550
dcterms:title "Open Know How (OKH) - Image Tags & Slots"@en ;
4651
schema:codeRepository "https://github.com/iop-alliance/OpenKnowHow/" ;
4752
schema:creator osegprof:robinVobruba ;
48-
skos:editorialNote """
49-
# SPDX-FileCopyrightText: 2025 Robin Vobruba <hoijui.quaero@gmail.com>
50-
#
51-
# SPDX-License-Identifier: AGPL-3.0-or-later
52-
""" ;
5353
spdx:licenseDeclared spdxl:AGPL-3.0-or-later ;
5454
vann:preferredNamespacePrefix "okhimg" ;
5555
vann:preferredNamespaceUri "http://w3id.org/oseg/ont/okhimg#"^^xsd:anyURI ;

src/spec/okh-meta.ttl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
a
2222
owl:Ontology ,
2323
spdx:SpdxItem ;
24+
rdfs:comment """
25+
# SPDX-FileCopyrightText: 2024 Robin Vobruba <hoijui.quaero@gmail.com>
26+
#
27+
# SPDX-License-Identifier: GPL-3.0-or-later
28+
""" ;
2429
owl:versionInfo "1.1.0" ;
2530
owl:versionIRI <http://w3id.org/oseg/ont/1.1.0/okh-meta> ;
2631
cc:license "https://www.gnu.org/licenses/gpl-3.0.txt" ;
@@ -48,8 +53,7 @@ when browsing multiple projects at a time."""@en ;
4853
dcterms:title "Open Know How (OKH) - Meta"@en ;
4954
schema:codeRepository "https://github.com/iop-alliance/OpenKnowHow/" ;
5055
schema:creator osegprof:robinVobruba ;
51-
skos:editorialNote
52-
"""Regarding the use of `dcam:domainIncludes`
56+
skos:editorialNote """Regarding the use of `dcam:domainIncludes`
5357
and `dcam:rangeIncludes` in this ontology:
5458
Looking at the definitions for the RDFS version
5559
of the two, `rdfs:domain` and `rdfs:range`:
@@ -67,12 +71,7 @@ Though there is an additional,
6771
very important difference:
6872
The `*Includes` properties are just suggestions,
6973
so if they are used, it is left open to use other,
70-
not mentioned class as domain or range too."""@en ,
71-
"""
72-
# SPDX-FileCopyrightText: 2024 Robin Vobruba <hoijui.quaero@gmail.com>
73-
#
74-
# SPDX-License-Identifier: GPL-3.0-or-later
75-
""" ;
74+
not mentioned class as domain or range too."""@en ;
7675
spdx:licenseDeclared spdxl:GPL-3.0-or-later ;
7776
vann:preferredNamespacePrefix "okhmeta" ;
7877
vann:preferredNamespaceUri "http://w3id.org/oseg/ont/okh-meta#" ;

src/spec/okh.ttl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
dcterms:Standard ,
3737
owl:Ontology ,
3838
spdx:SpdxItem ;
39+
rdfs:comment """
40+
# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <martin.haeuer@ose-germany.de>
41+
# SPDX-FileCopyrightText: 2020 - 2025 Robin Vobruba <hoijui.quaero@gmail.com>
42+
#
43+
# SPDX-License-Identifier: GPL-3.0-or-later
44+
""" ;
3945
owl:versionInfo "1.1.0" ;
4046
owl:versionIRI <http://w3id.org/oseg/ont/1.1.0/okh> ;
4147
cc:license "https://www.gnu.org/licenses/gpl-3.0.txt"^^xsd:anyURI ;
@@ -89,12 +95,6 @@ very important difference:
8995
The `*Includes` properties are just suggestions,
9096
so if they are used, it is left open to use other,
9197
not mentioned class as domain or range too."""@en ,
92-
"""
93-
# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <martin.haeuer@ose-germany.de>
94-
# SPDX-FileCopyrightText: 2020 - 2025 Robin Vobruba <hoijui.quaero@gmail.com>
95-
#
96-
# SPDX-License-Identifier: GPL-3.0-or-later
97-
""" ,
9898
"""# Naming Convention
9999
100100
- Classes:

src/spec/okh_deprecated.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<>
3535
a owl:Ontology ;
36-
skos:editorialNote """
36+
rdfs:comment """
3737
# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <martin.haeuer@ose-germany.de>
3838
# SPDX-FileCopyrightText: 2020 - 2025 Robin Vobruba <hoijui.quaero@gmail.com>
3939
#

src/spec/okh_proposed.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<>
3535
a owl:Ontology ;
36-
skos:editorialNote """
36+
rdfs:comment """
3737
# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <martin.haeuer@ose-germany.de>
3838
# SPDX-FileCopyrightText: 2020 - 2025 Robin Vobruba <hoijui.quaero@gmail.com>
3939
#

src/spec/otrl.ttl

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
a
2222
owl:Ontology ,
2323
spdx:SpdxItem ;
24+
rdfs:comment """
25+
# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <martin.haeuer@ose-germany.de>
26+
# SPDX-FileCopyrightText: 2020 - 2025 Robin Vobruba <hoijui.quaero@gmail.com>
27+
#
28+
# SPDX-License-Identifier: GPL-3.0-or-later
29+
""" ;
2430
owl:versionInfo "1.1.0" ;
2531
owl:versionIRI <http://w3id.org/oseg/ont/1.1.0/otrl> ;
2632
cc:license "https://www.gnu.org/licenses/gpl-3.0.txt" ;
@@ -50,8 +56,7 @@
5056
schema:creator
5157
osegprof:martinHaeuer ,
5258
osegprof:robinVobruba ;
53-
skos:editorialNote
54-
"""Regarding the use of `dcam:domainIncludes`
59+
skos:editorialNote """Regarding the use of `dcam:domainIncludes`
5560
and `dcam:rangeIncludes` in this ontology:
5661
Looking at the definitions for the RDFS version
5762
of the two, `rdfs:domain` and `rdfs:range`:
@@ -69,13 +74,7 @@ Though there is an additional,
6974
very important difference:
7075
The `*Includes` properties are just suggestions,
7176
so if they are used, it is left open to use other,
72-
not mentioned class as domain or range too."""@en ,
73-
"""
74-
# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <martin.haeuer@ose-germany.de>
75-
# SPDX-FileCopyrightText: 2020 - 2025 Robin Vobruba <hoijui.quaero@gmail.com>
76-
#
77-
# SPDX-License-Identifier: GPL-3.0-or-later
78-
""" ;
77+
not mentioned class as domain or range too."""@en ;
7978
spdx:licenseDeclared spdxl:GPL-3.0-or-later ;
8079
vann:preferredNamespacePrefix "otrl" ;
8180
vann:preferredNamespaceUri "http://w3id.org/oseg/ont/otrl#"^^xsd:anyURI ;

src/spec/otrl_deprecated.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<>
2121
a owl:Ontology ;
22-
skos:editorialNote """
22+
rdfs:comment """
2323
# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <martin.haeuer@ose-germany.de>
2424
# SPDX-FileCopyrightText: 2020 - 2025 Robin Vobruba <hoijui.quaero@gmail.com>
2525
#

0 commit comments

Comments
 (0)