Skip to content

Commit 57a97f8

Browse files
committed
feat/miabis_biobanks
1 parent 814eb4b commit 57a97f8

File tree

4 files changed

+36
-140
lines changed

4 files changed

+36
-140
lines changed

data/example-rdf/turtle/biobank.ttl

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
@prefix owl: <http://www.w3.org/2002/07/owl#> .
77
@prefix dct: <http://purl.org/dc/terms/> .
88
@prefix lang: <http://id.loc.gov/vocabulary/iso639-1/> .
9-
@prefix fdp-o: <https://w3id.org/fdp/fdp-o#> .
109
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
1110
@prefix obo: <http://purl.obolibrary.org/obo/> .
1211
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@@ -15,10 +14,9 @@
1514

1615

1716
:collection
18-
a obo:OBIB_0000645, dcat:Dataset;
17+
a obo:OBIB_0000616, dcat:Dataset;
1918
dct:identifier "collection-id";
20-
dct:isPartOf :catalog;
21-
obo:BFO_0000050 :biobank;
19+
obo:OBIB_0000735 :biobank;
2220
dct:title "Muscle tissue collection";
2321
dcat:contactPoint [ a vcard:Individual;
2422
vcard:email <mailto:info@ejprdbiobank.org>;
@@ -27,10 +25,7 @@
2725
vcard:hasHonorificSuffix "PhD"
2826
];
2927
dct:description "Example collection of samples";
30-
dcat:theme ordo:Orphanet_589;
31-
fdp-o:metadataIdentifier [ a datacite:Identifier;
32-
dct:identifier :collection
33-
] .
28+
dcat:theme ordo:Orphanet_589 .
3429

3530
:biobank
3631
a obo:OBIB_0000616, dcat:Resource;
@@ -39,20 +34,16 @@
3934
dct:alternative "BRD";
4035
dct:description "Biobank with collections of biopsies of muscular diseases";
4136
dcat:landingPage <https://examplebiobank.org>;
42-
obo:OBIB_0000735 :biobankOrganization;
37+
dct:publisher :biobankOrganization;
4338
dct:spatial <http://publications.europa.eu/resource/authority/country/AUT>;;
4439
dcat:contactPoint [ a vcard:Individual;
4540
vcard:email <mailto:director@ejprdbiobank.org>;
4641
vcard:hasGivenName "Mario";
4742
vcard:hasFamilyName "Rossi";
4843
vcard:hasHonorificSuffix "PhD"
4944
];
50-
obo:BFO_0000051 :collection;
51-
fdp-o:metadataIdentifier [ a datacite:Identifier;
52-
dct:identifier :biobank
53-
] .
45+
obo:OBIB_0000732 :collection .
5446

5547
:biobankOrganization
56-
a obo:OBIB_0000623, foaf:Organization;
57-
foaf:name "University of Muscle Diseases";
58-
obo:OBIB_0000732 :biobank .
48+
a foaf:Organization;
49+
foaf:name "University of Muscle Diseases" .

docs/biobank.md

