|
133 | 133 | ] |
134 | 134 | }, |
135 | 135 | "germplasmDbId": { |
136 | | - "description": "The ID which uniquely identifies a germplasm within the given database server \n<br>MIAPPE V1.1 (DM-41) Biological material ID - Code used to identify the biological material in the data file. Should be unique within the Investigation. Can correspond to experimental plant ID, seed lot ID, etc. This material identification is different from a BiosampleID which corresponds to Observation Unit or Samples sections below.", |
| 136 | + "description": "The ID which uniquely identifies a germplasm within the given database server \n<br>MIAPPE V1.1 (DM-41) Biological material ID - Code used to identify the biological material in the data file. Should be unique within the Investigation. Can correspond to experimental plant ID, inventory lot ID, etc. This material identification is different from a BiosampleID which corresponds to Observation Unit or Samples sections below.", |
137 | 137 | "type": "string" |
138 | 138 | }, |
139 | 139 | "germplasmName": { |
|
155 | 155 | ] |
156 | 156 | }, |
157 | 157 | "germplasmPUI": { |
158 | | - "description": "The Permanent Unique Identifier which represents a germplasm\n\nMIAPPE V1.1 (DM-41) Biological material ID - Code used to identify the biological material in the data file. Should be unique within the Investigation. Can correspond to experimental plant ID, seed lot ID, etc This material identification is different from a BiosampleID which corresponds to Observation Unit or Samples sections below.\n\nMIAPPE V1.1 (DM-51) Material source DOI - Digital Object Identifier (DOI) of the material source\n\nMCPD (v2.1) (PUID) 0. Any persistent, unique identifier assigned to the accession so it can be unambiguously referenced at the global level and the information associated with it harvested through automated means. Report one PUID for each accession. The Secretariat of the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA) is facilitating the assignment of a persistent unique identifier (PUID), in the form of a DOI, to PGRFA at the accession level. Genebanks not applying a true PUID to their accessions should use, and request recipients to use, the concatenation of INSTCODE, ACCENUMB, and GENUS as a globally unique identifier similar in most respects to the PUID whenever they exchange information on accessions with third parties.", |
| 158 | + "description": "The Permanent Unique Identifier which represents a germplasm\n\nMIAPPE V1.1 (DM-41) Biological material ID - Code used to identify the biological material in the data file. Should be unique within the Investigation. Can correspond to experimental plant ID, inventory lot ID, etc This material identification is different from a BiosampleID which corresponds to Observation Unit or Samples sections below.\n\nMIAPPE V1.1 (DM-51) Material source DOI - Digital Object Identifier (DOI) of the material source\n\nMCPD (v2.1) (PUID) 0. Any persistent, unique identifier assigned to the accession so it can be unambiguously referenced at the global level and the information associated with it harvested through automated means. Report one PUID for each accession. The Secretariat of the International Treaty on Plant Genetic Resources for Food and Agriculture (PGRFA) is facilitating the assignment of a persistent unique identifier (PUID), in the form of a DOI, to PGRFA at the accession level. Genebanks not applying a true PUID to their accessions should use, and request recipients to use, the concatenation of INSTCODE, ACCENUMB, and GENUS as a globally unique identifier similar in most respects to the PUID whenever they exchange information on accessions with third parties.", |
159 | 159 | "type": "string" |
160 | 160 | }, |
161 | 161 | "germplasmPreprocessing": { |
|
245 | 245 | "synonyms": { |
246 | 246 | "description": "List of alternative names or IDs used to reference this germplasm\n\nMCPD (v2.1) (OTHERNUMB) 24. Any other identifiers known to exist in other collections for this accession. Use the following format: INSTCODE:ACCENUMB;INSTCODE:identifier;INSTCODE and identifier are separated by a colon without space. Pairs of INSTCODE and identifier are separated by a semicolon without space. When the institute is not known, the identifier should be preceded by a colon.", |
247 | 247 | "relationshipType": "one-to-many", |
248 | | - "referencedAttribute": "germplasm", |
249 | 248 | "items": { |
250 | 249 | "$ref": "../BrAPI-Germplasm/Germplasm.json#/$defs/Synonym", |
251 | 250 | "description": "Synonyms" |
|
264 | 263 | "$ref": "../BrAPI-Germplasm/Germplasm.json#/$defs/TaxonId", |
265 | 264 | "description": "TaxonIds" |
266 | 265 | }, |
267 | | - "title": "TaxonIds", |
268 | 266 | "type": [ |
269 | 267 | "null", |
270 | 268 | "array" |
|
408 | 406 | ] |
409 | 407 | }, |
410 | 408 | "germplasm": { |
411 | | - "description": "donoers associated with a germplasm", |
| 409 | + "description": "donors associated with a germplasm", |
412 | 410 | "$ref": "../BrAPI-Germplasm/Germplasm.json#/$defs/Germplasm", |
413 | 411 | "relationshipType": "many-to-one", |
414 | 412 | "referencedAttribute": "donors" |
|
502 | 500 | } |
503 | 501 | }, |
504 | 502 | "Synonym": { |
| 503 | + "description": "Alternative way to refer to a Germplasm, Cultivar of Variety", |
505 | 504 | "properties": { |
506 | 505 | "synonym": { |
507 | 506 | "description": "Alternative name or ID used to reference this germplasm", |
|
532 | 531 | } |
533 | 532 | }, |
534 | 533 | "TaxonId": { |
| 534 | + "description": "The Taxon of the Germplasm", |
535 | 535 | "properties": { |
536 | 536 | "taxonId": { |
537 | 537 | "description": "The identifier (name, ID, URI) of a particular taxonomy within the source provider", |
|
0 commit comments