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`
5357and `dcam:rangeIncludes` in this ontology:
5458Looking at the definitions for the RDFS version
5559of the two, `rdfs:domain` and `rdfs:range`:
@@ -67,12 +71,7 @@ Though there is an additional,
6771very important difference:
6872The `*Includes` properties are just suggestions,
6973so 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#" ;
0 commit comments