Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
deploy: 27c250b
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed May 6, 2024
1 parent cd21031 commit 0e3fb22
Show file tree
Hide file tree
Showing 50 changed files with 14,552 additions and 14,258 deletions.
59 changes: 29 additions & 30 deletions OKH-LOSH.ttl
Original file line number Diff line number Diff line change
@@ -1,59 +1,58 @@
@base <https://w3id.org/oseg/ont/okh> .
@prefix okh: <#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix epo: <http://data.epo.org/linked-data/def/patent/> .
@prefix npg: <http://ns.nature.com/terms/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix orcid: <https://orcid.org/> .
@prefix otrl: <https://w3id.org/oseg/ont/otrl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix spdxt: <http://spdx.org/rdf/terms#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix epo: <http://data.epo.org/linked-data/def/patent/> .
@prefix npg: <http://ns.nature.com/terms/> .
@prefix otrl: <https://w3id.org/oseg/ont/otrl#> .
@prefix tsdc: <https://w3id.org/oseg/ont/tsdc/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <[email protected]>
# SPDX-FileCopyrightText: 2020 - 2024 Robin Vobruba <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later

# Fixes, changes or suggestions to this file
# can be issued at its source location:
# <https://github.com/OPEN-NEXT/OKH-LOSH/master/OKH-LOSH.ttl>

# NOTE:
# Regarding the use of `schema:domainIncludes`
# and `schema:rangeIncludes` in this ontology:
# Looking at the definitions for the RDFS version
# of the two, `rdfs:domain` and `rdfs:range`:
# * https://www.w3.org/TR/rdf-schema/#ch_domain
# * https://www.w3.org/TR/rdf-schema/#ch_range
# and as described in this StackOverflow answer:
# <https://stackoverflow.com/a/74782257/586229>,
# multiple objects for the two RDFS properties mean,
# that *all of them* apply, simultaneously,
# not *one of them*.
# You may think of this as an `AND` coupling.
# We want the *one of them* meaning though (`OR`).
# The `schema:*` properties give us just that.

<>
a owl:Ontology ;
vann:preferredNamespacePrefix "okh" ;
vann:preferredNamespaceUri "https://w3id.org/oseg/ont/okh#" ;
owl:versionInfo "1.1" ;
owl:versionIRI <> ; # TODO FIXME
owl:versionInfo "1.1.0" ;
owl:versionIRI <https://w3id.org/oseg/ont/1.1.0/okh> ;
dcterms:title "OSH ontology"@en ;
dcterms:description "An Open Source Hardware ontology"@en ;
dcterms:creator "Martin Häuer <[email protected]>" ;
dcterms:creator "Robin Vobruba <[email protected]>" ;
schema:comment """Regarding the use of `schema:domainIncludes`
and `schema:rangeIncludes` in this ontology:
Looking at the definitions for the RDFS version
of the two, `rdfs:domain` and `rdfs:range`:
* https://www.w3.org/TR/rdf-schema/#ch_domain
* https://www.w3.org/TR/rdf-schema/#ch_range
and as described in this StackOverflow answer:
<https://stackoverflow.com/a/74782257/586229>,
multiple objects for the two RDFS properties mean,
that *all of them* apply, simultaneously,
not *one of them*.
You may think of this as an `AND` coupling.
We want the *one of them* meaning though (`OR`).
The `schema:*` properties give us just that."""@en ;
dce:creator "Martin Häuer <[email protected]>" ;
dcterms:creator orcid:0000-0002-1611-7129 ;
dce:creator "Robin Vobruba <[email protected]>" ;
dcterms:creator orcid:0009-0004-3559-6542 ;
dcterms:license <https://www.gnu.org/licenses/gpl-3.0.txt> ;
cc:license <https://www.gnu.org/licenses/gpl-3.0.txt> ;
spdxt:ListedLicense "GPL-3.0-or-later" ;
dce:source "https://github.com/OPEN-NEXT/OKH-LOSH/master/OKH-LOSH.ttl" ;
.

okh:Component
Expand Down
53 changes: 26 additions & 27 deletions OTRL.ttl
Original file line number Diff line number Diff line change
@@ -1,55 +1,54 @@
@base <https://w3id.org/oseg/ont/otrl> .
@prefix otrl: <#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix spdxt: <http://spdx.org/rdf/terms#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <[email protected]>
# SPDX-FileCopyrightText: 2020 - 2024 Robin Vobruba <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later

# Fixes, changes or suggestions to this file
# can be issued at its source location:
# <https://github.com/OPEN-NEXT/OKH-LOSH/master/OTRL.ttl>

# NOTE:
# Regarding the use of `schema:domainIncludes`
# and `schema:rangeIncludes` in this ontology:
# Looking at the definitions for the RDFS version
# of the two, `rdfs:domain` and `rdfs:range`:
# * https://www.w3.org/TR/rdf-schema/#ch_domain
# * https://www.w3.org/TR/rdf-schema/#ch_range
# and as described in this StackOverflow answer:
# <https://stackoverflow.com/a/74782257/586229>,
# multiple objects for the two RDFS properties mean,
# that *all of them* apply, simultaneously,
# not *one of them*.
# You may think of this as an `AND` coupling.
# We want the *one of them* meaning though (`OR`).
# The `schema:*` properties give us just that.

<>
a owl:Ontology ;
vann:preferredNamespacePrefix "otrl" ;
vann:preferredNamespaceUri "https://w3id.org/oseg/ont/otrl#" ;
owl:versionInfo "1.1" ;
owl:versionIRI <> ; # TODO FIXME
owl:versionInfo "1.1.0" ;
owl:versionIRI <https://w3id.org/oseg/ont/1.1.0/otrl> ;
dcterms:title "Open Technology & Documentation Readiness Level (OTRL) ontology"@en ;
dcterms:description "This can be used to assess an Open Source Hardware projects stage of technical development and its documentation."@en ;
schema:comment "Descriptions (`rdfs:comment`) from NASA are used under public domain"@en ;
dcterms:creator "Martin Häuer <[email protected]>" ;
dcterms:creator "Robin Vobruba <[email protected]>" ;
schema:comment """Regarding the use of `schema:domainIncludes`
and `schema:rangeIncludes` in this ontology:
Looking at the definitions for the RDFS version
of the two, `rdfs:domain` and `rdfs:range`:
* https://www.w3.org/TR/rdf-schema/#ch_domain
* https://www.w3.org/TR/rdf-schema/#ch_range
and as described in this StackOverflow answer:
<https://stackoverflow.com/a/74782257/586229>,
multiple objects for the two RDFS properties mean,
that *all of them* apply, simultaneously,
not *one of them*.
You may think of this as an `AND` coupling.
We want the *one of them* meaning though (`OR`).
The `schema:*` properties give us just that."""@en ;
dce:creator "Martin Häuer <[email protected]>" ;
dcterms:creator orcid:0000-0002-1611-7129 ;
dce:creator "Robin Vobruba <[email protected]>" ;
dcterms:creator orcid:0009-0004-3559-6542 ;
dcterms:license <https://www.gnu.org/licenses/gpl-3.0.txt> ;
cc:license <https://www.gnu.org/licenses/gpl-3.0.txt> ;
spdxt:ListedLicense "GPL-3.0-or-later" ;
dce:source "https://github.com/OPEN-NEXT/OKH-LOSH/master/OTRL.ttl" ;
.

otrl:OTRL
Expand Down
Loading

0 comments on commit 0e3fb22

Please sign in to comment.