Skip to content

Commit

Permalink
fix: fixes obib term for biobank organization in biobank example
Browse files Browse the repository at this point in the history
  • Loading branch information
svituz committed Jun 5, 2023
1 parent 57a97f8 commit 3eda2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/example-rdf/turtle/biobank.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
dcat:theme ordo:Orphanet_589 .

:biobank
a obo:OBIB_0000616, dcat:Resource;
a obo:OBIB_0000623, dcat:Resource;
dct:identifier "biobank-id";
dct:title "Biobank of Rare Diseases";
dct:alternative "BRD";
Expand Down
2 changes: 1 addition & 1 deletion docs/biobank.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ These two concepts of MIABIS have been mapped to DCAT:Resources and denoted usin
dcat:theme ordo:Orphanet_589 .
:biobank
a obo:OBIB_0000616, dcat:Resource;
a obo:OBIB_0000623, dcat:Resource;
dct:identifier "biobank-id";
dct:title "Biobank of Rare Diseases";
dct:alternative "BRD";
Expand Down

0 comments on commit 3eda2b2

Please sign in to comment.