Skip to content

Commit e9a3fcf

Browse files
hslhdavidruvolo51
authored andcommitted
Add combined networks to biobanks (#4512)
* Fix CSV formatting * Add combined_network attribute * Typos * Clarify description * Add combined_network to demo data
1 parent c3bd9b0 commit e9a3fcf

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
id,pid,name,acronym,description,url,location,country,latitude,longitude,head,contact,juridical_person,network,also_known,services,collaboration_commercial,collaboration_non_for_profit,national_node,withdrawn
2-
bbmri-eric:ID:DE_biobank1,pid_biobank1,Biobank1,bb1,The description of biobank1,,Berlin,DE,,,bbmri-eric:contactID:DE_head_bb1,bbmri-eric:contactID:contact_bb1,A university,bbmri-eric:networkID:DE_network1,bbmri-eric:akiID:DE_00001,"bbmri-eric:serviceID:DE_1234",true,false,DE,false
3-
bbmri-eric:ID:NL_biobank2,pid_biobank2,Biobank2,bb2,The description of biobank2,,Amsterdam,NL,,,bbmri-eric:contactID:NL_person1,bbmri-eric:contactID:NL_person1,An institute,bbmri-eric:networkID:EU_network,bbmri-eric:akiID:NL_00001,"bbmri-eric:serviceID:NL_541",false,true,NL,false
1+
id,pid,name,acronym,description,url,location,country,latitude,longitude,head,contact,juridical_person,network,combined_network,also_known,services,collaboration_commercial,collaboration_non_for_profit,national_node,withdrawn
2+
bbmri-eric:ID:DE_biobank1,pid_biobank1,Biobank1,bb1,The description of biobank1,,Berlin,DE,,,bbmri-eric:contactID:DE_head_bb1,bbmri-eric:contactID:contact_bb1,A university,bbmri-eric:networkID:DE_network1,bbmri-eric:networkID:DE_network1,bbmri-eric:akiID:DE_00001,"bbmri-eric:serviceID:DE_1234",true,false,DE,false
3+
bbmri-eric:ID:NL_biobank2,pid_biobank2,Biobank2,bb2,The description of biobank2,,Amsterdam,NL,,,bbmri-eric:contactID:NL_person1,bbmri-eric:contactID:NL_person1,An institute,bbmri-eric:networkID:EU_network,bbmri-eric:networkID:EU_network,bbmri-eric:akiID:NL_00001,"bbmri-eric:serviceID:NL_541",false,true,NL,false

data/biobank-directory/molgenis.csv

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Biobanks,,longitude,Longitude,string,,false,,"Longitude of the biobank in the WG
2828
Biobanks,,head,Head of the Biobank,ref,,false,,Person in charge of the biobank.,,Persons,,${email},,,,,
2929
Biobanks,,contact,Contact Person,ref,,true,,Contact person of the biobank.,,Persons,,${email},,,,,
3030
Biobanks,,juridical_person,Juridical Person,string,,true,,Juristic person of a biobank according to MIABIS 2.0 - MIABIS-2.0-05.,,,,,,,,,
31-
Biobanks,,network,Networks,ref_array,,false,,"Reference to a biobank network ID, to which the biobank belongs; this attribute can also be used for biobank network, where it refers to the superior biobank network.",,Networks,,${name},,,,,
31+
Biobanks,,network,Networks,ref_array,,false,,"Reference to a biobank network ID, to which the biobank belongs.",,Networks,,${name},,,,,
32+
Biobanks,,combined_network,Combined Network,ref_array,,false,,"Reference to one or more network IDs, to which the biobank belongs directly or indirectly (i.e., either the biobank is explicitly marked as part of the network or its network is).",,Networks,,${name},,,,,
3233
Biobanks,,also_known,Also Known In,ref_array,,false,,The biobank also exists in …,,AlsoKnownIn,,${name_system},,,,,
3334
Biobanks,,collections,Collections,refback,,false,,Collections belonging to the biobank.,,Collections,biobank,${name},,,,,
3435
Biobanks,,services,Services,ref_array,,false,,Capabilities and services that the biobank organisation can offer to a researcher.,,Services,,${name},,,,,
@@ -75,8 +76,8 @@ Collections,,belongs_to,Belongs to,heading,,false,,The collection belongs to ...
7576
Collections,,parent_collection,Parent Collection,ref,,false,,"Reference to a collection ID, refers to the superior collection.",,Collections,,${name},,,,,
7677
Collections,,sub_collections,Sub Collections,refback,,false,,"Reference to a collection ID, refers to one or more sub-collections.",,Collections,parent_collection,${name},,,,,
7778
Collections,,biobank,Biobank,ref,,true,,"Reference to a biobank ID, to which the collection belongs.",,Biobanks,,${name},,,,,
78-
Collections,,biobank_label,Biobank Label,string,,true,,"Name of the biobank, to which the collection belongs to.",,,,,,,,,
79-
Collections,,network,Network,ref_array,,false,,"Reference to a network ID, to which the collection belongs to.",,Networks,,${name},,,,,
79+
Collections,,biobank_label,Biobank Label,string,,true,,"Name of the biobank, to which the collection belongs.",,,,,,,,,
80+
Collections,,network,Network,ref_array,,false,,"Reference to a network ID, to which the collection belongs.",,Networks,,${name},,,,,
8081
Collections,,combined_network,Combined Network,ref_array,,false,,"Reference to one or more network IDs, to which the collection belongs directly or indirectly (i.e., either the collection is explicitly marked as part of the network or its biobank is).",,Networks,,${name},,,,,
8182
Collections,,also_known,Also Known In,ref_array,,false,,The collection also exists in …,,AlsoKnownIn,,${name_system},,,,,
8283
Collections,,studies,Studies,ref_array,,false,,A link to studies during which the collection was generated,,Studies,,${title},,,,,
@@ -171,23 +172,23 @@ QualityInfoServices,,assessmentLevel,Assessment Level,ontology,,true,,,Directory
171172
QualityInfoServices,,certificationNumber,Certification Number,string,,false,,,,,,,,,,,
172173
QualityInfoServices,,certificationReport,Certification Report,hyperlink,,false,,,,,,,,,,,
173174
QualityInfoServices,,certificationImageLink,Certification Image,hyperlink,,false,,,,,,,,,,,
174-
Services,,,,,,,,Biobank Capabilities and Services
175-
Services,,id,ID,string,1,true,,"Unique ID of the service, prefixed with bbmri-eric:serviceID:"
175+
Services,,,,,,,,Biobank Capabilities and Services,,,,,,,,,
176+
Services,,id,ID,string,1,true,,"Unique ID of the service, prefixed with bbmri-eric:serviceID:",,,,,,,,,
176177
Services,,name,Service Name,string,2,true,,Name of the service (preferably in English).,,,,,,,,,
177-
Services,,serviceTypes,Service Types,ref_array,,true,,Related service types,DirectoryOntologies,ServiceTypes,,${label}
178+
Services,,serviceTypes,Service Types,ref_array,,true,,Related service types,DirectoryOntologies,ServiceTypes,,${label},,,,,
178179
Services,,acronym,Acronym,string,,false,,Short name in use for the service. If applicable.,,,,,,,,,
179180
Services,,description,Description,string,,true,,Full description of the service (in English),,,,,,,,,
180181
Services,,descriptionUrl,Description URL,hyperlink,,false,,URL address of the service description if available.,,,,,,,,,
181182
Services,,device,Device,string,,false,,Name of the device(s) if the service is provided with the use of them.,,,,,,,,,
182183
Services,,deviceSystem,Device System,string,,false,,Name of a software system or platform if important for the device characteristics.,,,,,,,,,
183-
Services,,tRL,Technology Readiness Level ,ontology,,false,,Technology Readiness Level - a concept for self-assessment of the service maturity,DirectoryOntologies,TRLs,,${label},,,,,
184+
Services,,tRL,Technology Readiness Level,ontology,,false,,Technology Readiness Level - a concept for self-assessment of the service maturity,DirectoryOntologies,TRLs,,${label},,,,,
184185
Services,,accessDescription,Access Description,string,,true,,Description of the access policy of the service.,,,,,,,,,
185186
Services,,accessDescriptionUrl,Access Description URL,hyperlink,,false,,URL of the service access policy if available..,,,,,,,,,
186187
Services,,unitOfAccess,Unit of Access,string,,false,,Information about a standard unit used in calculations of costs of service provision.,,,,,,,,,
187188
Services,,accessDescription,Access Description,string,,true,,Description of the access policy of the service,,,,,,,,,
188189
Services,,unitCost,Unit Cost,string,,false,,Cost per unit.,,,,,,,,,
189190
Services,,qualityStandards,Quality Standards,refback,,false,true,The standards and/or technical specifications that the service is certified or accredited for.,,QualityInfoServices,service,${qualityStandard.label},,,,,
190-
Services,,contactInformation,Contact Information,ref,,false,,Contact information for the contact person or responsible person of the service ,,Persons,
191+
Services,,contactInformation,Contact Information,ref,,false,,Contact information for the contact person or responsible person of the service,,Persons,,,,,,,
191192
Services,,national_node,National Node,ref,,true,,The study originates from this national node.,,NationalNodes,,${description},,,,,
192193
Studies,,,,,,,,Table with information about the studies in which context the collection was generated,,,,,,,,,
193194
Studies,,id,ID,string,1,true,,"Unique ID of the study, prefixed with bbmri-eric:studyID:<id_of_the_study>",,,,,,,,,

0 commit comments

Comments
 (0)