Lines changed: 7 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ These two concepts of MIABIS have been mapped to DCAT:Resources and denoted usin
3030
@prefix owl: <http://www.w3.org/2002/07/owl#> .
3131
@prefix dct: <http://purl.org/dc/terms/> .
3232
@prefix lang: <http://id.loc.gov/vocabulary/iso639-1/> .
33-
@prefix fdp-o: <https://w3id.org/fdp/fdp-o#> .
3433
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
3534
@prefix obo: <http://purl.obolibrary.org/obo/> .
3635
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@@ -39,10 +38,9 @@ These two concepts of MIABIS have been mapped to DCAT:Resources and denoted usin
3938
4039
4140
:collection
42-
a obo:OBIB_0000645, dcat:Dataset;
41+
a obo:OBIB_0000616, dcat:Dataset;
4342
dct:identifier "collection-id";
44-
dct:isPartOf :catalog;
45-
obo:BFO_0000050 :biobank;
43+
obo:OBIB_0000735 :biobank;
4644
dct:title "Muscle tissue collection";
4745
dcat:contactPoint [ a vcard:Individual;
4846
vcard:email <mailto:info@ejprdbiobank.org>;
@@ -51,10 +49,7 @@ These two concepts of MIABIS have been mapped to DCAT:Resources and denoted usin
5149
vcard:hasHonorificSuffix "PhD"
5250
];
5351
dct:description "Example collection of samples";
54-
dcat:theme ordo:Orphanet_589;
55-
fdp-o:metadataIdentifier [ a datacite:Identifier;
56-
dct:identifier :collection
57-
] .
52+
dcat:theme ordo:Orphanet_589 .
5853
5954
:biobank
6055
a obo:OBIB_0000616, dcat:Resource;
@@ -63,95 +58,16 @@ These two concepts of MIABIS have been mapped to DCAT:Resources and denoted usin
6358
dct:alternative "BRD";
6459
dct:description "Biobank with collections of biopsies of muscular diseases";
6560
dcat:landingPage <https://examplebiobank.org>;
66-
obo:OBIB_0000735 :biobankOrganization;
61+
dct:publisher :biobankOrganization;
6762
dct:spatial <http://publications.europa.eu/resource/authority/country/AUT>;;
6863
dcat:contactPoint [ a vcard:Individual;
6964
vcard:email <mailto:director@ejprdbiobank.org>;
7065
vcard:hasGivenName "Mario";
7166
vcard:hasFamilyName "Rossi";
7267
vcard:hasHonorificSuffix "PhD"
7368
];
74-
obo:BFO_0000051 :collection;
75-
fdp-o:metadataIdentifier [ a datacite:Identifier;
76-
dct:identifier :biobank
77-
] .
69+
obo:OBIB_0000732 :collection .
7870
7971
:biobankOrganization
80-
a obo:OBIB_0000623, foaf:Organization;
81-
foaf:name "University of Mus
82-
```
83-
84-
***
85-
86-
### Validation artifacts
87-
88-
##### ShEx figure
89-
90-
<p align="center">
91-
<a href="../images/shex/biobank.svg" target="_blank">
92-
<img src="../images/shex/biobank.svg">
93-
</a>
94-
</p>
95-
96-
***
97-
##### ShEx
98-
99-
``` ShEx
100-
PREFIX : <http://purl.org/ejp-rd/metadata-model/v1/shex/>
101-
PREFIX dcat: <http://www.w3.org/ns/dcat#>
102-
PREFIX dct: <http://purl.org/dc/terms/>
103-
PREFIX ejprd: <http://purl.org/ejp-rd/vocabulary/>
104-
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
105-
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
106-
PREFIX sio: <http://semanticscience.org/resource/>
107-
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
108-
PREFIX odrl: <https://www.w3.org/TR/odrl-model/>
109-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
110-
PREFIX obo: <http://purl.obolibrary.org/obo/>
111-
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
112-
PREFIX datacite: <http://purl.org/spar/datacite/>
113-
114-
# Collection in MIABIS 2.0 represents a set of samples with at least one common characteristic (
115-
:collectionShape IRI {
116-
rdf:type [dcat:Resource dcat:Dataset obo:OBIB_0000625]; # obo:OBIB_0000625 is "Hosted Study Collection"
117-
dct:identifier xsd:string;
118-
dct:title xsd:string;
119-
dct:alternative xsd:string*;
120-
dct:description xsd:string*;
121-
dcat:theme IRI+; # theme is used for the diseases in the collection expressed using ORDO
122-
dcat:keyword xsd:string*;
123-
dct:publisher [foaf:Agent];
124-
dcat:landingPage IRI*;
125-
dct:language xsd:string+;
126-
dct:contactPoint [vcard:Individual];
127-
obo:BFO_0000050 @:biobankShape # obo:BFO_0000050 is "part of"
128-
# missing mapping of some properties that are present in MIABIS:
129-
# age low
130-
# age high
131-
# age unit
132-
# data categories
133-
# material type
134-
# storage temperature
135-
# collection type
136-
}
137-
138-
# In MIABIS, Biobank is defined as an organization or an organizational unit that stores samples and data related to the samples.
139-
# Only Organizational property are used to describe a Biobank
140-
:biobankShape IRI {
141-
rdf:type [dcat:Resource obo:OBIB_0000616]; # obo:OBIB_0000616 is Biobank
142-
dct:identifier xsd:string;
143-
dct:title xsd:string;
144-
dct:alternative xsd:string*;
145-
dct:description xsd:stirng*;
146-
dcat:landingPage IRI*;
147-
obo:OBIB_0000735 :biobankOrganizationShape; # obo:OBIB_0000735 is "owned by"
148-
dct:spatial IRI*;
149-
dcat:contactPoint [vcard:Individual];
150-
obo:BFO_0000051 @:collectionShape+; # obo:BFO_0000051 is "has part"
151-
}
152-
153-
:biobankOrganizationShape IRI {
154-
rdf:type [foaf:Organization obo:OBIB_0000623]; # obo:OBIB_0000623 is Biobank Organization
155-
obo:OBIB_0000732 @:biobankShape # OBIB_0000732 is "owns"
156-
}
157-
```
72+
a foaf:Organization;
73+
foaf:name "University of Muscle Diseases" .```

0 commit comments

Comments
 (0)