{ "id": "taxonomy.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "description": "Information on the taxa (1 or more) included in the data set, including keywords, taxonomic system and coverage information, and taxonomic classification system.", "example": "", "translation": { "ISO 19115-2": ["MD_TaxonSys"], "FGDC CSDGM": ["idinfo > taxonomy"] }, "required": ["taxonomicSystem", "identificationProcedure", "taxonomicClassification"], "additionalProperties": true, "properties": { "taxonomicSystem": { "type": "array", "description": "Information about the taxonomic classification system used.", "translation": { "ISO 19115-2": ["MD_TaxonSys > classSys"], "FGDC CSDGM": ["idinfo > taxonomy > taxonsys > classsys"] }, "minItems": 1, "items": { "$ref": "#/definitions/taxonomicSystem" } }, "generalScope": { "type": "string", "description": "Description of the range of taxa addressed in the data set or collection. For example, \"all vascular plants were identified to family or species, mosses and lichens were identified as moss or lichen\".", "translation": { "ISO 19115-2": ["MD_TaxonSys > taxongen"] } }, "identificationReference": { "type": "array", "description": "Information on any non-authoritative materials (e.g. field guides) useful for reconstructing the actual process.", "example": "", "translation": {}, "minItems": 1, "items": {} }, "observer": { "type": "array", "description": "Information about the individual(s) responsible for the identification(s) of the specimens or sightings. etc.", "translation": { "ISO 19115-2": ["MD_TaxonSys > obs > CI_ResponsibleParty"] }, "items": { "$ref": "./responsibility.json#" } }, "identificationProcedure": { "type": "string", "description": "Description of the methods used for taxonomic identification. Could include specimen processing, comparison with museum materials, keys, and key characters, chemical or genetic analyses, etc.", "translation": { "ISO 19115-2": ["MD_TaxonSys > taxonpro"], "FGDC CSDGM": ["idinfo > taxonomy > taxonsys > taxonpro"] } }, "identificationCompleteness": { "type": "string", "description": "Information concerning the proportions and treatment of unidentified materials (i.e. materials sent to experts, and not yet determined); estimates of the importance, and identities of misidentifications, uncertain determinations, synonyms or other incorrect usages; taxa not well treated or requiring further work; and expertise of field workers.", "translation": {} }, "voucher": { "type": "array", "description": "Information on the types of specimen, the repository, and the individuals who identified the vouchers.", "translation": { "ISO 19115-2": ["MD_TaxonSys > voucher > MD_Vouchers"], "FGDC CSDGM": ["idinfo > taxonomy > taxonsys > vouchers"] }, "minItems": 1, "items": { "$ref": "#/definitions/voucher" } }, "taxonomicClassification": { "$ref": "#/definitions/taxonomicClassification" } }, "definitions": { "taxonomicSystem": { "type": "object", "required": ["citation"], "additionalProperties": true, "properties": { "citation": { "$ref": "citation.json", "description": "Information about the classification system or authority used.", "example": "", "translation": { "ISO 19115-2": ["MD_TaxonSys > classSys > CI_Citation"], "FGDC CSDGM": ["idinfo > taxonomy > taxonsys > classsys"] } }, "modifications": { "type": "string", "description": "Description of any modifications or exceptions made to the classification system or authority used.", "example": "", "translation": {} } } }, "taxonomicClassification": { "type": "object", "description": "Information about the range of taxa addressed in the data set or collection. NOTE It is recommended that one provide information starting from the taxonomic rank of kingdom, to a level which reflects the data set or collection being documented.", "example": "", "translation": { "ISO 19115-2": ["MD_TaxonSys > taxonCl > MD_TaxonCl"], "FGDC CSDGM": ["idinfo > taxonomy > taxoncl"] }, "required": ["latinName", "taxonomicRank"], "additionalProperties": true, "properties": { "taxonomicSystemId": { "type": "string", "description": "The ID assigned by the taxonomic system to the taxonomicRank.", "minLength": 1 }, "taxonomicRank": { "type": "string", "description": "Name of the taxonomic rank for which the taxonValue is provided. Example: \"Kingdom\", \"Division\", \"Phylum\", \"Subphylum\", \"SuperClass\", \"Class\", \"SubClass\", \"InfraClass\", \"Superorder\", \"Order\", \"Suborder\", \"Infraorder\", \"Superfamily\", \"Family\", \"Subfamily\", \"Tribe\", \"Subtribe\", \"Genus\", \"Species\".", "translation": { "ISO 19115-2": [" MD_TaxonCl > taxonrn"], "FGDC CSDGM": ["idinfo > taxonomy > taxoncl > taxonrn"] } }, "latinName": { "type": "string", "description": "Taxonomic rank value of the taxon being described.", "translation": { "ISO 19115-2": ["MD_TaxonCl > taxonrv"], "FGDC CSDGM": ["idinfo > taxonomy > taxoncl > taxonrv"] } }, "commonName": { "type": "array", "description": "Specification of applicable common names. These common names may be general descriptions of a group of organisms if appropriate (e.g. insects, vertebrate, grasses, waterfowl, vascular plants, etc.).", "translation": { "ISO 19115-2": ["MD_TaxonCl > common"], "FGDC CSDGM": ["idinfo > taxonomy > taxoncl > common"] }, "items": { "type": "string" } }, "subClassification": { "type": "array", "items": { "$ref": "#/definitions/taxonomicClassification" } } } }, "voucher": { "type": "object", "description": "Information on the types of specimen, the repository, and the individuals who identified the vouchers.", "example": "", "translation": { "ISO 19115-2": ["MD_TaxonSys > voucher > MD_Vouchers"], "FGDC CSDGM": ["idinfo > taxonomy > taxonsys > vouchers"] }, "required": ["specimen", "repository"], "properties": { "specimen": { "type": "string", "description": "Word or phrase describing the type of specimen collected (e.g. 'herbarium specimens', 'blood samples', 'photographs', 'individuals', or 'batches').", "translation": { "ISO 19115-2": ["MD_Vouchers > specimen"], "FGDC CSDGM": ["idinfo > taxonomy > taxonsys > vouchers > specimens"] } }, "repository": { "description": "Information about the curator or contact person and/or agency responsible for the specimens.", "example": "", "translation": { "ISO 19115-2": ["MD_Vouchers > reposit > CI_ResponsibleParty"], "FGDC CSDGM": ["idinfo > taxonomy > taxonsys > vouchers > reposit"] }, "$ref": "./responsibility.json#" } } } } }