This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ont: Improves linking to creators [fix]
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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#> . | ||
|
@@ -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 <[email protected]>" ; # TODO This should linnk to a separate object; it should not be a string | ||
dcterms:creator "Robin Vobruba <[email protected]>" ; # TODO This should linnk to a separate object; it should not be a string | ||
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" ; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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#> . | ||
|
@@ -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 <[email protected]>" ; # TODO This should linnk to a separate object; it should not be a string | ||
dcterms:creator "Robin Vobruba <[email protected]>" ; # TODO This should linnk to a separate object; it should not be a string | ||
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" ; | ||
|