Skip to content

Commit 3eda2b2

Browse files
committed
fix: fixes obib term for biobank organization in biobank example
1 parent 57a97f8 commit 3eda2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/example-rdf/turtle/biobank.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
dcat:theme ordo:Orphanet_589 .
2929

3030
:biobank
31-
a obo:OBIB_0000616, dcat:Resource;
31+
a obo:OBIB_0000623, dcat:Resource;
3232
dct:identifier "biobank-id";
3333
dct:title "Biobank of Rare Diseases";
3434
dct:alternative "BRD";

docs/biobank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ These two concepts of MIABIS have been mapped to DCAT:Resources and denoted usin
5252
dcat:theme ordo:Orphanet_589 .
5353
5454
:biobank
55-
a obo:OBIB_0000616, dcat:Resource;
55+
a obo:OBIB_0000623, dcat:Resource;
5656
dct:identifier "biobank-id";
5757
dct:title "Biobank of Rare Diseases";
5858
dct:alternative "BRD";

0 commit comments

Comments
 (0)