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

Commit

Permalink
ont: Improves linking to creators [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed May 6, 2024
1 parent a242f27 commit 27c250b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions OKH-LOSH.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@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#> .
Expand Down Expand Up @@ -44,8 +45,10 @@ 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 ;
dcterms:creator "Martin Häuer <martin.haeuer@ose-germany.de>" ; # TODO This should linnk to a separate object; it should not be a string
dcterms:creator "Robin Vobruba <hoijui.quaero@gmail.com>" ; # TODO This should linnk to a separate object; it should not be a string
dce:creator "Martin Häuer <martin.haeuer@ose-germany.de>" ;
dcterms:creator orcid:0000-0002-1611-7129 ;
dce:creator "Robin Vobruba <hoijui.quaero@gmail.com>" ;
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" ;
Expand Down
7 changes: 5 additions & 2 deletions OTRL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@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#> .
Expand Down Expand Up @@ -40,8 +41,10 @@ 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 ;
dcterms:creator "Martin Häuer <martin.haeuer@ose-germany.de>" ; # TODO This should linnk to a separate object; it should not be a string
dcterms:creator "Robin Vobruba <hoijui.quaero@gmail.com>" ; # TODO This should linnk to a separate object; it should not be a string
dce:creator "Martin Häuer <martin.haeuer@ose-germany.de>" ;
dcterms:creator orcid:0000-0002-1611-7129 ;
dce:creator "Robin Vobruba <hoijui.quaero@gmail.com>" ;
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" ;
Expand Down

0 comments on commit 27c250b

Please # to comment.