diff --git a/pages/_properties/alternateScientificName.html b/pages/_properties/alternateScientificName.html new file mode 100644 index 00000000..924fb289 --- /dev/null +++ b/pages/_properties/alternateScientificName.html @@ -0,0 +1,19 @@ +--- +dateModified: 2023-11-02 +prop_name: alternateScientificName +description: A TaxonName representing a scientific name, with authorship and date information if known, of a synonym of the currently valid (zoological) or accepted (botanical) name. + +expected_values_as_type : +- TaxonName + +# expected_values_as_data : +# - text + +# used_in_types: +# - + +used_in_profiles: +- Taxon +--- + +{% include properties.html %} \ No newline at end of file diff --git a/pages/_properties/scientificName.html b/pages/_properties/scientificName.html new file mode 100644 index 00000000..8ff0b78b --- /dev/null +++ b/pages/_properties/scientificName.html @@ -0,0 +1,19 @@ +--- +dateModified: 2023-11-02 +prop_name: scientificName +description: A TaxonName representing the currently valid (zoological) or accepted (botanical) name for that taxon. + +expected_values_as_type : +- TaxonName + +# expected_values_as_data : +# - text + +# used_in_types: +# - + +used_in_profiles: +- Taxon +--- + +{% include properties.html %} \ No newline at end of file