BDQ Tests Quick Reference Guide
Draft Standard for Review
This document is intended to be an easy-to-read reference for the Tests maintained as part of the TDWG standard BDQ produced by the TDWG Biodiversity Data Quality Interest Group Task Group 2: Data Quality Tests and Assertions and is maintained by the BDQ Maintenance Interest Group. This document lists the BDQ Tests, described by the Terms Used in the BDQ Tests Quick Reference Guide. Definitions, comments, and examples may include namespace abbreviations (e.g., bdqval:, dwc:). These are required as the meaning for the word is defined specifically in that namespace. Thus, dwc:Event means Event as defined by Darwin Core at https://dwc.tdwg.org/terms/#event.
-
Learn More:
-
Questions or suggestions? Submit and issue in GitHub BDQ Issues.
- How To Cite BDQ
Linked Indexes (non-normative)
Index by: Use Case, Information Element Acted Upon, Information Element Class, Data Quality Dimension,
This document also includes Measures operating on Test Responses for Multi Records (datasets) indexed in Multi Record Measures
The Tests
TIME
SPACE
NAME
OTHER
Amendment
AMENDMENT_DATEIDENTIFIED_STANDARDIZED
| Label | AMENDMENT_DATEIDENTIFIED_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/39bb2280-1215-447b-9221-fd13bc990641-2024-09-16 |
| Preferred Label | Amendment dwc:dateIdentified Standard |
| Information Elements Acted Upon | dwc:dateIdentified |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:dateIdentified is bdqval:Empty; AMENDED if the value of dwc:dateIdentified is not a properly formatted ISO 8601 date but is unambiguous and altered to be a valid ISO 8601 date; otherwise NOT_AMENDED. |
| Description | Proposes an amendment to the value of dwc:dateIdentified to a valid ISO date. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:dateIdentified="2021-28-10": Response.status=AMENDED, Response.result=dwc:dateIdentified="2021-10-28", Response.comment="dwc:dateIdentified assuming dwc:year, dwc:day and dwc:month"], [dwc:dateIdentified="21-10-28": Response.status=NOT_AMENDED, Response.result=, Response.comment="dwc:dateIdentified contains ambiguous values. It could be dd-mm-yy or yy-mm-dd"] |
| Notes | We reference Wikipedia for the ISO standard because the standard documents are not free. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_COORDINATES_FROM_VERBATIM
| Label | AMENDMENT_COORDINATES_FROM_VERBATIM |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3c2590c7-af8a-4eb4-af57-5f73ba9d1f8e-2024-08-20 |
| Preferred Label | Amendment Coordinates from Verbatim |
| Information Elements Acted Upon | dwc:decimalLatitude,dwc:decimalLongitude,dwc:geodeticDatum |
| Information Elements Consulted | dwc:verbatimCoordinates,dwc:verbatimLatitude,dwc:verbatimLongitude,dwc:verbatimCoordinateSystem,dwc:verbatimSRS |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if 1) either dwc:decimalLatitude or dwc:decimalLongitude are bdqval:NotEmpty, or 2) dwc:verbatimCoordinates and one of dwc:verbatimLatitude and dwc:verbatimLongitude are bdqval:Empty; FILLED_IN the values of dwc:decimalLatitude, dwc:decimalLongitude and dwc:geodeticDatum (provided that the dwc:verbatimCoordinates can be unambiguously interpreted as geographic coordinates) from 1) dwc:verbatimLatitude, dwc:verbatimLongitude and dwc:verbatimSRS or 2) dwc:verbatimCoordinates and dwc:verbatimSRS; otherwise NOT_AMENDED. |
| Description | Proposes an amendment to the values of dwc:decimalLatitude, dwc:decimalLongitude, and dwc:geodeticDatum from geographic coordinate information in the verbatim coordinates terms. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:verbatimLatitude="-23.712", dwc:verbatimLongitude="139.92", dwc:verbatimCoordinates="", dwc:verbatimSRS="EPSG:4326", dwc:verbatimCoordinateSystem="decimal degrees",dwc:decimalLatitude="", dwc:decimalLongitude="": Response.status=FILLED_IN, Response.result=dwc:decimalLatitude="-23.712", dwc:decimalLongitude="139.92", dwc:geodeticDatum="EPSG:4326", Response.comment="Input fields contain interpretable values"], [dwc:verbatimLatitude="", dwc:verbatimLongitude="", dwc:verbatimCoordinates="54K 0390210 7377243", dwc:verbatimSRS="EPSG:32754", dwc:verbatimCoordinateSystem="decimal degrees", dwc:decimalLatitude="", dwc:decimalLongitude="":: Response.status=NOT_AMENDED, Response.result="", Response.comment="In the wrong coordinate system"] |
| Notes | Transformations between coordinate reference systems should not be made as a part of this Test. Though coordinate precision of the verbatim coordinates could also be interpreted during the process of amending decimal coordinates from verbatim coordinates, that amendment is recommended to be an independent Test. Note that dwc:verbatimLatitude, dwc:verbatimLongitude and dwc:verbatimCoordinates might all be populated, and they may or not be perfectly consistent with each other. An ideal implementation should check for the consistency of these three fields and not amend them if they are inconsistent. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_DCTYPE_STANDARDIZED
| Label | AMENDMENT_DCTYPE_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/bd385eeb-44a2-464b-a503-7abe407ef904-2024-08-16 |
| Preferred Label | Amendment dc:type Standard |
| Information Elements Acted Upon | dc:type |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if the value of dc:type is bdqval:Empty; AMENDED the value of dc:type if it can be unambiguously interpreted as a term name in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority = "DCMI Type Vocabulary" {[http://purl.org/dc/terms/DCMIType]} {"DCMI Type Vocabulary List of Terms" [https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/2010-10-11/]} |
| Description | Proposes an amendment to the value of dc:type using the DCMI type vocabulary. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dc:type="evnt": Response.status=AMENDED, Response.result=dc:type="Event", Response.comment="dc:type contains an interpretable value"], [dc:type="X": Response.status=NOT_AMENDED, Response.result="", Response.comment="dc:type contains an uninterpretable value"] |
| Notes | dc:type holds literals (e.g. PhysicalObject), while dcterms:type holds an IRI for the resource (e.g. http://purl.org/dc/dcmitype/PhysicalObject), see the Darwin Core RDF guide https://dwc.tdwg.org/rdf/#32-imported-dublin-core-terms-for-which-only-literal-objects-are-appropriate-normative. Implementations of this Amendment are expected be able to amend IRI values to the literals, as well as removing leading/trailing whitespace and correcting case errors in the literal. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
AMENDMENT_COUNTRYCODE_STANDARDIZED
| Label | AMENDMENT_COUNTRYCODE_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/fec5ffe6-3958-4312-82d9-ebcca0efb350-2024-11-09 |
| Preferred Label | Amendment dwc:countryCode Standard |
| Information Elements Acted Upon | dwc:countryCode |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if the value of dwc:countryCode is bdqval:Empty; AMENDED the value of dwc:countryCode if it can be unambiguously interpreted to a value in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "ISO 3166-1-alpha-2" {[https://www.iso.org/iso-3166-country-codes.html]} {ISO 3166-1-alpha-2 Country Code search [https://www.iso.org/obp/ui/#search]} |
| Description | Proposes an amendment to the value of dwc:countryCode if it can be interpreted as an ISO 3166-1-alpha-2 country code. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:countryCode="Australia": Response.status=AMENDED, Response.result=dwc:countryCode="AU", Response.comment="dwc:countryCode contains an interpretable value"], [dwc:countryCode="Aust.": Response.status=NOT_AMENDED, Response.result=, Response.comment="dwc:countryCode contains an ambiguous value"] |
| Notes | This Test supports conformance with the recommendation in the comment on dwc:countryCode: "Recommended best practice is to use an ISO 3166-1-alpha-2 country code." Darwin Core also recommends the use of the XZ for high seas and ZZ for unknown. Three letter codes should be amended to the matching two-letter code. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_EVENT_FROM_EVENTDATE
| Label | AMENDMENT_EVENT_FROM_EVENTDATE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/710fe118-17e1-440f-b428-88ba3f547d6d-2024-09-16 |
| Preferred Label | Amendment dwc:Event from dwc:eventDate |
| Information Elements Acted Upon | dwc:year,dwc:month,dwc:day,dwc:startDayOfYear,dwc:endDayOfYear |
| Information Elements Consulted | dwc:eventDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:eventDate is bdqval:Empty or contains an invalid value according to ISO 8601; FILLED_IN if any of (1) dwc:day from dwc:eventDate if dwc:day is bdqval:Empty and dwc:eventDate has a precision of a day or finer and is within a single day, (2) dwc:month from dwc:eventDate if dwc:month is bdqval:Empty and dwc:eventDate has a precision of a single month or finer and is within a single month, (3) dwc:year from dwc:eventDate if dwc:year is bdqval:Empty and dwc:eventDate has a precision of a single year or finer and is within a single year, (4) dwc:startDayOfYear and dwc:endDayOfYear if they are bdqval:Empty and dwc:eventDate has a precision of a day or better; otherwise NOT_AMENDED. |
| Description | Proposes an amendment to values in any of dwc:year, dwc:month, dwc:day, dwc:startDayOfYear or dwc:endDayOfYear from the content of dwc:eventDate. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="2023-01-26", dwc:year="2023", dwc:month="", dwc:day="", dwc:startDayOfYear="", dwc:endDayOfYear="": Response.status=FILLED_IN, Response.result=dwc:month="1", dwc:day="26", dwc:startDayOfYear="26", dwc:endDayOfYear="26", Response.comment="dwc:month, dwc:day, dwc:startDayOfyear and dwc:endDayOfYear filled in from dwc:eventDate"], [dwc:eventDate="2023",dwc:year="2023", dwc:month="", dwc:day="", dwc:startDayOfYear="", dwc:endDayOfYear="": Response.status=NOT_AMENDED, Response.result=, Response.comment="No amendments possible"] |
| Notes | Only fields that are empty will be have changes proposed, and only if dwc:eventDate has a valid ISO 8601-1 date. The dwc:eventDate is the canonical form of the event date (it is the first trusted form). If event date does not contain a range,dwc:startDayOfYear = dwc:endDayOfYear. Time (as compared to date) is not deemed a CORE component. Note, see sequencing Tests section of standards documents, run this amendment after any other amendment that may affect dwc:eventDate |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
AMENDMENT_COORDINATES_TRANSPOSED
| Label | AMENDMENT_COORDINATES_TRANSPOSED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f2b4a50a-6b2f-4930-b9df-da87b6a21082-2024-11-11 |
| Preferred Label | Amendment Coordinates Transposed |
| Information Elements Acted Upon | dwc:decimalLatitude,dwc:decimalLongitude |
| Information Elements Consulted | dwc:countryCode |
| Parameters | bdqval:sourceAuthority |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if any of dwc:decimalLatitude or dwc:decimalLongitude or dwc:countryCode are bdqval:Empty; AMENDED dwc:decimalLatitude and dwc:decimalLongitude if the coordinates were transposed or one or more of the signs of the coordinates were reversed to align the location with dwc:countryCode according to the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "10m-admin-1 boundaries UNION with Exclusive Economic Zones" {[https://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-1-states-provinces/] spatial UNION [https://www.marineregions.org/downloads.php#marbound]} |
| Description | Proposes an amendment transposing or changing the signs of dwc:decimalLatitude and/or dwc:decimalLongitude to align the location with the dwc:countryCode. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLatitude="25.46", dwc:decimalLongitude="135.87", dwc:countryCode="AU": Response.status=AMENDED, Response.result=dwc:decimalLatitude="-25.46", dwc:decimalLongitude="135.87", Response.comment="dwc:decimalLatitude sign reversed to fit dwc:countryCode=AU"], [dwc:decimalLatitude="25.46", dwc:decimalLongitude="135.87", dwc:countryCode="AX": Response.status=NOT_AMENDED, Response.result=, Response.comment="dwc:countryCode is uninterpretable"] |
| Notes | The dwc:geodeticDatum is not necessary for this Test. The maximum positional shift between any geographic coordinate reference system and WGS84 is less than 6 km, so any hemisphere Test that relies on a country code for consistency would not be affected by the potential shift. The prior VALIDATION for this Test is VALIDATION_COORDINATE_COUNTRYCODE_CONSISTENT (adb27d29-9f0d-4d52-b760-a77ba57a69c9). |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_MINDEPTHMAXDEPTH_FROM_VERBATIM
| Label | AMENDMENT_MINDEPTHMAXDEPTH_FROM_VERBATIM |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c5658b83-4471-4f57-9d94-bf7d0a96900c-2024-08-30 |
| Preferred Label | Amendment dwc:minimumDepthInMeters dwc:maximumDepthInMeters from dwc:verbatimDepth |
| Information Elements Acted Upon | dwc:minimumDepthInMeters,dwc:maximumDepthInMeters |
| Information Elements Consulted | dwc:verbatimDepth |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:minimumDepthInMeters or dwc:maximumDepthInMeters are bdqval:NotEmpty or dwc:verbatimDepth is bdqval:Empty; FILLED_IN the value of dwc:minimumDepthInMeters and dwc:maximumDepthInMeters if they can be unambiguously interpreted from dwc:verbatimDepth; otherwise NOT_AMENDED. |
| Description | Proposes amendments of the values of dwc:minimumDepthInMeters and dwc:maximumDepthInMeters if they can be interpreted from dwc:verbatimDepth. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:minimumDepthInMeters="", dwc:maximumDepthInMeters="", dwc:verbatimDepth="10 feet": Response.status=FILLED_IN, Response.result=dwc:minimumDepthInMeters="3.048", dwc:maximumDepthInMeters="3.048", Response.comment="dwc:verbatimDepth contains interpretable values"], [ dwc:minimumDepthInMeters="", dwc:maximumDepthInMeters="", dwc:verbatimDepth="x": Response.status=NOT_AMENDED, Response.result=, Response.comment="dwc:verbatimDepth does not contain an interpretable value"] |
| Notes | If dwc:verbatimDepth has a single value rather than a range, the minimum and maximum values should be amended with the same value. When transforming units, the transformation should be reversible, not adjusting the number of significant digits or adjusting the rounding. For example, transform fathoms to meters by multiplying by 1.8288 and retaining added significant digits (verbatim depth of 10 fathoms to minimum and maximum depths in meters of 18.288). Implementations should be capable of interpreting verbatim data in at least meters, fathoms, and feet, in the form of either a single value or a range. The units must be specified in the verbatim data to be interpretable. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_SCIENTIFICNAMEID_FROM_TAXON
| Label | AMENDMENT_SCIENTIFICNAMEID_FROM_TAXON |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/431467d6-9b4b-48fa-a197-cd5379f5e889-2023-09-17 |
| Preferred Label | Amendment dwc:scientificNameID from dwc:Taxon |
| Information Elements Acted Upon | dwc:scientificNameID |
| Information Elements Consulted | dwc:taxonID,dwc:acceptedNameUsageID,dwc:originalNameUsageID,dwc:taxonConceptID,dwc:scientificName,dwc:higherClassification,dwc:kingdom,dwc:phylum,dwc:class,dwc:order,dwc:superfamily,dwc:family,dwc:subfamily,dwc:tribe,dwc:subtribe,dwc:genus,dwc:genericName,dwc:subgenus,dwc:specificEpithet,dwc:infraspecificEpithet,dwc:cultivarEpithet,dwc:vernacularName,dwc:scientificNameAuthorship,dwc:taxonRank |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:scientificNameID is bdqval:NotEmpty, or if all of dwc:scientificName, dwc:genericName, dwc:specificEpithet, dwc:infraspecificEpithet, dwc:scientificNameAuthorship, and dwc:cultivarEpithet are bdqval:Empty, FILLED_IN the value of dwc:scientificNameID for an unambiguously resolved single taxon record in the bdqval:sourceAuthority through (1) the value of dwc:scientificName or (2) if dwc:scientificName is bdqval:Empty through values of the terms dwc:genericName, dwc:specificEpithet, dwc:infraspecificEpithet, dwc:scientificNameAuthorship and dwc:cultivarEpithet, or (3) if ambiguity produced by multiple matches in (1) or (2) can be disambiguated to a single Taxon using the values of dwc:subtribe, dwc:tribe, dwc:subgenus, dwc:genus, dwc:subfamily, dwc:family, dwc:superfamily, dwc:order, dwc:class, dwc:phylum, dwc:kingdom, dwc:higherClassification, dwc:taxonID, dwc:acceptedNameUsageID, dwc:originalNameUsageID, dwc:taxonConceptID, dwc:taxonomicRank, and dwc:vernacularName; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Proposes an amendment to the value of dwc:scientificNameID if it can be unambiguously resolved from bdqval:sourceAuthority using the available taxon terms. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:taxonID="", dwc:scientificNameID="", dwc:acceptedNameUsageID="", dwc:originalNameUsageID="", dwc:taxonConceptID="", dwc:scientificName="Chicoreus palmarosae (Lamarck, 1822)", dwc:higherClassification="", dwc:kingdom="Animalia", dwc:phylum="Mollusca", dwc:class="Gastropoda", dwc:order="", dwc:family="Muricidae", dwc:subfamily="", dwc:genus="Chicoreus", dwc:genericName="Chicoreus", dwc:subgenus="", dwc:infragenericEpithet="", dwc:specificEpithet="palmarosae", dwc:infraspecificEpithet="", dwc:cultivarEpithet="", dwc:vernacularName="", dwc:scientificNameAuthorship="(Lamarck, 1822)", dwc:taxonRank="", bdqval:sourceAuthority=”marinespecies.org”: Response.status=FILLED_IN, Response.result=dwc:scientificNameID="urn:lsid:marinespecies.org:taxname:208134", Response.comment="dwc:scientificName matched to unique taxon record in WoRMS, exact match on name and authorship. Resolvable at [dwc:scientificNameID="",">https://marinespecies.org/aphia.php?p=taxdetails&id=208134"], [dwc:scientificNameID="", dwc:taxonID="", dwc:acceptedNameUsageID="", dwc:originalNameUsageID="", dwc:taxonConceptID="", dwc:scientificName="Graphis", dwc:higherClassification="", dwc:kingdom="", dwc:phylum="", dwc:class="", dwc:order="", dwc:family="", dwc:subfamily="", dwc:genus="", dwc:genericName="", dwc:subgenus="", dwc:infragenericEpithet="", dwc:specificEpithet="", dwc:infraspecificEpithet="", dwc:cultivarEpithet="", dwc:vernacularName="", dwc:scientificNameAuthorship="", dwc:taxonRank="": Response.status=NOT_AMENDED, Response.result=, Response.comment="dwc:scientificName="Graphis" is ambiguous as could be either a lichen or a gastropod."] |
| Notes | Return a result with no value and a Result.status of NOT_AMENDED with a Response.comment of ambiguous if the information provided does not resolve to a unique result (e.g. if homonyms exist and there is insufficient information in the provided data, for example using the lowest ranking taxa in conjunction with dwc:dwc:scientificNameAuthorship, to resolve them). When referencing a GBIF taxon by GBIF's identifier for that taxon, use the the pseudo-namespace "gbif:" and the form "gbif:{integer}" as the value for dwc:scientificNameID. |
| Use Cases | bdquc:Taxon-Management |
AMENDMENT_GEODETICDATUM_STANDARDIZED
| Label | AMENDMENT_GEODETICDATUM_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0345b325-836d-4235-96d0-3b5caf150fc0-2025-03-03 |
| Preferred Label | Amendment dwc:geodeticDatum Standardized |
| Information Elements Acted Upon | dwc:geodeticDatum |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:geodeticDatum is bdqval:Empty; AMENDED the value of dwc:geodeticDatum if it could be unambiguously interpreted as a valid code from the bdqval:sourceAuthority (in the form Authority:Number) for a Datum, Ellipsoid or a CRS appropriate for a 2D geographic coordinate in degrees, or as the value "not recorded"; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority = "EPSG" {[https://epsg.org]} {API for EPSG codes [https://apps.epsg.org/api/swagger/ui/index#/Datum]} |
| Description | Proposes an amendment to the value of dwc:geodeticDatum using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:geodeticDatum="WGS84": Response.status=AMENDED, Response.result=dwc:geodeticDatum="EPSG:4326", Response.comment="dwc:geodeticDatum contains a valid code in the bdqval:sourceAuthority"], [dwc:geodeticDatum="WGS8": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:geodeticDatum contains an ambiguous value"] |
| Notes | Chapman and Wieczorek (2020) recommend best practice is to use EPSG codes (https://epsg.io/) as a controlled vocabulary. Ideally, amend to the EPSG code for the geographic coordinate reference system (CRS), if known. Otherwise use the EPSG code for the geodetic datum, if known. Otherwise use the EPSG code of the ellipsoid, if known. If none of these is known, use the explicit value "not recorded". The reference vocabularies of values for geodetic datums and ellipsoids needs to be made available and should map alternative representations of dwc:geodeticDatum strings to EPSG codes, such as "WGS84", "WGS_84", "WGS:84", "WGS 84", all with standard value "EPSG:4326". NB. Do NOT change one datum to any other datum no matter how close they are or may appear to be. The same treatment should be given to all datums, which is to use their transformation algorithms to get the equivalent in EPSG:4326. For reference, a vocabulary of synonyms for EPSG codes for values of dwc:geodeticDatum can be found at https://registry.gbif.org/vocabulary/GeodeticDatum/concepts and and for more information on obtaining the EPSG dataset, see https://docs.geotools.org/latest/userguide/library/referencing/epsg.html. For the purposes of this Test "not recorded" is not a value in the bdqval:sourceAuthority and should result in NOT_AMENDED. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_EVENTDATE_STANDARDIZED
| Label | AMENDMENT_EVENTDATE_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/718dfc3c-cb52-4fca-b8e2-0e722f375da7-2024-09-16 |
| Preferred Label | Amendment dwc:eventDate Standardized |
| Information Elements Acted Upon | dwc:eventDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:eventDate is bdqval:Empty; AMENDED if the value of dwc:eventDate is not a properly formatted ISO 8601 date but is unambiguous, and altered to be a valid ISO 8601 date; otherwise NOT_AMENDED |
| Description | Proposes an amendment of the value of dwc:eventDate to a valid ISO date. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="2021-28-10": Response.status=AMENDED, Response.result=dwc:eventDate="2021-10-28", Response.comment="dwc:eventDate contains an interpretable value. Assuming year-day-month input format"], [dwc:eventDate="10-28": Response.status=NOT_AMENDED, Response.result=, Response.comment="dwc:eventDate contains an ambiguous value"] |
| Notes | The intent of the amended range is to capture the original uncertainty where possible. As in the example, we amend "1999-11" instead of "1999-11-01/1999-11-31". An AMBIGUOUS response is possible. |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
AMENDMENT_BASISOFRECORD_STANDARDIZED
| Label | AMENDMENT_BASISOFRECORD_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/07c28ace-561a-476e-a9b9-3d5ad6e35933-2024-07-24 |
| Preferred Label | Amendment dwc:basisOfRecord Standardized |
| Information Elements Acted Upon | dwc:basisOfRecord |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:basisOfRecord is bdqval:Empty; AMENDED the value of dwc:basisOfRecord if it could be unambiguously interpreted as a value in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Darwin Core basisOfRecord" {[https://dwc.tdwg.org/terms/#dwc:basisOfRecord]} {dwc:basisOfRecord vocabulary [https://rs.gbif.org/vocabulary/dwc/basis_of_record.xml]} |
| Description | Proposes an amendment to the value of dwc:basisOfRecord using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:basisOfRecord="Human obs": Response.status=AMENDED, Response.result=dwc:basisOfRecord="HumanObservation", Response.comment="dwc:basisOfRecord contains interpretable value"], [dwc:basisOfRecord="FossilSpecimen": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:basisOfRecord contains match in the bdqval:sourceAuthority so NOT_AMENDED"] |
| Notes | The term dwc:basisOfRecord has the comment "Recommended best practice is to use a controlled vocabulary such as the set of local names of the identifiers for classes in Darwin Core." The list of these values can be determined by searching https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv for rows with status="recommended" and rdf_type="http://www.w3.org/2000/01/rdf-schema#Class". For example, the term http://rs.tdwg.org/dwc/terms/PreservedSpecimen has a local name PreservedSpecimen. For Tests against a dwc:Occurrence record, the set of valid terms is more limited and embodied in the resource found at https://rs.gbif.org/vocabulary/dwc/basis_of_record.xml, which contains the local name for the identifier, as well as preferred and alternate labels from which to standardize values. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
AMENDMENT_MINELEVATIONMAXELEVATION_FROM_VERBATIM
| Label | AMENDMENT_MINELEVATIONMAXELEVATION_FROM_VERBATIM |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/2d638c8b-4c62-44a0-a14d-fa147bf9823d-2024-08-30 |
| Preferred Label | Amendment dwc:minimumElevationInMeters dwc:maximumElevationInMeters from dwc:verbatimElevation |
| Information Elements Acted Upon | dwc:minimumElevationInMeters,dwc:maximumElevationInMeters |
| Information Elements Consulted | dwc:verbatimElevation |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:minimumElevationInMeters or dwc:maximumElevationInMeters are bdqval:NotEmpty or dwc:verbatimElevation is bdqval:Empty; FILLED_IN the values of dwc:minimumElevationInMeters and dwc:maximumElevationInMeters if they can be unambiguously interpreted from dwc:verbatimElevation; otherwise NOT_AMENDED |
| Description | Proposes an amendment or amendments to the values of dwc:minimumElevationInMeters and dwc:maximumElevationInMeters if they can be interpreted from dwc:verbatimElevation. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:verbatimElevation="100 feet", dwc:minimumElevationInMeters="", dwc:maximumElevationInMeters="": Response.status=FILLED_IN, Response.result=dwc:minimumElevationInMeters="30.48", dwc:maximumElevationInMeters="30.48", Response.comment="dwc:verbatimElevation contains an interpretable value"], [dwc:verbatimElevation="x", dwc:minimumElevationInMeters="", dwc:maximumElevationInMeters="": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:verbatimElevation contains an uninterpretable value"] |
| Notes | If the dwc:verbatimElevation as a single value rather than a range, the minimum and maximum values should be amended with the same value. When transforming units, the transformation should be reversible, not adjusting the number of significant digits or adjusting the rounding. For example, transform yards to meters by multiplying by 0.9144 and retaining added significant digits (verbatim elevation of 10 yards to minimum and maximum depths in meters of 9.144). Implementations should be capable of interpreting verbatim data in at least meters,yards, feet, and kilometers in the form of either a single value or a range. The units must be specified in the verbatim data to be interpretable. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_SCIENTIFICNAME_FROM_SCIENTIFICNAMEID
| Label | AMENDMENT_SCIENTIFICNAME_FROM_SCIENTIFICNAMEID |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f01fb3f9-2f7e-418b-9f51-adf50f202aea-2024-08-18 |
| Preferred Label | Amendment dwc:scientificName from dwc:scientificNameID |
| Information Elements Acted Upon | dwc:scientificName |
| Information Elements Consulted | dwc:scientificNameID |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:scientificNameID is bdqval:Empty, or dwc:scientificName is bdqval:NotEmpty; FILLED_IN the value of dwc:scientificName if the value of dwc: scientificNameID could be unambiguously interpreted as a value in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Proposes an amendment to the value of dwc:scientificName using the dwc:scientificNameID value from the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:scientificNameID="gbif:8102122", dwc:scientificName="": Response.status=FILLED_IN, Response.result=dwc:scientificName="Harpullia pendula F.Muell.", Response.comment="dwc:scientificNameID contains an interpretable value"], [dwc:scientificNameID="gbif:8a", dwc:scientificName="": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:scientificNameID does not contain an interpretable value"] |
| Notes | The value of dwc:scientificNameID is unambiguous if dwc:scientificNameID references a single taxon record in the bdqval:sourceAuthority. When referencing a GBIF taxon by GBIF's identifier for that taxon, use the the pseudo-namespace "gbif:" and the form "gbif:{integer}" as the value for dwc:scientificNameID. Implementers can be aware of the current GBIF api endpoint that can replace the pseduo-namespace gbif: when looking up the dwc:scientificNameID (taxonID in the gbif document), e.g. `s/gbif:/https:\/\/api.gbif.org\/v1\/species\// ` will transform the value taxonID=gbif:8102122 to the resolvable endpoint https://api.gbif.org/v1/species/8102122. The pseudo-namespace "gbif:" is recommended by GBIF to reference GBIF taxon records. Where resolvable persistent identifiers exist for dwc:scientificNameID values, they should be used in full, but implementers will need to support at least the "gbif:" pseudo-namespace. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
AMENDMENT_COUNTRYCODE_FROM_COORDINATES
| Label | AMENDMENT_COUNTRYCODE_FROM_COORDINATES |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/8c5fe9c9-4ba9-49ef-b15a-9ccd0424e6ae-2024-08-18 |
| Preferred Label | Amendment dwc:countryCode from Coordinates |
| Information Elements Acted Upon | dwc:countryCode |
| Information Elements Consulted | dwc:decimalLatitude,dwc:decimalLongitude |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if either dwc:decimalLatitude or dwc:decimalLongitude is bdqval:Empty, or if dwc:countryCode is bdqval:NotEmpty; FILLED_IN dwc:countryCode if dwc:decimalLatitude and dwc:decimalLongitude fall within a boundary in the bdqval:sourceAuthority that is attributable to a single valid country code; otherwise NOT_AMENDED. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "10m-admin-1 boundaries UNION with Exclusive Economic Zones" {[https://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-1-states-provinces/] spatial UNION [https://www.marineregions.org/downloads.php#marbound]} |
| Description | Proposes an amendment to the value of dwc:countryCode if dwc:decimalLatitude and dwc:decimalLongitude fall within a boundary from the bdqval:countryShapes that is attributable to a single valid ISO 3166-1-alpha-2 country code. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLatitude="-25.23", dwc:decimalLongitude="135.43", dwc:countryCode="": Response.status=FILLED_IN, Response.result=dwc:countryCode="AU", Response.comment="dwc:decimalLatitude and dwc:decimalLongitude contain interpretable values"], [dwc:decimalLatitude="-38.280937", dwc:decimalLongitude="72.047790", dwc:countryCode="": Response.status=FILLED_IN, Response.result=dwc:countryCode="XZ", Response.comment="Coordinates do not fall in the boundary of any national jurisdiction, using XZ for high seas"] |
| Notes | This amendment simply fills dwc:countryCode from a lookup of dwc:decimalLatitude and dwc:decimalLongitude. If the coordinate falls in the high seas outside any national jurisdiction dwc:countryCode="XZ" should be asserted. Values in dwc:coordinateUncertaintyInMeters and dwc:coordinatePrecision (if present) imply a buffer around the provided coordinates. Likewise, country polygons cannot be 100% accurate at all scales (Dooley 2005), so a spatial buffer of the country boundaries is also justified. Taking spatial buffers into account does, however, greatly complicate the logic and the implementation of this and related Tests. In this Test, a detection of multiple country codes by sampling within the buffer, while possible, is not considered. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_OCCURRENCESTATUS_ASSUMEDDEFAULT
| Label | AMENDMENT_OCCURRENCESTATUS_ASSUMEDDEFAULT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/96667a0a-ae59-446a-bbb0-b7f2b0ca6cf5-2024-11-13 |
| Preferred Label | Amendment dwc:occurrenceStatus Assumed Default |
| Information Elements Acted Upon | dwc:occurrenceStatus |
| Information Elements Consulted | dwc:individualCount,dwc:organismQuantity |
| Parameters | bdqval:defaultOccurrenceStatus |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:occurrenceStatus is bdqval:NotEmpty; FILLED_IN the value of dwc:occurrenceStatus using the bdqval:defaultOccurrenceStatus Parameter value if dwc:occurrenceStatus,dwc:individualCount and dwc:organismQuantity are bdqval:Empty; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:defaultOccurrenceStatus default = "present" |
| Description | Proposes an amendment of the value of dwc:occurrenceStatus to the default parameter value if dwc:occurrenceStatus, dwc:individualCount and dwc:organismQuantity are empty. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:occurrenceStatus="", dwc:individualCount="", dwc:organismQuantity="": Response.status=FILLED_IN, Response.result=dwc:occurrenceStatus="present", Response.comment="dwc:occurrenceStatus is bdqval:Empty; assumed "present""], [dwc:occurrenceStatus="X", dwc:individualCount="10", dwc:organismQuantity="": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:occurrenceStatus is bdqval:NotEmpty"] |
| Notes | There is currently a capitalization mismatch between https://dwc.tdwg.org/terms/#dwc:occurrenceStatus recommended values and the GBIF vocabulary at (https://api.gbif.org/v1/vocabularies/OccurrenceStatus/concepts). |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
AMENDMENT_EVENTDATE_FROM_VERBATIM
| Label | AMENDMENT_EVENTDATE_FROM_VERBATIM |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/6d0a0c10-5e4a-4759-b448-88932f399812-2024-09-16 |
| Preferred Label | Amendment dwc:eventDate from dwc:verbatimEventDate |
| Information Elements Acted Upon | dwc:eventDate |
| Information Elements Consulted | dwc:verbatimEventDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:eventDate is bdqval:NotEmpty or the value of dwc:verbatimEventDate is bdqval:Empty; FILLED_IN the value of dwc:eventDate if an unambiguous ISO 8601 date is interpreted from dwc:verbatimEventDate; otherwise NOT_AMENDED |
| Description | Proposes an amendment to the value of dwc:eventDate from the content of dwc:verbatimEventDate. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="", dwc:verbatimEventDate="Friday 29th Oct. 2021": Response.status=FILLED_IN, Response.result=dwc:eventDate="2021-10-29", Response.comment="dwc:verbatimEventDate contains an interpretable value (assuming some external lookup thesauri)"], [dwc:eventDate="", dwc:verbatimEventDate="03/04/2020": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:verbatimEventDate is ambiguous - could be either 3rd April or 4th March"] |
| Notes | If the proposed eventDate is prior to 1918-02-14, the Response.comment will include a note that the "verbatimDate was assumed to be in the Gregorian calendar". When running the Test, the original precision, e.g. year=1980, month=1 should be retained, e.g. dwc:eventDate should become 1980-01, not 1980-01-01/1980-01-31. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_EVENTDATE_FROM_YEARMONTHDAY
| Label | AMENDMENT_EVENTDATE_FROM_YEARMONTHDAY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3892f432-ddd0-4a0a-b713-f2e2ecbd879d-2024-09-15 |
| Preferred Label | Amendment dwc:eventDate from dwc:year dwc:month dwc:day |
| Information Elements Acted Upon | dwc:eventDate |
| Information Elements Consulted | dwc:year,dwc:month,dwc:day |
| Expected Response | INTERNAL _PREREQUISITES_NOT_MET if dwc:eventDate is not EMPTY or dwc:year is EMPTY or is not interpretable as an integer; FILLED_IN the value of dwc:eventDate if an ISO 8601 date was interpreted from the values in dwc:year, dwc:month and dwc:day; otherwise NOT_AMENDED |
| Description | Proposes an amendment to the value of dwc:eventDate from values in dwc:year, dwc:month and dwc:day. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="", dwc:year="1420", dwc:month="10", dwc:day="29": Response.status=FILLED_IN, Response.result=dwc:eventDate="1420-10-29", Response.comment="dwc:year, dwc:month and dwc:day are interpretable, even if pre-Linnaeus"], [dwc:eventDate="", dwc:year="2024", dwc:month="2", dwc:day="30": Response.status=NOT_AMENDED, Response.result=, Response.comment="Not a valid date"] |
| Notes | An attempt to populate dwc:eventDate from dwc:verbatimEventDate and from dwc:startDayOfYear and dwc:endDayOfYear should be made before this Test is run. If dwc:year and dwc:day are present and interpretable, but dwc:month is not supplied or is not interpretable, then just the year should be given as the proposed amendment. This Test assumes that that dwc:year, dwc:month, dwc:day are in a Gregorian calendar, and that only those three pieces of information are needed to produce a dwc:eventDate (explicitly in ISO 8601-1 format, and thus using the Gregorian calendar). When running the Test, the original precision, e.g. dwc:year=1980, dwc:month=1 should be retained, e.g. dwc:eventDate should become 1980-01, not 1980-01-01/1980-01-31. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_GEODETICDATUM_ASSUMEDDEFAULT
| Label | AMENDMENT_GEODETICDATUM_ASSUMEDDEFAULT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7498ca76-c4d4-42e2-8103-acacccbdffa7-2024-11-12 |
| Preferred Label | Amendment dwc:geodeticDatum Assumed Default |
| Information Elements Acted Upon | dwc:geodeticDatum,dwc:coordinateUncertaintyInMeters |
| Information Elements Consulted | dwc:decimalLatitude,dwc:decimalLongitude |
| Parameters | bdqval:defaultGeodeticDatum |
| Expected Response | If dwc:geodeticDatum is bdqval:Empty, fill in dwc:geodeticDatum using the value of bdqval:defaultGeodeticDatum, report FILLED_IN and, if dwc:coordinateUncertaintyInMeters, dwc:decimalLatitude and dwc:decimalLongitude are bdqval:NotEmpty, amend the value of dwc:coordinateUncertaintyInMeters by adding the maximum datum shift between the specified bdqval:defaultGeodeticDatum and any other datum at the provided dwc:decimalLatitude and dwc:decimalLongitude and instead report AMENDED; otherwise NOT_AMENDED. |
| Source Authorities/Defaults | bdqval:defaultGeodeticDatum default = "EPSG:4326" |
| Description | Proposes an amendment to fill in dwc:geodeticDatum using a parameterized value if the dwc:geodeticDatum is empty. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:geodeticDatum="[null]", dwc:decimalLatitude="-30.00", dwc:decimalLongitude="130.00", dwc:coordinateUncertaintyInMeters="50": Response.status=AMENDED, Response.result=dwc:geodeticDatum="EPSG:4326", dwc:coordinateUncertaintyInMeters="2836", Response.comment="dwc:godeticDatum is bdqval:Empty so filled in with default and dwc:coordinateUncertaintyInMeters amended to maximum possible value"], [dwc:geodeticDatum="WGS84", dwc:decimalLatitude="", dwc:decimalLongitude="", dwc:coordinateUncertaintyInMeters="": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:geodeticDatum contains a value"] |
| Notes | The value of dwc:geodeticDatum applies to dwc:decimalLatitude and dwc:decimalLongitude, thus EPSG:4326 (https://epsg.org/crs_4326/WGS-84.html) is the appropriate EPSG code as it applies to the WGS84 datum used with a geographic coordinate system. If the dwc:coordinateUncertaintyInMeters is bdqval:Empty, not interpretable, or not valid, this amendment should not provide a dwc:coordinateUncertaintyInMeters. If the dwc:coordinateUncertaintyInMeters is bdqval:NotEmpty and is valid, this amendment should add to the dwc:coordinateUncertaintyInMeters the uncertainty contributed by the maximum datum shift at the given coordinates. Since different systems have differing requirements for what the default datum should be, it is left unspecified, but should match whatever the target datum is in AMENDMENT_COORDINATES_CONVERTED (620749b9-7d9c-4890-97d2-be3d1cde6da8). After the amendment is performed, the dwc:geodeticDatum field should be the assumed default datum as parameterized. An example implementation to determine the uncertainty added by asserting a default datum (datum shift) where a known datum is not declared can be found in [datumshiftproj.py](https://github.com/VertNet/georefcalculator/blob/master/source/python/datumshiftproj.py) in the source code for the [Georeferencing Calculator](https://georeferencing.org/calculator/) (Wieczorek & Wieczorek 2021). Included in the source code is a [5-degree grid](https://github.com/VertNet/georefcalculator/blob/master/datumerrordata.js) of datum shifts from an unknown datum to WGS84. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_OCCURRENCESTATUS_STANDARDIZED
| Label | AMENDMENT_OCCURRENCESTATUS_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f8f3a093-042c-47a3-971a-a482aaaf3b75-2025-03-03 |
| Preferred Label | Amendment dwc:occurrenceStatus Standardized |
| Information Elements Acted Upon | dwc:occurrenceStatus |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:ocurrenceStatus is bdqval:Empty; AMENDED the value of dwc:occurrenceStatus if it can be unambiguously interpreted as a value in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Regex present/absent" {["^(present|absent)$"]} |
| Description | Proposes an amendment to the value of dwc:occurrenceStatus using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:occurrenceStatus="1": Response.status=AMENDED, Response.result=dwc:occurrenceStatus="present", Response.comment="Input field contains an interpretable value. "], [dwc:occurrenceStatus="X": Response.status=NOT_AMENDED, Response.result=, Response.comment="Input field contains uninterpretable value "X"] |
| Notes | The recommended controlled vocabulary for this term consists of "present" and "absent", which are the only two appropriate terms for a Darwin Core Occurrence. This is reflected in the suggested dwc:occurrenceStatus vocabulary for this Test. Other values for dwc:occurrenceStatus should only arise under circumstances that do not refer to an Occurrence. The GBIF API is listed in the sourceAuthority. However, there is currently a mismatch between the lower case recommended values at https://dwc.tdwg.org/terms/#dwc:occurrenceStatus and the GBIF vocabulary at bdqval:sourceAuthority that uses an upper case first letter (https://api.gbif.org/v1/vocabularies/OccurrenceStatus/concepts), thus implementations using the GBIF API should ensure that matches on alternate terms in that vocabulary are converted to the all lower case values in the present/absent vocabulary recommended in Darwin Core. Implementations should interpret the numeric value 1 as present, and the numeric value 0 as absent. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
AMENDMENT_DAY_STANDARDIZED
| Label | AMENDMENT_DAY_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b129fa4d-b25b-43f7-9645-5ed4d44b357b-2023-09-18 |
| Preferred Label | Amendment dwc:day Standardized |
| Information Elements Acted Upon | dwc:day |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:day is bdqval:Empty; AMENDED the value of dwc:day if the value is unambiguously interpreted as an integer between 1 and 31 inclusive; otherwise NOT_AMENDED |
| Description | Proposes an amendment to the value of dwc:day as an integer between 1 and 31 inclusive. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:day="23rd": Response.status=AMENDED, Response.result=dwc:day="23", Response.comment="dwc:day is interpretable as "23""], [dwc:day="X": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:day is ambiguous, either a "X", "No data" or "10""] |
| Notes | If dwc:day contains text that may be interpreted as Roman numerals, the result will be NOT_AMENDED as this is not standard. Values such as "3rd" or "12th" can be interpreted as the integers "3" and "12". Text such as "5th Friday" is ambiguous. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_MONTH_STANDARDIZED
| Label | AMENDMENT_MONTH_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/2e371d57-1eb3-4fe3-8a61-dff43ced50cf-2026-04-24 |
| Preferred Label | Amendment dwc:month Standardized |
| Information Elements Acted Upon | dwc:month |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:month is bdqval:Empty; AMENDED the value of dwc:month if it can be unambiguously interpreted as a month represented as an integer between 1 and 12 inclusive; otherwise NOT_AMENDED |
| Description | Proposes an amendment to the value of dwc:month as an integer between 1 and 12 inclusive. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:month="IV": Response.status=AMENDED, Response.result=dwc:month="4", Response.comment="dwc:month interpreted as roman numerals "], [dwc:month="Ma": Response.status=NOT_AMENDED, Response.result=, Response.comment="dwc:month contains an ambiguous value"] |
| Notes | Implementations should translate unambiguously interpretable names and abbreviations of months to their integer month values 1-12. Implementations should translate interpretable Roman numerals in the range I-XII in dwc:month as integer month values 1-12, as some natural science domains use roman numeral months to avoid language and day/month vs month/day order concerns. In these cases, the result will be AMENDED numeric equivalents. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_EVENTDATE_FROM_YEARSTARTDAYOFYEARENDDAYOFYEAR
| Label | AMENDMENT_EVENTDATE_FROM_YEARSTARTDAYOFYEARENDDAYOFYEAR |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/eb0a44fa-241c-4d64-98df-ad4aa837307b-2024-08-18 |
| Preferred Label | Amendment dwc:eventDate from dwc:year dwc:startDayOfYear dwc:endDayOfYear |
| Information Elements Acted Upon | dwc:eventDate |
| Information Elements Consulted | dwc:year,dwc:startDayOfYear,dwc:endDayOfYear |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:eventDate is bdqval:NotEmpty or any of dwc:year, dwc:startDayOfYear, or dwc:endDayOfYear are bdqval:Empty; FILLED_IN the value of dwc:eventDate from values in dwc:year, dwc:startDayOfYear and dwc:endDayOfYear if the values in each are independently interpretable and if the value of dwc:startDayOfYear is less than the value of dwc:endDayOfYear; otherwise NOT_AMENDED |
| Description | Proposes an amendment to the value of dwc:eventDate from values in dwc:year, dwc:startDayOfYear and dwc:endDayOfYear. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:year="1901", dwc:startDayOfYear="15", dwc:endDayOfYear="25", dwc:eventDate="": Response.status=FILLED_IN, Response.result=dwc:eventDate="1901-01-15/1901-01-25", Response.comment="dwc:eventDate was interpreted from dwc:year, dwc:startDayOfYear and dwc:endDayOfYear"], [dwc:year="1901", dwc:startDayOfYear="25", dwc:endDayOfYear="15", dwc:eventDate="": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:startDayOfYear > dwc:endDayOfyear"] |
| Notes | An attempt to populate dwc:eventDate from dwc:verbatimEventDate should be made before this Test is run. While year=1999, startDayOfYear=123 could be validly represented as an ISO date as either 1999-123 or 1999-05-03, the latter of these two forms SHOULD be used, thus, do not simply concatenate dwc:year and dwc:startDayOfYear. This Test is only for cases that fall within the one year (as given in dwc:year) and hence dwc:startDayOfYear will always be less than dwc:endDayOfYear. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
AMENDMENT_LICENSE_STANDARDIZED
| Label | AMENDMENT_LICENSE_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/dcbe5bd2-42a0-4aab-bb4d-8f148c6490f8-2023-09-18 |
| Preferred Label | Amendment dcterms:license Standardized |
| Information Elements Acted Upon | dcterms:license |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; AMENDED value of dcterms:license if it could be unambiguously interpreted as a value in the bdqval:sourceAuthority; otherwise NOT_AMENDED. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Creative Commons" {[https://creativecommons.org/]} {Creative Commons licenses [https://creativecommons.org/about/cclicenses/]} |
| Description | Proposes an amendment to the value of dcterms:license using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dcterms:license="CC0": Response.status=AMENDED, Response.result=dcterms:license="https://creativecommons.org/publicdomain/zero/1.0/legalcode", Response.comment="Input field contains interpretable value"], [dcterms:license="X": Response.status=NOT_AMENDED, Response.result="", Response.comment="dcterms:license contains uninterpretable value "X""] |
| Notes | The license at the record level might be derived from the license of the dataset from which the record is retrieved. |
| Use Cases | bdquc:SDM-Trees |
AMENDMENT_TAXONRANK_STANDARDIZED
| Label | AMENDMENT_TAXONRANK_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/e39098df-ef46-464c-9aef-bcdeee2a88cb-2023-09-18 |
| Preferred Label | Amendment dwc:taxonRank Standardized |
| Information Elements Acted Upon | dwc:taxonRank |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL PREREQUISITES_NOT_MET if dwc:taxonRank is bdqval:Empty; AMENDED the value of dwc:taxonRank if it can be unambiguously matched to a term in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF TaxonRank Vocabulary" [https://api.gbif.org/v1/vocabularies/TaxonRank]} {"dwc:taxonRank vocabulary API" [https://api.gbif.org/v1/vocabularies/TaxonRank/concepts]}} |
| Description | Proposes an amendment to the value of dwc:taxonRank using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:taxonRank="sp.": Response.status=AMENDED, Response.result=dwc:taxonRank="species", Response.comment="dwc:taxonRank contains an interpretable value in the bdqval:sourceAuthority"], [dwc:taxonRank="sic.": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:taxonRank does not contain an interpretable value in the bdqval:sourceAuthority"] |
| Notes | For reference, information about possible values of dwc:taxonRank can be found at https://registry.gbif.org/vocabulary/TaxonRank/concepts |
| Use Cases | bdquc:Taxon-Management |
AMENDMENT_ESTABLISHMENTMEANS_STANDARDIZED
| Label | AMENDMENT_ESTABLISHMENTMEANS_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/15d15927-7a22-43f8-88d6-298f5eb45c4c-2024-02-08 |
| Preferred Label | Amendment dwc:establishmentMeans Standardized |
| Information Elements Acted Upon | dwc:establishmentMeans |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL PREREQUISITES_NOT_MET if dwc:establishmentMeans is bdqval:Empty; AMENDED the value of dwc:establishmentMeans if it can be unambiguously matched to a term in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Establishment Means Controlled Vocabulary List of Terms" {[https://dwc.tdwg.org/em/]} {GBIF vocabulary API [https://api.gbif.org/v1/vocabularies/EstablishmentMeans/concepts]} |
| Description | Proposes an amendment to the value of dwc:establishmentMeans using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:establishmentMeans="vag.": Response.status=AMENDED, Response.result=dwc:establishmentMeans="vagrant", Response.comment="dwc:establishmentMeans contains an interpretable value in the bdqval:sourceAuthority"], [dwc:establishmentMeans="cultivated": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:establishmentMeans is not an interpretable value in the bdqval:sourceAuthority"] |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
AMENDMENT_DEGREEOFESTABLISHMENT_STANDARDIZED
| Label | AMENDMENT_DEGREEOFESTABLISHMENT_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/74ef1034-e289-4596-b5b0-cde73796697d-2024-04-16 |
| Preferred Label | Amendment dwc:degreeOfEstablishment Standardized |
| Information Elements Acted Upon | dwc:degreeOfEstablishment |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:degreeOfEstablishment is bdqval:Empty; AMENDED the value of dwc:degreeOfEstablishment if it can be unambiguously matched to a term in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Degree of Establishment Controlled Vocabulary List of Terms" {[https://dwc.tdwg.org/doe/]} {GBIF vocabulary API [https://api.gbif.org/v1/vocabularies/DegreeOfEstablishment/concepts]} |
| Description | Proposes an amendment to the value of dwc:degreeOfEstablishment using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:degreeOfEstablishment="capt.": Response.status=AMENDED, Response.result=dwc:degreeOfEstablishment="captive", Response.comment="dwc:degreeOfEstablishment contains an interpretable value in the bdqval:sourceAuthority"], [dwc:degreeOfEstablishment="tree": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:degreeOfEstablishment does not contain an interpretable value in the bdqval:sourceAuthority"] |
| Notes | For reference, synonyms for values of dwc:degreeOfEstablishment can be found at https://registry.gbif.org/vocabulary/DegreeOfEstablishment/concepts. |
| Use Cases | bdquc:Alien-Species |
AMENDMENT_PATHWAY_STANDARDIZED
| Label | AMENDMENT_PATHWAY_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f9205977-f145-44f5-8cb9-e3e2e35ce908-2024-09-18 |
| Preferred Label | Amendment dwc:pathway Standardized |
| Information Elements Acted Upon | dwc:pathway |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:pathway is bdqval:Empty; AMENDED the value of dwc:pathway if it can be unambiguously matched to a term in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Pathway Controlled Vocabulary List of Terms" {[https://dwc.tdwg.org/pw/]} {GBIF vocabulary API [https://api.gbif.org/v1/vocabularies/Pathway/concepts]} |
| Description | Proposes an amendment to the value of dwc:pathway using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:pathway="transportStowaway": Response.status=AMENDED, Response.result=dwc:pathway="transportStowaway", Response.comment="dwc:pathway found in the bdqval:sourceAuthority"], [dwc:pathway="escapeee": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:pathway not found in the bdqval:sourceAuthority"] |
| Notes | For reference, synonyms for values of dwc:pathway can be found at https://registry.gbif.org/vocabulary/Pathway/concepts. |
| Use Cases | bdquc:Alien-Species |
AMENDMENT_SEX_STANDARDIZED
| Label | AMENDMENT_SEX_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/33c45ae1-e2db-462a-a59e-7169bb01c5d6-2024-03-25 |
| Preferred Label | Amendment dwc:sex Standardized |
| Information Elements Acted Upon | dwc:sex |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL PREREQUISITES_NOT_MET if dwc:sex is bdqval:Empty; AMENDED the value of dwc:sex if it can be unambiguously matched to a term in the bdqval:sourceAuthority; otherwise NOT_AMENDED |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Sex Vocabulary" [https://api.gbif.org/v1/vocabularies/Sex]} {"dwc:sex vocabulary API" [https://api.gbif.org/v1/vocabularies/Sex/concepts]} |
| Description | Proposes an amendment to the value of dwc:sex using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:sex="f": Response.status=AMENDED, Response.result=dwc:sex="Female", Response.comment="dwc:sex found in the bdqval:sourceAuthority"], [dwc:sex="x": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:sex not found in the bdqval:sourceAuthority"] |
| Notes | For reference, a list of synonyms for dwc:sex values can be found at https://registry.gbif.org/vocabulary/Sex/concepts. |
| Use Cases | bdquc:Alien-Species |
AMENDMENT_TYPESTATUS_STANDARDIZED
| Label | AMENDMENT_TYPESTATUS_STANDARDIZED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b3471c65-b53e-453b-8282-abfa27bf1805-2024-11-11 |
| Preferred Label | Amendment dwc:typeStatus Standardized |
| Information Elements Acted Upon | dwc:typeStatus |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL PREREQUISITES_NOT_MET if dwc:typeStatus is bdqval:Empty; AMENDED the value of the first word in each | delimited portion of dwc:typeStatus if it can be unambiguously matched to a term in the bdqval:sourceAuthority; otherwise NOT_AMENDED. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF TypeStatus Vocabulary" {[https://api.gbif.org/v1/vocabularies/TypeStatus]} {dwc:typeStatus vocabulary API [https://api.gbif.org/v1/vocabularies/TypeStatus/concepts]} |
| Description | Proposes an amendment to the value of dwc:typeStatus using the bdqval:sourceAuthority. |
| Type | Amendment |
| Resource Type | SingleRecord |
| Examples | [dwc:typeStatus="Holo.": Response.status=AMENDED, Response.result=dwc:typeStatus="Holotype", Response.comment="dwc:typeStatus found in the bdqval:sourceAuthority"], [dwc:typeStatus="x": Response.status=NOT_AMENDED, Response.result="", Response.comment="dwc:typeStatus not found in the bdqval:sourceAuthority"] |
| Notes | Valuable for data quality needs related to voucher specimens in natural science collections. Almost all occurrence data will have no value in dwc:typeStatus. For reference, a vocabulary of synonyms can be found for dwc:typeStatus at [https://registry.gbif.org/vocabulary/TypeStatus/concepts]. |
| Use Cases | bdquc:Alien-Species |
Issue
ISSUE_ANNOTATION_NOTEMPTY
| Label | ISSUE_ANNOTATION_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/fecaa8a3-bbd8-4c5a-a424-13c37c4bb7b1-2023-09-18 |
| Preferred Label | Issue Annotation Not Empty |
| Information Elements Consulted | oa:hasTarget |
| Parameters | bdqval:annotationSystem,bdqval:annotationAlertIf |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:annotationSystem is not available; POTENTIAL_ISSUE if an annotation in the bdqval:annotationSystem exists and has an oa:hasTarget referencing the bdqffdq:SingleRecord under evaluation with matching bdqval:annotationAlertIf criteria; otherwise NOT_ISSUE. |
| Source Authorities/Defaults | bdqval:annotationSystem default = "W3C Web Annotation" {[https://www.w3.org/annotation/]} {"oa:Annotation vocabulary" [https://www.w3.org/TR/annotation-vocab/]},bdqval:annotationAlertIf default = "oa:Annotation with oa:hasTarget having as object any dwciri:term instance that is part of the SingleRecord under Test." {[https://www.w3.org/TR/annotation-vocab/]} |
| Description | Are there any annotations associated with the record? |
| Type | Issue |
| Resource Type | SingleRecord |
| Examples | [bdqval:annotationAlertIf="": Response.status=RUN_HAS_RESULT, Response.result=NOT_ISSUE, Response.comment="bdqval:annotationAlertIf is bdqval:Empty"], [bdqval:annotationAlertIf="?": Response.status=RUN_HAS_RESULT, Response.result=POTENTIAL_ISSUE, Response.comment="bdqval:annotationAlertIf is bdqval:NotEmpty"] |
| Notes | While there is a W3C standard on 'web annotation', there is no TDWG recommendation on how this standard could be applied to annotating Darwin Core records. While implementation of this Test is currently problematic, TG2 considers annotations attached to any aspect of a Darwin Core record justifies this Test as a placeholder in the hope of future developments. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
ISSUE_DATAGENERALIZATIONS_NOTEMPTY
| Label | ISSUE_DATAGENERALIZATIONS_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/13d5a10e-188e-40fd-a22c-dbaa87b91df2-2023-09-18 |
| Preferred Label | Issue dwc:dataGeneralizations Not Empty |
| Information Elements Acted Upon | dwc:dataGeneralizations |
| Expected Response | POTENTIAL_ISSUE if dwc:dataGeneralizations is bdqval:NotEmpty; otherwise NOT_ISSUE |
| Description | Is there a value in dwc:dataGeneralizations? |
| Type | Issue |
| Resource Type | SingleRecord |
| Examples | [dwc:dataGeneralizations="placed on quarter degree grid": Response.status=RUN_HAS_RESULT, Response.result=POTENTIAL_ISSUE, Response.comment="dwc:dataGeneralizations is bdqval:NotEmpty"], [dwc:dataGeneralizations="": Response.status=RUN_HAS_RESULT, Response.result=NOT_ISSUE, Response.comment="dwc:dataGeneralizations is bdqval:Empty"] |
| Notes | This is not specific to spatial data, any value in the dwc:dataGeneralizations field will cause this flag to be raised, but the primary Use Case is expected to be that dwc:dataGeneralizations demonstrates obfuscated locations. |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
ISSUE_ESTABLISHMENTMEANS_NOTEMPTY
| Label | ISSUE_ESTABLISHMENTMEANS_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/acc8dff2-d8d1-483a-946d-65a02a452700-2023-09-18 |
| Preferred Label | Issue dwc:establishmentMeans Not Empty |
| Information Elements Acted Upon | dwc:establishmentMeans |
| Expected Response | POTENTIAL_ISSUE if dwc:establishmentMeans is bdqval:NotEmpty; otherwise NOT_ISSUE |
| Description | Is there a value in dwc:establishmentMeans? |
| Type | Issue |
| Resource Type | SingleRecord |
| Examples | [dwc:establishmentMeans="?": Response.status=RUN_HAS_RESULT, Response.result=POTENTIAL_ISSUE, Response.comment="dwc:establishmentMeans is bdqval:NotEmpty"], [dwc:establishmentMeans="": Response.status=RUN_HAS_RESULT, Response.result=NOT_ISSUE, Response.comment="dwc:establishmentMeans is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
ISSUE_COORDINATES_CENTEROFCOUNTRY
| Label | ISSUE_COORDINATES_CENTEROFCOUNTRY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/256e51b3-1e08-4349-bb7e-5186631c3f8e-2024-08-28 |
| Preferred Label | Issue Coordinates Center of Country |
| Information Elements Acted Upon | dwc:countryCode,dwc:decimalLatitude,dwc:decimalLongitude |
| Information Elements Consulted | dwc:coordinateUncertaintyInMeters |
| Parameters | bdqval:spatialBufferInMeters,bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if any of dwc:countryCode, dwc:decimalLatitude, dwc:decimalLongitude are bdqval:Empty; POTENTIAL_ISSUE if (1) the geographic coordinates are within the distance given by bdqval:spatialBufferInMeters from the center of the supplied dwc:countryCode as represented in the bdqval:sourceAuthority (or one of the centers, if the bdqval:sourceAuthority provides more than one per country code) and (2) the dwc:coordinateUncertaintyInMeters is bdqval:Empty or less than half the square root of the area of the country; otherwise NOT_ISSUE. |
| Source Authorities/Defaults | bdqval:spatialBufferInMeters default = "5000",bdqval:sourceAuthority default = "GBIF Catalogue of Country Centroides" {[https://raw.githubusercontent.com/jhnwllr/catalogue-of-centroids/master/PCLI.tsv]} |
| Description | Are the supplied geographic coordinates within a defined buffer of the center of the country? |
| Type | Issue |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLatitude="-35.38804", dwc:decimalLongitude="-65.154964", dwc:countryCode="AR": Response.status=RUN_HAS_RESULT, Response.result=POTENTIAL_ISSUE, Response.comment="coordinates fall within buffered distance in the bdqval:sourceAuthority for dwc:countryCode which may mean that coordinates have been generalized"], [dwc:decimalLatitude="-34.184199", dwc:decimalLongitude="-65.509403", dwc:countryCode="AR": Response.status=RUN_HAS_RESULT, Response.result=NOT_ISSUE, Response.comment="coordinates fall outside buffered distance in the bdqval:sourceAuthority for dwc:countryCode"] |
| Notes | We have increased the buffer to 5000 meters to cater for differences that may have arisen due to the difference in geodetic datums. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
Measure
MEASURE_VALIDATIONTESTS_NOTCOMPLIANT
| Label | MEASURE_VALIDATIONTESTS_NOTCOMPLIANT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/453844ae-9df4-439f-8e24-c52498eca84a-2024-08-22 |
| Preferred Label | Measure Validation Tests Not Compliant |
| Information Elements Consulted | bdqval:AllValidationTestsRunOnSingleRecord |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if no Tests of type VALIDATION were attempted to be run; REPORT of the number of Tests of output type VALIDATION run against the record that have Response.result="NOT_COMPLIANT" |
| Description | A count of the number of distinct VALIDATION Tests that have a Response.status="NOT_COMPLIANT" for a given record. |
| Type | Measure |
| Resource Type | SingleRecord |
| Examples | [Response.status=RUN_HAS_RESULT, Response.result="37", Response.comment="37 VALIDATION Tests had Response.status="NOT_COMPLIANT."] |
| Notes | We have three individual measures for pass (MEASURE_VALIDATIONTESTS_COMPLIANT (45fb49eb-4a1b-4b49-876f-15d5034dfc73)), fail (MEASURE_VALIDATIONTESTS_NOTCOMPLIANT (453844ae-9df4-439f-8e24-c52498eca84a)), and PREREQUISITES_NOT_MET (49a94636-a562-4e6b-803c-665c80628a3d). To get the total number of Tests that were attempted, add all three measures. To get the total number of Tests that ran, add NOT_COMPLIANT (fail) and COMPLIANT (pass). |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:Taxon-Management |
MEASURE_AMENDMENTS_PROPOSED
| Label | MEASURE_AMENDMENTS_PROPOSED |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/03049fe5-a575-404f-b564-ae63f5a1cf8b-2024-08-18 |
| Preferred Label | Measure Amendments Proposed |
| Information Elements Consulted | bdqval:AllAmendmentTestsRunOnSingleRecord |
| Expected Response | The number of Tests of output type AMENDMENT that have been run against the record and have proposed changes to the record (Result.status="AMENDED" or "FILLED_IN") |
| Description | A count of the number of distinct AMENDMENT Tests that have a Response.status="AMENDED" for a given record. |
| Type | Measure |
| Resource Type | SingleRecord |
| Examples | [Response.status=RUN_HAS_RESULT, Response.result="17", Response.comment="17 Tests of TYPE AMENDMENT were run and proposed changes to the record."] |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:Taxon-Management |
MEASURE_VALIDATIONTESTS_PREREQUISITESNOTMET
| Label | MEASURE_VALIDATIONTESTS_PREREQUISITESNOTMET |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/49a94636-a562-4e6b-803c-665c80628a3d-2024-08-18 |
| Preferred Label | Measure Validation Tests Prerequisites Not Met |
| Information Elements Consulted | bdqval:AllValidationTestsRunOnSingleRecord |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if no Tests of type VALIDATION were run; Report the number of Tests of output type VALIDATION that did not run because prerequisites for those Tests were not met (Result.status="INTERNAL_PREREQUISITES_NOT_MET" or "EXTERNAL_PREREQUISITES_NOT_MET") |
| Description | The number of distinct VALIDATION Tests that have a Response.status="EXTERNAL_PREREQUISITES_NOT_MET" or "INTERNAL_PREREQUISITES_NOT_MET" for a given record. |
| Type | Measure |
| Resource Type | SingleRecord |
| Examples | [Response.status=RUN_HAS_RESULT, Response.result="27", Response.comment="27 VALIDATION Tests had either INTERNAL_PREREQUISITES_NOT_MET" or "EXTERNAL_PREREQUISITES_NOT_MET"] |
| Notes | We have three individual measures for pass (MEASURE_VALIDATIONTESTS_COMPLIANT (45fb49eb-4a1b-4b49-876f-15d5034dfc73)), fail (MEASURE_VALIDATIONTESTS_NOTCOMPLIANT (453844ae-9df4-439f-8e24-c52498eca84a)), and PREREQUISITES_NOT_MET (49a94636-a562-4e6b-803c-665c80628a3d). To get the total number of Tests that were attempted, add all three measures. To get the total number of Tests that ran, add NOT_COMPLIANT (fail) and COMPLIANT (pass). |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:Taxon-Management |
MEASURE_VALIDATIONTESTS_COMPLIANT
| Label | MEASURE_VALIDATIONTESTS_COMPLIANT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/45fb49eb-4a1b-4b49-876f-15d5034dfc73-2024-08-18 |
| Preferred Label | Measure Validation Tests Compliant |
| Information Elements Consulted | bdqval:AllValidationTestsRunOnSingleRecord |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if no Tests of type VALIDATION were attempted to be run; Report the number of Tests of output type VALIDATION run against the record that were COMPLIANT (passed) |
| Description | Measures the number of distinct VALIDATION Tests that have a Response.status="COMPLIANT" for a given record. |
| Type | Measure |
| Resource Type | SingleRecord |
| Examples | [Response.status=RUN_HAS_RESULT, Response.result="7", Response.comment="7 VALIDATION Tests had Response.status="COMPLIANT" ] |
| Notes | We have three individual measures for pass (MEASURE_VALIDATIONTESTS_COMPLIANT (45fb49eb-4a1b-4b49-876f-15d5034dfc73)), fail (MEASURE_VALIDATIONTESTS_NOTCOMPLIANT (453844ae-9df4-439f-8e24-c52498eca84a)), and PREREQUISITES_NOT_MET (49a94636-a562-4e6b-803c-665c80628a3d). To get the total number of Tests that were attempted, add all three measures. To get the total number of Tests that ran, add NOT_COMPLIANT (fail) and COMPLIANT (pass). |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:Taxon-Management |
MEASURE_EVENTDATE_DURATIONINSECONDS
| Label | MEASURE_EVENTDATE_DURATIONINSECONDS |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/56b6c695-adf1-418e-95d2-da04cad7be53-2024-09-16 |
| Preferred Label | Measure dwc:eventDate Duration in Seconds |
| Information Elements Acted Upon | dwc:eventDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:eventDate is bdqval:Empty or if the value of dwc:eventDate is not a valid ISO 8601 date; otherwise RUN_HAS_RESULT with the result being the duration (sensu ISO 8601) expressed in the dwc:eventDate, in seconds. |
| Description | What is the duration of dwc:eventDate in seconds? |
| Type | Measure |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="1880-05-08/10": Response.status=RUN_HAS_RESULT, Response.result="259200", Response.comment="dwc:eventDate duration is 3 days = 259,200 seconds"], [dwc:eventDate="95": Response.status=INTERNAL_PREREQUISITES_NOT_MET, Response.result=NOT_REPORTED, Response.comment="dwc:eventDate does not contain a valid ISO 8601-1:2019 date"] |
| Notes | The duration of a day is 86400 seconds. Implementations should treat all days as 86400 seconds, but should include leap days (but not leap seconds) in durations that encompass them. Consumers should treat assertions about event date duration as approximations, see: https://xkcd.com/2867/ |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COUNTRYCODE_STANDARD
| Label | MULTIRECORD_MEASURE_QA_COUNTRYCODE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/fedf27b2-e01d-459f-98fc-7f0f39e3d4be-2024-09-19 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:countryCode Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/0493bcfb-652e-4d17-815b-b0cce0742fbe |
| Expected Response | COMPLETE if every VALIDATION_COUNTRYCODE_STANDARD in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COUNTRYCODE_STANDARD in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRYCODE_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRYCODE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/38966850-3737-4a67-953c-c231469e0489-2024-09-19 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:countryCode Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/0493bcfb-652e-4d17-815b-b0cce0742fbe |
| Expected Response | Count the number of VALIDATION_COUNTRYCODE_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COUNTRYCODE_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COUNTRY_FOUND
| Label | MULTIRECORD_MEASURE_QA_COUNTRY_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/388e74b3-2e18-4d78-8112-3142d1177e25-2024-08-19 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:country Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/69b2efdc-6269-45a4-aecb-4cb99c2ae134 |
| Expected Response | COMPLETE if every VALIDATION_COUNTRY_FOUND in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COUNTRY_FOUND in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRY_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRY_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f15c38c3-d96d-4e9c-982d-410fb71cf2bc-2024-08-19 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:country Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/69b2efdc-6269-45a4-aecb-4cb99c2ae134 |
| Expected Response | Count the number of VALIDATION_COUNTRY_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COUNTRY_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_PHYLUM_FOUND
| Label | MULTIRECORD_MEASURE_QA_PHYLUM_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/17364d16-37b7-4ccb-9614-bfb95ff1bca9-2022-03-25 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:phylum Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/eaad41c5-1d46-4917-a08b-4fd1d7ff5c0f |
| Expected Response | COMPLETE if every VALIDATION_PHYLUM_FOUND in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_PHYLUM_FOUND in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_PHYLUM_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_PHYLUM_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/65e66ca0-e9d1-4411-ad26-bb9c43f32afc-2022-03-25 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:phylum Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/eaad41c5-1d46-4917-a08b-4fd1d7ff5c0f |
| Expected Response | Count the number of VALIDATION_PHYLUM_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_PHYLUM_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_MINDEPTH_LESSTHAN_MAXDEPTH
| Label | MULTIRECORD_MEASURE_QA_MINDEPTH_LESSTHAN_MAXDEPTH |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/fcabd2c9-392c-4841-a5d7-e2680c9587ab-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:minimumDepthInMeters less than dwc:maximumDepthInMeters |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/8f1e6e58-544b-4365-a569-fb781341644e |
| Expected Response | COMPLETE if every VALIDATION_MINDEPTH_LESSTHAN_MAXDEPTH in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_MINDEPTH_LESSTHAN_MAXDEPTH in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_MINDEPTH_LESSTHAN_MAXDEPTH
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_MINDEPTH_LESSTHAN_MAXDEPTH |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b21256c2-4bb7-4deb-852d-a9eaa05345e7-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:minimumDepthInMeters less than dwc:maximumDepthInMeters |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/8f1e6e58-544b-4365-a569-fb781341644e |
| Expected Response | Count the number of VALIDATION_MINDEPTH_LESSTHAN_MAXDEPTH in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_MINDEPTH_LESSTHAN_MAXDEPTH in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_FAMILY_FOUND
| Label | MULTIRECORD_MEASURE_QA_FAMILY_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a07d7147-2db8-48ce-81b8-e47595ad5f17-2023-09-17 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:family Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3667556d-d8f5-454c-922b-af8af38f613c |
| Expected Response | COMPLETE if every VALIDATION_FAMILY_FOUND in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_FAMILY_FOUND in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_FAMILY_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_FAMILY_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/97928242-11a9-4ab0-9dd7-3f0465834824-2023-09-17 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:family Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3667556d-d8f5-454c-922b-af8af38f613c |
| Expected Response | Count the number of VALIDATION_FAMILY_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_FAMILY_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_DECIMALLONGITUDE_INRANGE
| Label | MULTIRECORD_MEASURE_QA_DECIMALLONGITUDE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/6f7a9b82-7d34-4111-a2a6-9efe5221fa44-2023-09-17 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:decimalLongitude In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/0949110d-c06b-450e-9649-7c1374d940d1 |
| Expected Response | COMPLETE if every VALIDATION_DECIMALLONGITUDE_INRANGE in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DECIMALLONGITUDE_INRANGE in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DECIMALLONGITUDE_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DECIMALLONGITUDE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c70c4950-2246-4acc-a59d-81eaa47edf2b-2023-09-17 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:decimalLongitude In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/0949110d-c06b-450e-9649-7c1374d940d1 |
| Expected Response | Count the number of VALIDATION_DECIMALLONGITUDE_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DECIMALLONGITUDE_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_EVENTDATE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_EVENTDATE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c23cd67d-1b5c-4e9f-a1ce-8cc6b3e9b365-2023-09-17 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:eventDate Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/f51e15a6-a67d-4729-9c28-3766299d2985 |
| Expected Response | COMPLETE if every VALIDATION_EVENTDATE_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_EVENTDATE_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENTDATE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENTDATE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3f62eaa2-747f-456b-85e6-1a6e74086a18-2023-09-17 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:eventDate Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/f51e15a6-a67d-4729-9c28-3766299d2985 |
| Expected Response | Count the number of VALIDATION_EVENTDATE_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_EVENTDATE_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_EVENTDATE_INRANGE
| Label | MULTIRECORD_MEASURE_QA_EVENTDATE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d41a731b-2e2b-4442-9217-4c375ae92926-2024-09-16 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:eventDate In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3cff4dc4-72e9-4abe-9bf3-8a30f1618432 |
| Expected Response | COMPLETE if every VALIDATION_EVENTDATE_INRANGE in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_EVENTDATE_INRANGE in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENTDATE_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENTDATE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c8250600-de61-4047-9d7c-6e06a38c7994-2024-09-16 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:eventDate In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3cff4dc4-72e9-4abe-9bf3-8a30f1618432 |
| Expected Response | Count the number of VALIDATION_EVENTDATE_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_EVENTDATE_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_LICENSE_STANDARD
| Label | MULTIRECORD_MEASURE_QA_LICENSE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/acd8d43e-7a2a-4372-b887-fb53a9972dc9-2024-03-21 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dcterms:license Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3136236e-04b6-49ea-8b34-a65f25e3aba1 |
| Expected Response | COMPLETE if every VALIDATION_LICENSE_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_LICENSE_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:SDM-Trees |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_LICENSE_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_LICENSE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/9d5be694-f5da-465d-8c7e-27e6dac69f9f-2024-03-21 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dcterms:license Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3136236e-04b6-49ea-8b34-a65f25e3aba1 |
| Expected Response | Count the number of VALIDATION_LICENSE_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_LICENSE_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:SDM-Trees |
MULTIRECORD_MEASURE_QA_MINELEVATION_INRANGE
| Label | MULTIRECORD_MEASURE_QA_MINELEVATION_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/1ba18c8b-66a6-47d9-a709-404439332dba-2023-09-17 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:minimumElevationInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/0bb8297d-8f8a-42d2-80c1-558f29efe798 |
| Expected Response | COMPLETE if every VALIDATION_MINELEVATION_INRANGE in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_MINELEVATION_INRANGE in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_MINELEVATION_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_MINELEVATION_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/071267a0-d993-4961-a3f7-d8210810d167-2023-09-17 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:minimumElevationInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/0bb8297d-8f8a-42d2-80c1-558f29efe798 |
| Expected Response | Count the number of VALIDATION_MINELEVATION_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_MINELEVATION_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_LOCATION_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_LOCATION_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3b2e4791-1a5a-4087-9e8d-09c67cf8c816-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dcterms:Location Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/58486cb6-1114-4a8a-ba1e-bd89cfe887e9 |
| Expected Response | COMPLETE if every VALIDATION_LOCATION_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_LOCATION_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_LOCATION_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_LOCATION_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/bac852b5-1ba6-427b-aa8e-02018e99279c-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dcterms:Location Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/58486cb6-1114-4a8a-ba1e-bd89cfe887e9 |
| Expected Response | Count the number of VALIDATION_LOCATION_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_LOCATION_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COUNTRY_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_COUNTRY_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/9c8df974-8fba-4537-8c67-31466787f732-2024-09-27 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:country Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/6ce2b2b4-6afe-4d13-82a0-390d31ade01c |
| Expected Response | COMPLETE if every VALIDATION_COUNTRY_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COUNTRY_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRY_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRY_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/6887c881-dc52-409b-8979-9c2f05e55569-2024-09-27 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:country Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/6ce2b2b4-6afe-4d13-82a0-390d31ade01c |
| Expected Response | Count the number of VALIDATION_COUNTRY_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COUNTRY_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_SCIENTIFICNAME_FOUND
| Label | MULTIRECORD_MEASURE_QA_SCIENTIFICNAME_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a8aee02c-cf7c-4104-a601-d8afc4f9cbe2-2023-09-17 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:scientificName Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3f335517-f442-4b98-b149-1e87ff16de45 |
| Expected Response | COMPLETE if every VALIDATION_SCIENTIFICNAME_FOUND in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_SCIENTIFICNAME_FOUND in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAME_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAME_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4e70b0e4-3fd2-4899-802c-439671374eeb-2023-09-17 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:scientificName Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3f335517-f442-4b98-b149-1e87ff16de45 |
| Expected Response | Count the number of VALIDATION_SCIENTIFICNAME_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_SCIENTIFICNAME_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns, bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_OCCURRENCEID_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_OCCURRENCEID_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0028ef9a-6553-467b-a344-90327ed2babf-2023-09-17 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:occurrenceID Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/c486546c-e6e5-48a7-b286-eba7f5ca56c4 |
| Expected Response | COMPLETE if every VALIDATION_OCCURRENCEID_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_OCCURRENCEID_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_OCCURRENCEID_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_OCCURRENCEID_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0c9a139e-5d23-44de-a495-14ec08c61a1c-2023-09-17 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:occurrenceID Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/c486546c-e6e5-48a7-b286-eba7f5ca56c4 |
| Expected Response | Count the number of VALIDATION_OCCURRENCEID_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_OCCURRENCEID_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_YEAR_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_YEAR_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a8fef8a8-e7c7-4a2d-adaf-7da99c896c93-2023-09-17 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:year Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/c09ecbf9-34e3-4f3e-b74a-8796af15e59f |
| Expected Response | COMPLETE if every VALIDATION_YEAR_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_YEAR_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_YEAR_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_YEAR_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/687d3ad1-93a3-4a1f-b69f-da5a1eb761a5-2023-09-17 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:year Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/c09ecbf9-34e3-4f3e-b74a-8796af15e59f |
| Expected Response | Count the number of VALIDATION_YEAR_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_YEAR_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COORDINATESCOUNTRYCODE_CONSISTENT
| Label | MULTIRECORD_MEASURE_QA_COORDINATESCOUNTRYCODE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/86c28d5e-f778-4230-88d8-64cc01478601-2024-08-30 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation Coordinates dwc:countryCode Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/adb27d29-9f0d-4d52-b760-a77ba57a69c9 |
| Expected Response | COMPLETE if every VALIDATION_COORDINATESCOUNTRYCODE_CONSISTENT in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COORDINATESCOUNTRYCODE_CONSISTENT in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATESCOUNTRYCODE_CONSISTENT
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATESCOUNTRYCODE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d68dc111-9704-4fc5-a8eb-5fa084809202-2024-08-30 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation Coordinates dwc:countryCode Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/adb27d29-9f0d-4d52-b760-a77ba57a69c9 |
| Expected Response | Count the number of VALIDATION_COORDINATESCOUNTRYCODE_CONSISTENT in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COORDINATESCOUNTRYCODE_CONSISTENT in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COORDINATESTERRESTRIALMARINE_CONSISTENT
| Label | MULTIRECORD_MEASURE_QA_COORDINATESTERRESTRIALMARINE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/478dee00-98d0-4154-b66c-eca64dbbf86d-2024-08-30 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation Coordinates Terrestrial Marine |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/b9c184ce-a859-410c-9d12-71a338200380 |
| Expected Response | COMPLETE if every VALIDATION_COORDINATESTERRESTRIALMARINE_CONSISTENT in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COORDINATESTERRESTRIALMARINE_CONSISTENT in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATESTERRESTRIALMARINE_CONSISTENT
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATESTERRESTRIALMARINE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b67f41f4-198c-41e9-9419-ba3919c1be8b-2024-08-30 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation Coordinates Terrestrial Marine |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/b9c184ce-a859-410c-9d12-71a338200380 |
| Expected Response | Count the number of VALIDATION_COORDINATESTERRESTRIALMARINE_CONSISTENT in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COORDINATESTERRESTRIALMARINE_CONSISTENT in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COORDINATESSTATEPROVINCE_CONSISTENT
| Label | MULTIRECORD_MEASURE_QA_COORDINATESSTATEPROVINCE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7a8b0af3-fa7d-416a-921a-8992d56f8233-2024-08-30 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation Coordinates dwc:stateProvince Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/f18a470b-3fe1-4aae-9c65-a6d3db6b550c |
| Expected Response | COMPLETE if every VALIDATION_COORDINATESSTATEPROVINCE_CONSISTENT in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COORDINATESSTATEPROVINCE_CONSISTENT in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATESSTATEPROVINCE_CONSISTENT
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATESSTATEPROVINCE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c6c998af-6145-4361-b1e6-52c5b790340a-2024-08-30 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation Coordinates dwc:stateProvince Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/f18a470b-3fe1-4aae-9c65-a6d3db6b550c |
| Expected Response | Count the number of VALIDATION_COORDINATESSTATEPROVINCE_CONSISTENT in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COORDINATESSTATEPROVINCE_CONSISTENT in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_BASISOFRECORD_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_BASISOFRECORD_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c8c61535-ab1a-4ec6-b4e9-f5f02541d7d8-2023-09-17 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:basisOfRecord Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/ac2b7648-d5f9-48ca-9b07-8ad5879a2536 |
| Expected Response | COMPLETE if every VALIDATION_BASISOFRECORD_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_BASISOFRECORD_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_BASISOFRECORD_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_BASISOFRECORD_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b60c8c58-0137-4b6a-97e9-57d8ca5cf248-2023-09-17 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:basisOfRecord Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/ac2b7648-d5f9-48ca-9b07-8ad5879a2536 |
| Expected Response | Count the number of VALIDATION_BASISOFRECORD_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_BASISOFRECORD_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_GEODETICDATUM_STANDARD
| Label | MULTIRECORD_MEASURE_QA_GEODETICDATUM_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/cb88b6d9-85b2-4cd5-9bfa-c0d96f79552e-2025-03-03 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Vaildation dwc:geodeticDatum Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7e0c0418-fe16-4a39-98bd-80e19d95b9d1 |
| Expected Response | COMPLETE if every VALIDATION_GEODETICDATUM_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_GEODETICDATUM_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_GEODETICDATUM_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_GEODETICDATUM_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/8d8aba5c-f58a-49c9-a08d-1afb5ff1aa63-2025-03-03 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Vaildation dwc:geodeticDatum Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7e0c0418-fe16-4a39-98bd-80e19d95b9d1 |
| Expected Response | Count the number of VALIDATION_GEODETICDATUM_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_GEODETICDATUM_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COUNTRYCOUNTRYCODE_CONSISTENT
| Label | MULTIRECORD_MEASURE_QA_COUNTRYCOUNTRYCODE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/57b40d9a-67d7-4916-9c27-dbb395c6c27e-2024-09-25 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:country dwc:countryCode Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/b23110e7-1be7-444a-a677-cdee0cf4330c |
| Expected Response | COMPLETE if every VALIDATION_COUNTRYCOUNTRYCODE_CONSISTENT in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COUNTRYCOUNTRYCODE_CONSISTENT in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRYCOUNTRYCODE_CONSISTENT
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRYCOUNTRYCODE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/26b46375-df2b-4677-a2e5-f96f86b8e242-2024-09-25 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:country dwc:countryCode Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/b23110e7-1be7-444a-a677-cdee0cf4330c |
| Expected Response | Count the number of VALIDATION_COUNTRYCOUNTRYCODE_CONSISTENT in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COUNTRYCOUNTRYCODE_CONSISTENT in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_EVENTDATE_STANDARD
| Label | MULTIRECORD_MEASURE_QA_EVENTDATE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/14a1d51f-16ed-4148-9dc8-1e90157a9868-2024-09-16 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:eventDate Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4f2bf8fd-fc5c-493f-a44c-e7b16153c803 |
| Expected Response | COMPLETE if every VALIDATION_EVENTDATE_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_EVENTDATE_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENTDATE_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENTDATE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/bffd7499-aca3-423f-bb43-f7bdc9260f4f-2024-09-16 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:eventDate Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4f2bf8fd-fc5c-493f-a44c-e7b16153c803 |
| Expected Response | Count the number of VALIDATION_EVENTDATE_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_EVENTDATE_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_EVENT_CONSISTENT
| Label | MULTIRECORD_MEASURE_QA_EVENT_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f375a3fd-4cf5-4ef4-955e-d71762ede2d8-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:Event Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/5618f083-d55a-4ac2-92b5-b9fb227b832f |
| Expected Response | COMPLETE if every VALIDATION_EVENT_CONSISTENT in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_EVENT_CONSISTENT in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENT_CONSISTENT
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENT_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/1919f212-b7db-4b6e-9697-41a715001bd6-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:Event Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/5618f083-d55a-4ac2-92b5-b9fb227b832f |
| Expected Response | Count the number of VALIDATION_EVENT_CONSISTENT in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_EVENT_CONSISTENT in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_QA_DATEIDENTIFIED_STANDARD
| Label | MULTIRECORD_MEASURE_QA_DATEIDENTIFIED_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/563872eb-f544-45a0-8f91-8098d62768d4-2024-09-16 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:dateIdentified Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/66269bdd-9271-4e76-b25c-7ab81eebe1d8 |
| Expected Response | COMPLETE if every VALIDATION_DATEIDENTIFIED_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DATEIDENTIFIED_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DATEIDENTIFIED_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DATEIDENTIFIED_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/49b787eb-7dce-4ace-97f5-7cbb47cd8cb9-2024-09-16 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:dateIdentified Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/66269bdd-9271-4e76-b25c-7ab81eebe1d8 |
| Expected Response | Count the number of VALIDATION_DATEIDENTIFIED_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DATEIDENTIFIED_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_TAXON_UNAMBIGUOUS
| Label | MULTIRECORD_MEASURE_QA_TAXON_UNAMBIGUOUS |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0df03601-3768-4805-906a-bbd0a41b0fda-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:Taxon Unambiguous |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4c09f127-737b-4686-82a0-7c8e30841590 |
| Expected Response | COMPLETE if every VALIDATION_TAXON_UNAMBIGUOUS in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_TAXON_UNAMBIGUOUS in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_TAXON_UNAMBIGUOUS
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_TAXON_UNAMBIGUOUS |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/782773c9-7b37-483d-8ce2-c6683ba81882-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:Taxon Unambiguous |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4c09f127-737b-4686-82a0-7c8e30841590 |
| Expected Response | Count the number of VALIDATION_TAXON_UNAMBIGUOUS in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_TAXON_UNAMBIGUOUS in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_DATEIDENTIFIED_INRANGE
| Label | MULTIRECORD_MEASURE_QA_DATEIDENTIFIED_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/6354376c-0cf2-435b-be40-850769c5a18a-2024-09-16 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:dateIdentified In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/dc8aae4b-134f-4d75-8a71-c4186239178e |
| Expected Response | COMPLETE if every VALIDATION_DATEIDENTIFIED_INRANGE in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DATEIDENTIFIED_INRANGE in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DATEIDENTIFIED_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DATEIDENTIFIED_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c72fda2d-16e1-4ded-91a5-a7094339d603-2024-09-16 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:dateIdentified In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/dc8aae4b-134f-4d75-8a71-c4186239178e |
| Expected Response | Count the number of VALIDATION_DATEIDENTIFIED_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DATEIDENTIFIED_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_CLASS_FOUND
| Label | MULTIRECORD_MEASURE_QA_CLASS_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/21541436-641d-45a9-938c-537484d94eb7-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:class Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/2cd6884e-3d14-4476-94f7-1191cfff309b |
| Expected Response | COMPLETE if every VALIDATION_CLASS_FOUND in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_CLASS_FOUND in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_CLASS_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_CLASS_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7270a362-5f2e-41f0-955a-d7a8eaaf0f17-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:class Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/2cd6884e-3d14-4476-94f7-1191cfff309b |
| Expected Response | Count the number of VALIDATION_CLASS_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_CLASS_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
MULTIRECORD_MEASURE_QA_GEODETICDATUM_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_GEODETICDATUM_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/488c1dff-21ec-4e68-a00a-7355505e180c-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:geodeticDatum Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/239ec40e-a729-4a8e-ba69-e0bf03ac1c44 |
| Expected Response | COMPLETE if every VALIDATION_GEODETICDATUM_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_GEODETICDATUM_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_GEODETICDATUM_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_GEODETICDATUM_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/63fbaf3c-3d41-4ab6-bfc0-904f1b26835f-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:geodeticDatum Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/239ec40e-a729-4a8e-ba69-e0bf03ac1c44 |
| Expected Response | Count the number of VALIDATION_GEODETICDATUM_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_GEODETICDATUM_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_DECIMALLATITUDE_INRANGE
| Label | MULTIRECORD_MEASURE_QA_DECIMALLATITUDE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3c8bc478-f6b2-4533-b7ce-45bae5d186c2-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:decimalLatitude In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/b6ecda2a-ce36-437a-b515-3ae94948fe83 |
| Expected Response | COMPLETE if every VALIDATION_DECIMALLATITUDE_INRANGE in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DECIMALLATITUDE_INRANGE in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DECIMALLATITUDE_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DECIMALLATITUDE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f0fb1c79-9e3d-4d6c-a5a9-087cf57ebd26-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:decimalLatitude In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/b6ecda2a-ce36-437a-b515-3ae94948fe83 |
| Expected Response | Count the number of VALIDATION_DECIMALLATITUDE_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DECIMALLATITUDE_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_KINGDOM_FOUND
| Label | MULTIRECORD_MEASURE_QA_KINGDOM_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/465d7ac1-d193-46c0-a302-56a9ef99215f-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:kingdom Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/125b5493-052d-4a0d-a3e1-ed5bf792689e |
| Expected Response | COMPLETE if every VALIDATION_KINGDOM_FOUND in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_KINGDOM_FOUND in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_KINGDOM_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_KINGDOM_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/012eade5-fc64-458a-a13a-a614491bf4e0-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:kingdom Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/125b5493-052d-4a0d-a3e1-ed5bf792689e |
| Expected Response | Count the number of VALIDATION_KINGDOM_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_KINGDOM_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_SCIENTIFICNAME_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_SCIENTIFICNAME_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b4d6a61c-64ff-4da0-974c-63a73fd20836-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:scientificName Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7c4b9498-a8d9-4ebb-85f1-9f200c788595 |
| Expected Response | COMPLETE if every VALIDATION_SCIENTIFICNAME_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_SCIENTIFICNAME_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAME_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAME_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0f8b30e2-59dc-46ba-8b91-62049cd1a4e2-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:scientificName Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7c4b9498-a8d9-4ebb-85f1-9f200c788595 |
| Expected Response | Count the number of VALIDATION_SCIENTIFICNAME_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_SCIENTIFICNAME_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns, bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_ORDER_FOUND
| Label | MULTIRECORD_MEASURE_QA_ORDER_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/773bb288-fef3-4968-a65a-a69c74d6ecb5-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:order Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/81cc974d-43cc-4c0f-a5e0-afa23b455aa3 |
| Expected Response | COMPLETE if every VALIDATION_ORDER_FOUND in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_ORDER_FOUND in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_ORDER_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_ORDER_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f4fa449c-4b74-4dcf-b4cf-0b73e1496375-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:order Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/81cc974d-43cc-4c0f-a5e0-afa23b455aa3 |
| Expected Response | Count the number of VALIDATION_ORDER_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_ORDER_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_YEAR_INRANGE
| Label | MULTIRECORD_MEASURE_QA_YEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a0502c5f-608b-4e59-99da-d9490bb4d93b-2024-08-23 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:year In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/ad0c8855-de69-4843-a80c-a5387d20fbc8 |
| Expected Response | COMPLETE if every VALIDATION_YEAR_INRANGE in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_YEAR_INRANGE in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_YEAR_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_YEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/aee65eb8-8d1e-4b8f-bd37-5822e29f5734-2024-08-23 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:year In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/ad0c8855-de69-4843-a80c-a5387d20fbc8 |
| Expected Response | Count the number of VALIDATION_YEAR_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_YEAR_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COORDINATES_NOTZERO
| Label | MULTIRECORD_MEASURE_QA_COORDINATES_NOTZERO |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/151b2d29-3460-4ba5-a226-86971dc8ad03-2023-06-20 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation Coordinates Not Zero |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/1bf0e210-6792-4128-b8cc-ab6828aa4871 |
| Expected Response | COMPLETE if every VALIDATION_COORDINATES_NOTZERO in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COORDINATES_NOTZERO in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATES_NOTZERO
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATES_NOTZERO |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0e239a55-0f19-4c68-bdbf-20580f27a647-2023-06-20 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation Coordinates Not Zero |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/1bf0e210-6792-4128-b8cc-ab6828aa4871 |
| Expected Response | Count the number of VALIDATION_COORDINATES_NOTZERO in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COORDINATES_NOTZERO in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_EVENTTEMPORAL_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_EVENTTEMPORAL_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f22539ef-029b-4edb-ad17-add4363f7395-2023-09-30 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:Event Temporal Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/41267642-60ff-4116-90eb-499fee2cd83f |
| Expected Response | COMPLETE if every VALIDATION_EVENTTEMPORAL_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_EVENTTEMPORAL_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENTTEMPORAL_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_EVENTTEMPORAL_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d3e282a1-3ff3-4ed0-bd08-fa23b6b8c161-2023-09-30 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:Event Temporal Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/41267642-60ff-4116-90eb-499fee2cd83f |
| Expected Response | Count the number of VALIDATION_EVENTTEMPORAL_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_EVENTTEMPORAL_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_DCTYPE_STANDARD
| Label | MULTIRECORD_MEASURE_QA_DCTYPE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d9493fa0-d90e-41db-95f6-d1c1d243540e-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dc:type Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/cdaabb0d-a863-49d0-bc0f-738d771acba5 |
| Expected Response | COMPLETE if every VALIDATION_DCTYPE_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DCTYPE_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DCTYPE_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DCTYPE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/fbe47441-500f-44c7-a1bd-1e872edc5266-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dc:type Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/cdaabb0d-a863-49d0-bc0f-738d771acba5 |
| Expected Response | Count the number of VALIDATION_DCTYPE_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DCTYPE_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_DECIMALLONGITUDE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_DECIMALLONGITUDE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a94e986e-dbc8-4147-872d-5f2727945654-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:decimalLongitude Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/9beb9442-d942-4f42-8b6a-fcea01ee086a |
| Expected Response | COMPLETE if every VALIDATION_DECIMALLONGITUDE_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DECIMALLONGITUDE_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DECIMALLONGITUDE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DECIMALLONGITUDE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f948a30e-8084-48d5-b1ca-d77c476f181f-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:decimalLongitude Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/9beb9442-d942-4f42-8b6a-fcea01ee086a |
| Expected Response | Count the number of VALIDATION_DECIMALLONGITUDE_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DECIMALLONGITUDE_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COUNTRYCODE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_COUNTRYCODE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/942f63bd-d19d-4214-bf8e-cec0055b8909-2024-11-10 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:countryCode Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/853b79a2-b314-44a2-ae46-34a1e7ed85e4 |
| Expected Response | COMPLETE if every VALIDATION_COUNTRYCODE_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COUNTRYCODE_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRYCODE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRYCODE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d71be8d4-1a04-4816-90c5-49808c823651-2024-11-10 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:countryCode Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/853b79a2-b314-44a2-ae46-34a1e7ed85e4 |
| Expected Response | Count the number of VALIDATION_COUNTRYCODE_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COUNTRYCODE_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_LICENSE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_LICENSE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4fccf163-9336-4f48-996c-57f5f66e72db-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dcterms:license Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/15f78619-811a-4c6f-997a-a4c7888ad849 |
| Expected Response | COMPLETE if every VALIDATION_LICENSE_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_LICENSE_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_LICENSE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_LICENSE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/47ee20d9-5087-4f76-a494-6fea05e50b8b-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dcterms:license Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/15f78619-811a-4c6f-997a-a4c7888ad849 |
| Expected Response | Count the number of VALIDATION_LICENSE_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_LICENSE_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:SDM-Trees |
MULTIRECORD_MEASURE_QA_POLYNOMIAL_CONSISTENT
| Label | MULTIRECORD_MEASURE_QA_POLYNOMIAL_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/ef05b45b-13b8-4877-9e9d-fa44b332d83c-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation Polynomial Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/17f03f1f-f74d-40c0-8071-2927cfc9487b |
| Expected Response | COMPLETE if every VALIDATION_POLYNOMIAL_CONSISTENT in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_POLYNOMIAL_CONSISTENT in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_POLYNOMIAL_CONSISTENT
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_POLYNOMIAL_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7da5428e-87b2-4ec2-be82-05b9398b7577-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation Polynomial Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/17f03f1f-f74d-40c0-8071-2927cfc9487b |
| Expected Response | Count the number of VALIDATION_POLYNOMIAL_CONSISTENT in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_POLYNOMIAL_CONSISTENT in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_DCTYPE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_DCTYPE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4d999a65-a431-4a76-b591-e0d86dcf244b-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dc:type Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/374b091a-fc90-4791-91e5-c1557c649169 |
| Expected Response | COMPLETE if every VALIDATION_DCTYPE_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DCTYPE_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DCTYPE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DCTYPE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f041ab17-d834-4586-aa6b-090de2e571a8-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dc:type Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/374b091a-fc90-4791-91e5-c1557c649169 |
| Expected Response | Count the number of VALIDATION_DCTYPE_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DCTYPE_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_BASISOFRECORD_STANDARD
| Label | MULTIRECORD_MEASURE_QA_BASISOFRECORD_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/241a279c-76d5-499b-ab49-a47ad7f8df50-2024-08-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:basisOfRecord Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/42408a00-bf71-4892-a399-4325e2bc1fb8 |
| Expected Response | COMPLETE if every VALIDATION_BASISOFRECORD_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_BASISOFRECORD_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_BASISOFRECORD_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_BASISOFRECORD_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f5dd74bd-6a22-4792-b675-c7ccf2a2c103-2024-08-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:basisOfRecord Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/42408a00-bf71-4892-a399-4325e2bc1fb8 |
| Expected Response | Count the number of VALIDATION_BASISOFRECORD_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_BASISOFRECORD_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_TAXON_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_TAXON_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/2a9d4cfd-815a-46e0-bb51-60724582b762-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:Taxon Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/06851339-843f-4a43-8422-4e61b9a00e75 |
| Expected Response | COMPLETE if every VALIDATION_TAXON_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_TAXON_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_TAXON_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_TAXON_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/54d290e8-ac48-4f31-8af3-676363573217-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:Taxon Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/06851339-843f-4a43-8422-4e61b9a00e75 |
| Expected Response | Count the number of VALIDATION_TAXON_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_TAXON_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_MINDEPTH_INRANGE
| Label | MULTIRECORD_MEASURE_QA_MINDEPTH_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/49d756a8-e654-4267-a290-d1def5d2c5f9-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:minimumDepthInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/04b2c8f3-c71b-4e95-8e43-f70374c5fb92 |
| Expected Response | COMPLETE if every VALIDATION_MINDEPTH_INRANGE in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_MINDEPTH_INRANGE in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_MINDEPTH_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_MINDEPTH_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/9c66c116-6644-45b4-b4c7-db7a4ee7c500-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:minimumDepthInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/04b2c8f3-c71b-4e95-8e43-f70374c5fb92 |
| Expected Response | Count the number of VALIDATION_MINDEPTH_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_MINDEPTH_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_MINELEVATION_LESSTHAN_MAXELEVATION
| Label | MULTIRECORD_MEASURE_QA_MINELEVATION_LESSTHAN_MAXELEVATION |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/44f00697-ca66-43cf-8f16-646b40c0f514-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:minimumElevationInMeters less than dwcmaximumElevationInMeters |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/d708526b-6561-438e-aa1a-82cd80b06396 |
| Expected Response | COMPLETE if every VALIDATION_MINELEVATION_LESSTHAN_MAXELEVATION in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_MINELEVATION_LESSTHAN_MAXELEVATION in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_MINELEVATION_LESSTHAN_MAXELEVATION
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_MINELEVATION_LESSTHAN_MAXELEVATION |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/be2eb717-b390-47d1-b7ba-965a1101e215-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:minimumElevationInMeters less than dwcmaximumElevationInMeters |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/d708526b-6561-438e-aa1a-82cd80b06396 |
| Expected Response | Count the number of VALIDATION_MINELEVATION_LESSTHAN_MAXELEVATION in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_MINELEVATION_LESSTHAN_MAXELEVATION in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COORDINATEUNCERTAINTY_INRANGE
| Label | MULTIRECORD_MEASURE_QA_COORDINATEUNCERTAINTY_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d94b0130-7a13-4fa8-955c-eff5c47bd9de-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:coordinateUncertaintyInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/c6adf2ea-3051-4498-97f4-4b2f8a105f57 |
| Expected Response | COMPLETE if every VALIDATION_COORDINATEUNCERTAINTY_INRANGE in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COORDINATEUNCERTAINTY_INRANGE in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATEUNCERTAINTY_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COORDINATEUNCERTAINTY_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/2d90d94b-d384-4bac-aa68-c6800d765882-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:coordinateUncertaintyInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/c6adf2ea-3051-4498-97f4-4b2f8a105f57 |
| Expected Response | Count the number of VALIDATION_COORDINATEUNCERTAINTY_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COORDINATEUNCERTAINTY_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
MULTIRECORD_MEASURE_QA_MAXELEVATION_INRANGE
| Label | MULTIRECORD_MEASURE_QA_MAXELEVATION_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7c5a6ba0-399d-4570-878a-4a064e2406fe-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:maximumElevationInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/c971fe3f-84c1-4636-9f44-b1ec31fd63c7 |
| Expected Response | COMPLETE if every VALIDATION_MAXELEVATION_INRANGE in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_MAXELEVATION_INRANGE in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_MAXELEVATION_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_MAXELEVATION_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/6a3baf78-5ec3-4a84-8c6b-6876b3a4e3b5-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:maximumElevationInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/c971fe3f-84c1-4636-9f44-b1ec31fd63c7 |
| Expected Response | Count the number of VALIDATION_MAXELEVATION_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_MAXELEVATION_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_OCCURRENCESTATUS_STANDARD
| Label | MULTIRECORD_MEASURE_QA_OCCURRENCESTATUS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/2fea4571-92d0-48a5-a5ba-6caecd647862-2025-02-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:occurrenceStatus Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7af25f1e-a4e2-4ff4-b161-d1f25a5c3e47 |
| Expected Response | COMPLETE if every VALIDATION_OCCURRENCESTATUS_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_OCCURRENCESTATUS_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_OCCURRENCESTATUS_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_OCCURRENCESTATUS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/faca6558-dbff-4d26-a5cb-e11cdf632fe7-2025-02-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:occurrenceStatus Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7af25f1e-a4e2-4ff4-b161-d1f25a5c3e47 |
| Expected Response | Count the number of VALIDATION_OCCURRENCESTATUS_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_OCCURRENCESTATUS_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_OCCURRENCESTATUS_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_OCCURRENCESTATUS_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d2922585-2070-4851-a033-15e51977f9dc-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:occurrenceStatus Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/eb4a17f6-6bea-4cdd-93dd-d5a7e9d1eccf |
| Expected Response | COMPLETE if every VALIDATION_OCCURRENCESTATUS_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_OCCURRENCESTATUS_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_OCCURRENCESTATUS_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_OCCURRENCESTATUS_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/298db0c9-a85a-41ee-b111-d622fd969d71-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:occurrenceStatus Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/eb4a17f6-6bea-4cdd-93dd-d5a7e9d1eccf |
| Expected Response | Count the number of VALIDATION_OCCURRENCESTATUS_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_OCCURRENCESTATUS_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_DECIMALLATITUDE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_DECIMALLATITUDE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a2535b23-4407-40bd-b23b-30c8185d72a2-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:decimalLatitude Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7d2485d5-1ba7-4f25-90cb-f4480ff1a275 |
| Expected Response | COMPLETE if every VALIDATION_DECIMALLATITUDE_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DECIMALLATITUDE_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DECIMALLATITUDE_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DECIMALLATITUDE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/bceae35a-52ab-4968-846f-069ace766513-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:decimalLatitude Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7d2485d5-1ba7-4f25-90cb-f4480ff1a275 |
| Expected Response | Count the number of VALIDATION_DECIMALLATITUDE_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DECIMALLATITUDE_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_SCIENTIFICNAMEID_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_SCIENTIFICNAMEID_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4cf84216-c8a7-4865-a8e1-3ffd829d5a10-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:scientificNameID Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/401bf207-9a55-4dff-88a5-abcd58ad97fa |
| Expected Response | COMPLETE if every VALIDATION_SCIENTIFICNAMEID_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_SCIENTIFICNAMEID_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAMEID_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAMEID_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a9962d33-ad08-453a-8938-2972425034c2-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:scientificNameID Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/401bf207-9a55-4dff-88a5-abcd58ad97fa |
| Expected Response | Count the number of VALIDATION_SCIENTIFICNAMEID_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_SCIENTIFICNAMEID_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_GENUS_FOUND
| Label | MULTIRECORD_MEASURE_QA_GENUS_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c5c8db83-3af0-4215-806f-e2f90574b138-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:genus Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/f2ce7d55-5b1d-426a-b00e-6d4efe3058ec |
| Expected Response | COMPLETE if every VALIDATION_GENUS_FOUND in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_GENUS_FOUND in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_GENUS_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_GENUS_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/977f7e75-a88e-4e29-a7b1-e8cdd35aa107-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:genus Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/f2ce7d55-5b1d-426a-b00e-6d4efe3058ec |
| Expected Response | Count the number of VALIDATION_GENUS_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_GENUS_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
MULTIRECORD_MEASURE_QA_CLASSIFICATION_CONSISTENT
| Label | MULTIRECORD_MEASURE_QA_CLASSIFICATION_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a2be4734-0a93-46dc-af4a-e2125b47dbd4-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation Classification Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/2750c040-1d4a-4149-99fe-0512785f2d5f |
| Expected Response | COMPLETE if every VALIDATION_CLASSIFICATION_CONSISTENT in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_CLASSIFICATION_CONSISTENT in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_CLASSIFICATION_CONSISTENT
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_CLASSIFICATION_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a56fb342-c8ee-4611-8aab-e6c6357e8875-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation Classification Consistent |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/2750c040-1d4a-4149-99fe-0512785f2d5f |
| Expected Response | Count the number of VALIDATION_CLASSIFICATION_CONSISTENT in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_CLASSIFICATION_CONSISTENT in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
MULTIRECORD_MEASURE_QA_DAY_INRANGE
| Label | MULTIRECORD_MEASURE_QA_DAY_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/85dc5d02-9847-420f-a026-6a0e70962d2a-2024-09-16 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:day In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/8d787cb5-73e2-4c39-9cd1-67c7361dc02e |
| Expected Response | COMPLETE if every VALIDATION_DAY_INRANGE in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DAY_INRANGE in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DAY_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DAY_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/780480ff-8c4a-4276-aaca-cbd1248de9fa-2024-09-16 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:day In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/8d787cb5-73e2-4c39-9cd1-67c7361dc02e |
| Expected Response | Count the number of VALIDATION_DAY_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DAY_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_MONTH_STANDARD
| Label | MULTIRECORD_MEASURE_QA_MONTH_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b3c2bb86-e239-4532-ae0c-b121ec1ee025-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:month Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/01c6dafa-0886-4b7e-9881-2c3018c98bdc |
| Expected Response | COMPLETE if every VALIDATION_MONTH_STANDARD in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_MONTH_STANDARD in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_MONTH_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_MONTH_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c3b4cd93-a37f-4a0a-89dd-7ce53669f1f3-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:month Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/01c6dafa-0886-4b7e-9881-2c3018c98bdc |
| Expected Response | Count the number of VALIDATION_MONTH_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_MONTH_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_STARTDAYOFYEAR_INRANGE
| Label | MULTIRECORD_MEASURE_QA_STARTDAYOFYEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/8c217eee-9cd0-48c3-aea0-90151c6c5bfd-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:startDayOfYear In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/85803c7e-2a5a-42e1-b8d3-299a44cafc46 |
| Expected Response | COMPLETE if every VALIDATION_STARTDAYOFYEAR_INRANGE in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_STARTDAYOFYEAR_INRANGE in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_STARTDAYOFYEAR_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_STARTDAYOFYEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/76008c6b-c56a-4233-84e3-8584950037ec-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:startDayOfYear In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/85803c7e-2a5a-42e1-b8d3-299a44cafc46 |
| Expected Response | Count the number of VALIDATION_STARTDAYOFYEAR_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_STARTDAYOFYEAR_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_ENDDAYOFYEAR_INRANGE
| Label | MULTIRECORD_MEASURE_QA_ENDDAYOFYEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c04d428a-13d0-4766-9df7-4dfb2ef5d5d8-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:endDayOfYear In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/9a39d88c-7eee-46df-b32a-c109f9f81fb8 |
| Expected Response | COMPLETE if every VALIDATION_ENDDAYOFYEAR_INRANGE in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_ENDDAYOFYEAR_INRANGE in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_ENDDAYOFYEAR_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_ENDDAYOFYEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7775309b-5331-4a65-b839-cbe959948d33-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:endDayOfYear In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/9a39d88c-7eee-46df-b32a-c109f9f81fb8 |
| Expected Response | Count the number of VALIDATION_ENDDAYOFYEAR_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_ENDDAYOFYEAR_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_DAY_STANDARD
| Label | MULTIRECORD_MEASURE_QA_DAY_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/371035f6-42b5-494f-86d9-de2f44a6cdc6-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:day Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/47ff73ba-0028-4f79-9ce1-ee7008d66498 |
| Expected Response | COMPLETE if every VALIDATION_DAY_STANDARD in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DAY_STANDARD in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DAY_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DAY_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c3e0100f-dfc3-4379-a855-df878eef295e-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:day Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/47ff73ba-0028-4f79-9ce1-ee7008d66498 |
| Expected Response | Count the number of VALIDATION_DAY_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DAY_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_TAXONRANK_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_TAXONRANK_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/e0b8cff1-3322-40d2-b8b2-b99fc9ae130a-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:taxonRank Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/14da5b87-8304-4b2b-911d-117e3c29e890 |
| Expected Response | COMPLETE if every VALIDATION_TAXONRANK_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_TAXONRANK_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_TAXONRANK_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_TAXONRANK_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/de661615-b338-4557-af5b-d44a89de40fa-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:taxonRank Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/14da5b87-8304-4b2b-911d-117e3c29e890 |
| Expected Response | Count the number of VALIDATION_TAXONRANK_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_TAXONRANK_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_TAXONRANK_STANDARD
| Label | MULTIRECORD_MEASURE_QA_TAXONRANK_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f320ca83-8487-4011-b1ff-f4b1b4dd86ec-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:taxonRank Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7bdb13a4-8a51-4ee5-be7f-20693fdb183e |
| Expected Response | COMPLETE if every VALIDATION_TAXONRANK_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_TAXONRANK_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_TAXONRANK_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_TAXONRANK_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/602bc457-6b1d-4f24-adef-d0d31bcdf2f0-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:taxonRank Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/7bdb13a4-8a51-4ee5-be7f-20693fdb183e |
| Expected Response | Count the number of VALIDATION_TAXONRANK_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_TAXONRANK_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_MAXDEPTH_INRANGE
| Label | MULTIRECORD_MEASURE_QA_MAXDEPTH_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c73d49d1-06e4-4272-8249-6a26e7f8abca-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:maximumDepthInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3f1db29a-bfa5-40db-9fd1-fde020d81939 |
| Expected Response | COMPLETE if every VALIDATION_MAXDEPTH_INRANGE in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_MAXDEPTH_INRANGE in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_MAXDEPTH_INRANGE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_MAXDEPTH_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3de8af03-05d4-4fd8-8e6d-ba886dc5446f-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:maximumDepthInMeters In Range |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/3f1db29a-bfa5-40db-9fd1-fde020d81939 |
| Expected Response | Count the number of VALIDATION_MAXDEPTH_INRANGE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_MAXDEPTH_INRANGE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_STATEPROVINCE_FOUND
| Label | MULTIRECORD_MEASURE_QA_STATEPROVINCE_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/9c1cdf6a-0dbf-4828-a2e3-fb368f74d194-2024-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:stateProvince Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4daa7986-d9b0-4dd5-ad17-2d7a771ea71a |
| Expected Response | COMPLETE if every VALIDATION_STATEPROVINCE_FOUND in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_STATEPROVINCE_FOUND in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_STATEPROVINCE_FOUND
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_STATEPROVINCE_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/58fdd5c1-6201-49a1-a7cd-f49c210dc0b6-2024-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:stateProvince Found |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4daa7986-d9b0-4dd5-ad17-2d7a771ea71a |
| Expected Response | Count the number of VALIDATION_STATEPROVINCE_FOUND in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_STATEPROVINCE_FOUND in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_COUNTRYSTATEPROVINCE_UNAMBIGUOUS
| Label | MULTIRECORD_MEASURE_QA_COUNTRYSTATEPROVINCE_UNAMBIGUOUS |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/23aced89-d613-479c-bc4c-837d74b73be0-2024-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:country dwc:stateProvince Unambiguous |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/d257eb98-27cb-48e5-8d3c-ab9fca4edd11 |
| Expected Response | COMPLETE if every VALIDATION_COUNTRYSTATEPROVINCE_UNAMBIGUOUS in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_COUNTRYSTATEPROVINCE_UNAMBIGUOUS in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRYSTATEPROVINCE_UNAMBIGUOUS
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_COUNTRYSTATEPROVINCE_UNAMBIGUOUS |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/8b73f37d-89ed-479a-8389-9e71ad2ac84d-2024-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:country dwc:stateProvince Unambiguous |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/d257eb98-27cb-48e5-8d3c-ab9fca4edd11 |
| Expected Response | Count the number of VALIDATION_COUNTRYSTATEPROVINCE_UNAMBIGUOUS in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_COUNTRYSTATEPROVINCE_UNAMBIGUOUS in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_SCIENTIFICNAMEID_COMPLETE
| Label | MULTIRECORD_MEASURE_QA_SCIENTIFICNAMEID_COMPLETE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/a9529e71-5470-4cb1-b04d-aa483926f532-2023-09-18 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:scientificNameID Complete |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/6eeac3ed-f691-457f-a42e-eaa9c8a71ce8 |
| Expected Response | COMPLETE if every VALIDATION_SCIENTIFICNAMEID_COMPLETE in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_SCIENTIFICNAMEID_COMPLETE in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAMEID_COMPLETE
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAMEID_COMPLETE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f174ad13-3c67-49f9-8d8b-aba4e933d6f6-2023-09-18 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:scientificNameID Complete |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/6eeac3ed-f691-457f-a42e-eaa9c8a71ce8 |
| Expected Response | Count the number of VALIDATION_SCIENTIFICNAMEID_COMPLETE in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_SCIENTIFICNAMEID_COMPLETE in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_KINGDOM_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_KINGDOM_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3bc9df8b-0f57-4157-9374-b56a99090b22-2024-01-28 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:kingdom Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/36ed36c9-b1a7-40b2-b5e2-0d012e772098 |
| Expected Response | COMPLETE if every VALIDATION_KINGDOM_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_KINGDOM_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_KINGDOM_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_KINGDOM_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/342bd81c-e2b7-41d8-b32b-013992d19f99-2024-01-28 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:kingdom Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/36ed36c9-b1a7-40b2-b5e2-0d012e772098 |
| Expected Response | Count the number of VALIDATION_KINGDOM_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_KINGDOM_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/6dd6fecf-6ba1-425c-afbe-6a9ed7b65ed7-2024-02-04 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:scientificNameAuthorship Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/49f1d386-5bed-43ae-bd43-deabf7df64fc |
| Expected Response | COMPLETE if every VALIDATION_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/dbf3cece-1d83-426e-a5e0-8158fcf9c0cd-2024-02-04 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:scientificNameAuthorship Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/49f1d386-5bed-43ae-bd43-deabf7df64fc |
| Expected Response | Count the number of VALIDATION_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_NAMEPUBLISHEDINYEAR_NOTEMPTY
| Label | MULTIRECORD_MEASURE_QA_NAMEPUBLISHEDINYEAR_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/16059801-6adb-4e65-82f4-61eaa70d8df0-2024-02-07 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:namePublishedInYear Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/ff59f77d-71e9-4eb1-aac9-8bd05c50ff70 |
| Expected Response | COMPLETE if every VALIDATION_NAMEPUBLISHEDINYEAR_NOTEMPTY in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_NAMEPUBLISHEDINYEAR_NOTEMPTY in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_NAMEPUBLISHEDINYEAR_NOTEMPTY
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_NAMEPUBLISHEDINYEAR_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/36ea0a78-a079-4014-aca3-2f2b3b11e822-2024-02-07 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:namePublishedInYear Not Empty |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/ff59f77d-71e9-4eb1-aac9-8bd05c50ff70 |
| Expected Response | Count the number of VALIDATION_NAMEPUBLISHEDINYEAR_NOTEMPTY in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_NAMEPUBLISHEDINYEAR_NOTEMPTY in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Taxon-Management |
MULTIRECORD_MEASURE_QA_ESTABLISHMENTMEANS_STANDARD
| Label | MULTIRECORD_MEASURE_QA_ESTABLISHMENTMEANS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/8dfed701-01a9-415d-a9f8-539280b75975-2024-02-08 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:establishmentMeans Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4eb48fdf-7299-4d63-9d08-246902e2857f |
| Expected Response | COMPLETE if every VALIDATION_ESTABLISHMENTMEANS_STANDARD in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_ESTABLISHMENTMEANS_STANDARD in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_ESTABLISHMENTMEANS_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_ESTABLISHMENTMEANS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/130bb875-6b7c-4965-b864-d53f9d05b2cd-2024-02-08 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:establishmentMeans Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4eb48fdf-7299-4d63-9d08-246902e2857f |
| Expected Response | Count the number of VALIDATION_ESTABLISHMENTMEANS_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_ESTABLISHMENTMEANS_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
MULTIRECORD_MEASURE_QA_DEGREEOFESTABLISHMENT_STANDARD
| Label | MULTIRECORD_MEASURE_QA_DEGREEOFESTABLISHMENT_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/ba953672-6526-4375-97e8-b4e9d1a7d3a0-2024-02-09 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:degreeofEstablishment Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/060e7734-607d-4737-8b2c-bfa17788bf1a |
| Expected Response | COMPLETE if every VALIDATION_DEGREEOFESTABLISHMENT_STANDARD in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_DEGREEOFESTABLISHMENT_STANDARD in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_DEGREEOFESTABLISHMENT_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_DEGREEOFESTABLISHMENT_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/1b8ae68e-63f1-41c0-9025-fbe64db38d64-2024-02-09 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:degreeofEstablishment Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/060e7734-607d-4737-8b2c-bfa17788bf1a |
| Expected Response | Count the number of VALIDATION_DEGREEOFESTABLISHMENT_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_DEGREEOFESTABLISHMENT_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_QA_PATHWAY_STANDARD
| Label | MULTIRECORD_MEASURE_QA_PATHWAY_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/ef31ba02-cea7-4d76-990f-99ebbd201fb4-2024-02-09 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:pathway Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/5424e933-bee7-4125-839e-d8743ea69f93 |
| Expected Response | COMPLETE if every VALIDATION_PATHWAY_STANDARD in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_PATHWAY_STANDARD in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_PATHWAY_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_PATHWAY_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/15e0da1d-1a43-4075-8454-b2e618cdd25b-2024-02-09 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:pathway Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/5424e933-bee7-4125-839e-d8743ea69f93 |
| Expected Response | Count the number of VALIDATION_PATHWAY_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_PATHWAY_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_QA_SEX_STANDARD
| Label | MULTIRECORD_MEASURE_QA_SEX_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/1b3bbac4-7c00-46d6-8179-1d57c92374ad-2024-02-09 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:sex Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/88d8598b-3318-483d-9475-a5acf9887404 |
| Expected Response | COMPLETE if every VALIDATION_SEX_STANDARD in the MultiRecord has Response.result=COMPLIANT or Response.status=INTERNAL_PREREQUISITES_NOT_MET, otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_SEX_STANDARD in a record set are COMPLIANT or INTERNAL_PREREQUISITES_NOT_MET (indicating some empty value). |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_SEX_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_SEX_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/e4d35063-2366-4dda-8eaa-326340361da3-2024-02-09 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:sex Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/88d8598b-3318-483d-9475-a5acf9887404 |
| Expected Response | Count the number of VALIDATION_SEX_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_SEX_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_QA_TYPESTATUS_STANDARD
| Label | MULTIRECORD_MEASURE_QA_TYPESTATUS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/1ca359ea-4df3-4dca-b92b-2bc8fa8e0c88-2024-11-11 |
| Preferred Label | Measurement over MultiRecord for QualityAssurance of Validation dwc:typeStatus Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4833a522-12eb-4fe0-b4cf-7f7a337a6048 |
| Expected Response | COMPLETE if every VALIDATION_TYPESTATUS_STANDARD in the MultiRecord has Response.result=COMPLIANT; otherwise NOT_COMPLETE. |
| Description | Measure if all VALIDATION_TYPESTATUS_STANDARD in a record set are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Assurance, filter record set until this measure is COMPLETE. |
| Use Cases | bdquc:Alien-Species |
MULTIRECORD_MEASURE_COUNT_COMPLIANT_TYPESTATUS_STANDARD
| Label | MULTIRECORD_MEASURE_COUNT_COMPLIANT_TYPESTATUS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b5a14d76-292e-499b-b80f-9546243311a0-2024-11-11 |
| Preferred Label | Measurement over MultiRecord Counting Compliance of Validation dwc:typeStatus Standard |
| Information Elements Acted Upon | bdqval:AggregatedTestResponseOutcomes |
| Aggregates Responses From | https://rs.tdwg.org/bdqtest/terms/4833a522-12eb-4fe0-b4cf-7f7a337a6048 |
| Expected Response | Count the number of VALIDATION_TYPESTATUS_STANDARD in the MultiRecord that have Response.result=COMPLIANT. |
| Description | Count the number of VALIDATION_TYPESTATUS_STANDARD in a record set that are COMPLIANT. |
| Type | Measure |
| Resource Type | MultiRecord |
| Notes | For Quality Control, compare the Response.result of this measure with the total number of records to assess work needed on the record set. |
| Use Cases | bdquc:Alien-Species |
Validation
VALIDATION_COUNTRYCODE_STANDARD
| Label | VALIDATION_COUNTRYCODE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0493bcfb-652e-4d17-815b-b0cce0742fbe-2024-09-19 |
| Preferred Label | Validation dwc:countryCode Standard |
| Information Elements Acted Upon | dwc:countryCode |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if the dwc:countryCode is bdqval:Empty; COMPLIANT if dwc:countryCode can be unambiguously interpreted as a valid ISO 3166-1-alpha-2 country code in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "ISO 3166 Country Codes" {[https://www.iso.org/iso-3166-country-codes.html]} {ISO 3166-1-alpha-2 Country Code search [https://www.iso.org/obp/ui/#search]} |
| Description | Is the value of dwc:countryCode a valid ISO 3166-1-alpha-2 country code? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:countryCode="GL": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:countryCode is a valid ISO (ISO 3166-1-alpha-2 country codes) value"], [dwc:countryCode="GRL": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:countryCode is NOT a valid ISO (ISO 3166-1-alpha-2 country codes) value"] |
| Notes | Locations outside of a jurisdiction covered by a country code may have a value in the field dwc:countryCode, the ISO user defined codes include XZ used by the UN for installations on the high seas and recommended in Darwin Core to designate the high seas. Also available in the ISO user defined codes is ZZ, used by Darwin Core and GBIF to mark unknown countries. This Test should accept both XZ and ZZ as COMPLIANT country codes. This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_COUNTRY_FOUND
| Label | VALIDATION_COUNTRY_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/69b2efdc-6269-45a4-aecb-4cb99c2ae134-2024-08-19 |
| Preferred Label | Validation dwc:country Found |
| Information Elements Acted Upon | dwc:country |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:country is bdqval:Empty; COMPLIANT if value of dwc:country is a place type equivalent to administrative entity of "nation" in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "The Getty Thesaurus of Geographic Names (TGN)" {[https://www.getty.edu/research/tools/vocabularies/tgn/index.html]} |
| Description | Does the value of dwc:country occur in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:country="Eswatini": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:country is a valid country name in the bdqval:sourceAuthority"], [dwc:country="Tasmania": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="Tasmania is not found at the level of national in the bdqval:sourceAuthority"] |
| Notes | Non-country information such as "high seas" will fail this Test (high seas should use dwc:countryCode = "XZ" and have dwc:country empty). Getty Place Types for administrative level "nation" are 81010 nation, 81011 independent sovereign nation, and 81012 independent nation. Multiple values in the dwc:country field (whether to signify on a border or in a list of possibilities) will fail this Test. Locations outside of a jurisdiction covered by a country code should not have a value in the field dwc:countryCode. This Test should find any matches at the Getty "nation" level including internationalized names and historical representations of that nation (where boundaries are same). This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_PHYLUM_FOUND
| Label | VALIDATION_PHYLUM_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/eaad41c5-1d46-4917-a08b-4fd1d7ff5c0f-2022-03-25 |
| Preferred Label | Validation dwc:phylum Found |
| Information Elements Acted Upon | dwc:phylum |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:phylum is bdqval:Empty; COMPLIANT if the value of dwc:phylum is found as a value at the rank of Phylum in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Does the value of dwc:phylum occur at the rank of Phylum in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:phylum="Tracheophyta": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:phylum has an equivalent at the rank of Phylum in the bdqval:sourceAuthority. GBIF.org uses Trachyophyta for the Phylum including ferns"], [dwc:phylum="Trachyophyta": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:phylum does not have an equivalent at the rank of Phylum in the bdqval:sourceAuthority."] |
| Notes | The purpose of this Test is to check whether the value is a name that is a result of a nomenclatural act at this rank. This excludes unpublished names, misspellings and vernacular names. It is expected that the Test will designate the source authority against which to check. The same Test might return distinct results when using distinct source authorities. |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_MINDEPTH_LESSTHAN_MAXDEPTH
| Label | VALIDATION_MINDEPTH_LESSTHAN_MAXDEPTH |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/8f1e6e58-544b-4365-a569-fb781341644e-2023-09-18 |
| Preferred Label | Validation dwc:minimumDepthInMeters less than dwc:maximumDepthInMeters |
| Information Elements Acted Upon | dwc:minimumDepthInMeters,dwc:maximumDepthInMeters |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:minimumDepthInMeters or dwc:maximumDepthInMeters is bdqval:Empty, or if either are interpretable as not zero or a positive number; COMPLIANT if the value of dwc:minimumDepthInMeters is less than or equal to the value of dwc:maximumDepthInMeters; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:minimumDepthInMeters a number less than or equal to the value of dwc:maximumDepthInMeters? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:minimumDepthInMeters="0", dwc:maximumDepthInMeters="0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:minimumDepthInMeters = dwc:maximumDepthInMeters"], [dwc:minimumDepthInMeters="1", dwc:maximumDepthInMeters="0": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:minimumDepthInMeters > dwc:maximumDepthInMeters"] |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_FAMILY_FOUND
| Label | VALIDATION_FAMILY_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3667556d-d8f5-454c-922b-af8af38f613c-2023-09-17 |
| Preferred Label | Validation dwc:family Found |
| Information Elements Acted Upon | dwc:family |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:family is bdqval:Empty; COMPLIANT if the value of dwc:family is found as a value at the rank of Family in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Does the value of dwc:family occur at the rank of Family in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:family="Agaricaceae": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="bdqval:family has an equivalent at the rank of Family in the bdqval:sourceAuthority"], [dwc:family="Agaricacae": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="bdqval:family does not have an equivalent at the rank of Family in the Parameterized Source Authority"] |
| Notes | The purpose of this Test is to check whether the value is a name that is a result of a nomenclatural act at this rank. This excludes unpublished names, misspellings and vernacular names. It is expected that the Test will designate the source authority against which to check. The same Test might return distinct results when using distinct source authorities. |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_DECIMALLONGITUDE_INRANGE
| Label | VALIDATION_DECIMALLONGITUDE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0949110d-c06b-450e-9649-7c1374d940d1-2023-09-17 |
| Preferred Label | Validation dwc:decimalLongitude In Range |
| Information Elements Acted Upon | dwc:decimalLongitude |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:decimalLongitude is bdqval:Empty or the value is not a number; COMPLIANT if the value of dwc:decimalLongitude is between -180 and 180 degrees, inclusive; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:decimalLongitude a number between -180 and 180 inclusive? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLongitude="0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:decimalLongitude is in range"], [dwc:decimalLongitude="181.0554": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:decimalLongitude >180"] |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
VALIDATION_EVENTDATE_NOTEMPTY
| Label | VALIDATION_EVENTDATE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f51e15a6-a67d-4729-9c28-3766299d2985-2023-09-17 |
| Preferred Label | Validation dwc:eventDate Not Empty |
| Information Elements Acted Upon | dwc:eventDate |
| Expected Response | COMPLIANT if dwc:eventDate is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:eventDate? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="1964-11-01T10:00-0600": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:eventdate is bdqval:NotEmpty"], [dwc:eventDate="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:eventDate is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_EVENTDATE_INRANGE
| Label | VALIDATION_EVENTDATE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3cff4dc4-72e9-4abe-9bf3-8a30f1618432-2024-09-16 |
| Preferred Label | Validation dwc:eventDate In Range |
| Information Elements Acted Upon | dwc:eventDate |
| Parameters | bdqval:earliestValidDate,bdqval:latestValidDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:eventDate is bdqval:Empty or if the value of dwc:eventDate is not a valid ISO 8601 date; COMPLIANT if the range of dwc:eventDate is entirely within the range bdqval:earliestValidDate to bdqval:latestValidDate, inclusive, otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:earliestValidDate default ="1582-11-15",bdqval:latestValidDate default = "{current year}" |
| Description | Is the value of dwc:eventDate entirely with the Parameter range? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="1962-11-01T10:00-0600": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:eventDate is IN_RANGE"], [dwc:eventDate="2300-11-01T10:00": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:eventDate is NOT_IN_RANGE"] |
| Notes | This Test provides for a default earliest date, which is 1582-11-15 by convention. That date was chosen because ISO 8601-1 asserts that "the use of proleptic Gregorian calendar dates prior are not allowed in ISO 8601-1 without prior agreement of the parties exchanging data", and Darwin Core does not comment on this. Different calendars have been used at different times in different places, and the transcription of an original date in one calendar into dwc:eventDate, where a Gregorian Calendar is assumed, may or may not have been done with the correct translation of the date, and metadata may or not be present to even identify such records. Given the complexity, and ongoing nature of transitions between calendars, we do not advocate using this Test for quality assurance by selecting a transition date and using it as a threshold. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_LICENSE_STANDARD
| Label | VALIDATION_LICENSE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3136236e-04b6-49ea-8b34-a65f25e3aba1-2024-03-21 |
| Preferred Label | Validation dcterms:license Standard |
| Information Elements Acted Upon | dcterms:license |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dcterms:license is bdqval:Empty; COMPLIANT if the value of the term dcterms:license is in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Creative Commons 4.0 Licenses or CC0" {[https://creativecommons.org/]} { Regular Expression ^(http(s){0,1}://creativecommons.org/licenses/(by|by-sa|by-nc|by-nc-sa|by-nd|by-nc-nd)/4.0/((deed|legalcode)(.(id|eu|da|de|en|es|fr|fy|hr|it|lv|lt|mi|ni|no|pl|pt|ro|si|fi|sv|tr|cs|el|ru|uk|ar|jp|zh-hans|zh-hant|ko)){0,1})|(http(s){0,1}://creativecommons.org/publicdomain/zero/1.0/((deed|legalcode)(.(id|eu|da|de|en|es|fr|fy|hr|it|lv|lt|ni|no|pl|pt|ro|si|fi|sv|tr|cs|el|ru|uk|ar|jp|zh-hans|zh-hant|ko)){0,1})))$ } |
| Description | Does the value of dcterms:license occur in bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dcterms:license="https://creativecommons.org/licenses/by/4.0/": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT,Response.comment="dcterms:license matches a term in the bdqval:sourceAuthority"], [dcterms:license="GPL": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dcterms:license does not match a term in the bdqval:sourceAuthority"] |
| Notes | The license at the record level might be derived from the license of the dataset from which the record is retrieved. This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. The canonical form of the Creative Commons license IRI has nothing after the version (e.g., https://creativecommons.org/licenses/by/4.0/), but may be followed by deed or legalcode e.g. https://creativecommons.org/licenses/by/4.0/deed and this may be followed by a language code. However, only some two-letter language codes have translations, and some translations are identified by a longer string than the two-letter language code. Errors in the language code, or specifying a language code for which a translation doesn't exist returns a 404 error instead of redirecting to the more general license IRI. As of 2024-02-28 deed.mi doesn't exist yet, but legalcode.mi does. |
| Use Cases | bdquc:SDM-Trees |
VALIDATION_MINELEVATION_INRANGE
| Label | VALIDATION_MINELEVATION_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/0bb8297d-8f8a-42d2-80c1-558f29efe798-2023-09-17 |
| Preferred Label | Validation dwc:minimumElevationInMeters In Range |
| Information Elements Acted Upon | dwc:minimumElevationInMeters |
| Parameters | bdqval:minimumValidElevationInMeters,bdqval:maximumValidElevationInMeters |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:minimumElevationInMeters is bdqval:Empty or the value is not a number; COMPLIANT if the value of dwc:minimumElevationInMeters is within the range of bdqval:minimumValidElevationInMeters to bdqval:maximumValidElevationInMeters inclusive; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:minimumValidElevationInMeters default = "-430",bdqval:maximumValidElevationInMeters default = "8850" |
| Description | Is the value of dwc:minimumElevationInMeters within the Parameter range? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:minimumElevationInMeters="0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:minimumElevationInMeters is IN_RANGE"], [dwc:minimumElevationInMeters="-500": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:minimumElevationInMeters is NOT_IN_RANGE (<-430)"] |
| Notes | We have rounded up the Parameter values. We are aware of sub-ice elevations in Antarctica to -3,500m and possible sampling in the atmosphere above the elevation of the top of Mt Everest should fail this Test if captured as elevation rather than as distanceAboveSurfaceInMeters. Elevations below the maximum elevation yet above the local surface will be false positives. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_LOCATION_NOTEMPTY
| Label | VALIDATION_LOCATION_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/58486cb6-1114-4a8a-ba1e-bd89cfe887e9-2023-09-18 |
| Preferred Label | Validation dcterms:Location Not Empty |
| Information Elements Acted Upon | dwc:higherGeographyID,dwc:higherGeography,dwc:continent,dwc:country,dwc:countryCode,dwc:stateProvince,dwc:county,dwc:municipality,dwc:waterBody,dwc:island,dwc:islandGroup,dwc:locality,dwc:locationID,dwc:verbatimLocality,dwc:decimalLatitude,dwc:decimalLongitude,dwc:verbatimCoordinates,dwc:verbatimLatitude,dwc:verbatimLongitude,dwc:footprintWKT |
| Expected Response | COMPLIANT if at least one term needed to determine the location of the entity exists and is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in any of the Darwin Core spatial terms that could specify a location? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:locationID="https://opencontext.org/subjects/e54377f7-4452-4315-b676-40679b10c4d9", dwc:higherGeographyID="", dwc:higherGeography="",dwc:continent="", dwc:waterBody="", dwc:islandGroup="", dwc:island="", dwc:country="", dwc:countryCode="", dwc:stateProvince="", dwc:county="", dwc:municipality="", dwc:locality="", dwc:verbatimLocality="", dwc:decimalLatitude="", dwc:decimalLongitude="", dwc:coordinateUncertaintyInMeters="", dwc:geodeticDatum="", dwc:verbatimCoordinates="", dwc:verbatimLatitude="", dwc:verbatimLongitude="", dwc:footprintWKT="": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:LocationID is bdqval:NotEmpty"], [dwc:locationID="", dwc:higherGeographyID="", dwc:higherGeography="", dwc:continent="", dwc:waterBody="", dwc:islandGroup="", dwc:island="", dwc:country="", dwc:countryCode="", dwc:stateProvince="", dwc:county="", dwc:municipality="", dwc:locality="", dwc:verbatimLocality="", dwc:decimalLatitude="", dwc:decimalLongitude="", dwc:coordinateUncertaintyInMeters="", dwc:geodeticDatum="", dwc:verbatimCoordinates="", dwc:verbatimLatitude="", dwc:verbatimLongitude="", dwc:footprintWKT="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="All location fields are bdqval:Empty"] |
| Notes | Only fails if all of the relevant fields of the Darwin Core Location class are EMPTY or do not exist. Relevant Darwin Core fields include dwc:locationID, dwc:higherGeographyID, dwc:higherGeography, dwc:continent, dwc:waterBody, dwc:islandGroup, dwc:island, dwc:country, dwc:countryCode, dwc:stateProvince, dwc:county, dwc:municipality, dwc:locality, dwc:verbatimLocality, dwc:decimalLatitude, dwc:decimalLongitude, dwc:verbatimCoordinates, dwc:verbatimLatitude, dwc:verbatimLongitude, dwc:footprintWKT. Elevation and/or depth alone are deemed insufficient to meaningfully locate a position on the earth. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_COUNTRY_NOTEMPTY
| Label | VALIDATION_COUNTRY_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/6ce2b2b4-6afe-4d13-82a0-390d31ade01c-2024-09-27 |
| Preferred Label | Validation dwc:country Not Empty |
| Information Elements Acted Upon | dwc:country |
| Information Elements Consulted | dwc:countryCode |
| Expected Response | COMPLIANT if dwc:country is bdqval:NotEmpty or dwc:countryCode has a value of "XZ" and either dwc:country is bdqval:Empty or has a value of "High seas"; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:country? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:country="Eswatini": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:country is bdqval:NotEmpty"], [dwc:country="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:country is bdqval:Empty"] |
| Notes | Country is expected to be either bdqval:Empty or, ideally, have a value of "High seas" or an agreed equivalent if material comes from the high seas, or from those portions of Antarctica outside of any sovereign nation. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_SCIENTIFICNAME_FOUND
| Label | VALIDATION_SCIENTIFICNAME_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3f335517-f442-4b98-b149-1e87ff16de45-2023-09-17 |
| Preferred Label | Validation dwc:scientificName Found |
| Information Elements Acted Upon | dwc:scientificName |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:scientificName is bdqval:Empty; COMPLIANT if there is a match of the contents of dwc:scientificName in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Is there a match of the contents of dwc:scientificName with the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:scientificName="Eucalyptus camaldulensis": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:scientificName found in the bdqval:sourceAuthority"], [dwc:scientificName="Capulus intort": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:scientificName was not found in the bdqval:sourceAuthority"] |
| Notes | The purpose of this Test is to detect errors in the scientific name but is dependent on the abilities of the parsing of the bdqval:sourceAuthority. For research users of biodiversity data doing quality assurance, VALIDATION_TAXON_UNAMBIGUOUS (4c09f127-737b-4686-82a0-7c8e30841590) handles their needs, but for curators of datasets doing quality control, this Test provides a specific subset of targeted data cleaning, making it a valuable Test to include for the quality control case. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_OCCURRENCEID_NOTEMPTY
| Label | VALIDATION_OCCURRENCEID_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c486546c-e6e5-48a7-b286-eba7f5ca56c4-2023-09-17 |
| Preferred Label | Validation dwc:occurrenceID Not Empty |
| Information Elements Acted Upon | dwc:occurrenceID |
| Expected Response | COMPLIANT if dwc:occurrenceID is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:occurrenceID? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:occurrenceID="https://www.inaturalist.org/observations/43047701": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:occurrenceID conforms to GUID structure"], [dwc:occurrenceID="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:occurrenceID is bdqval:Empty"] |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_YEAR_NOTEMPTY
| Label | VALIDATION_YEAR_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c09ecbf9-34e3-4f3e-b74a-8796af15e59f-2023-09-17 |
| Preferred Label | Validation dwc:year Not Empty |
| Information Elements Acted Upon | dwc:year |
| Expected Response | COMPLIANT if dwc:year is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:year? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:year="1949": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:year is bdqval:NotEmpty"], [dwc:year="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:year is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_COORDINATESCOUNTRYCODE_CONSISTENT
| Label | VALIDATION_COORDINATESCOUNTRYCODE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/adb27d29-9f0d-4d52-b760-a77ba57a69c9-2024-08-30 |
| Preferred Label | Validation Coordinates dwc:countryCode Consistent |
| Information Elements Acted Upon | dwc:countryCode,dwc:decimalLatitude,dwc:decimalLongitude |
| Parameters | bdqval:sourceAuthority,bdqval:spatialBufferInMeters |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if one or more of dwc:decimalLatitude, dwc:decimalLongitude, or dwc:countryCode are bdqval:Empty or invalid; COMPLIANT if the geographic coordinates fall on or within the boundary defined by the union of the boundary of the country from dwc:countryCode plus it's Exclusive Economic Zone as found in the bdqval:sourceAuthority, if any, plus an exterior buffer given by bdqval:spatialBufferInMeters; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "10m-admin-1 boundaries UNION with Exclusive Economic Zones" {[https://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-1-states-provinces/] spatial UNION [https://www.marineregions.org/downloads.php#marbound]},bdqval:spatialBufferInMeters default = "3000" |
| Description | Do the geographic coordinates fall on or within the boundaries of the territory given in dwc:countryCode or its Exclusive Economic Zone? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:countryCode="AR", dwc:decimalLatitude="-41.0525925872862", dwc:decimalLongitude="-71.5310546742521": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="Coordinates match dwc:countryCode"], [dwc:countryCode="CL", dwc:decimalLatitude="-41.0525925872862", dwc:decimalLongitude="-71.5310546742521": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="Coordinates are in Argentina, not Chile"], [dwc:countryCode="ZX", dwc:decimalLatitude="-41.0525925872862", dwc:decimalLongitude="-71.5310546742521": Response.status=INTERNAL_PREREQUISITES_NOT_MET, Response.comment="Input field contains invalid values - ZX is not a valid ISO 3166-1-alpha-2 country code"] |
| Notes | dwc:coordinatePrecision and dwc:coordinateUncertaintyInMeters (if present) imply a potential displacement of the provided coordinates. These two terms can be considered spatial buffers. Likewise, country polygons cannot be 100% accurate at all scales (Dooley 2005), so a spatial buffer of the country boundaries is justified. When dwc:countryCode=XZ (for High Seas), the coordinate should fall into a marine region out side of the EEZ of any country. Taking the spatial buffers into account does however greatly complicate both the logic and the implementation of such Tests. The same applies to potential conversion of the Spatial Reference System (SRS) of dwc:decimalLatitude and dwc:decimalLongitude to the SRS used in the bdqval:sourceAuthority. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_COORDINATESTERRESTRIALMARINE_CONSISTENT
| Label | VALIDATION_COORDINATESTERRESTRIALMARINE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b9c184ce-a859-410c-9d12-71a338200380-2024-08-30 |
| Preferred Label | Validation Coordinates Terrestrial Marine |
| Information Elements Acted Upon | dwc:decimalLatitude,dwc:decimalLongitude |
| Information Elements Consulted | dwc:scientificName |
| Parameters | bdqval:taxonIsMarine,bdqval:geospatialLand,bdqval:spatialBufferInMeters,bdqval:assumptionOnUnknownBiome |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if either bdqval:taxonIsMarine or bdqval:geospatialLand are not available; INTERNAL_PREREQUISITES_NOT_MET if (1) dwc:scientificName is bdqval:Empty or (2) the values of dwc:decimalLatitude or dwc:decimalLongitude are bdqval:Empty or (3) if bdqval:assumptionOnUnknownBiome is noassumption and the marine/nonmarine status of the taxon is not interpretable from bdqval:taxonIsMarine; COMPLIANT if (1) the taxon marine/nonmarine status from bdqval:taxonIsMarine matches the marine/nonmarine status of dwc:decimalLatitude and dwc:decimalLongitude on the boundaries given by bdqval:geospatialLand plus an exterior buffer given by bdqval:spatialBufferInMeters or (2) if the marine/nonmarine status of the taxon is not interpretable from bdqval:taxonIsMarine and bdqval:assumptionOnUnknownBiome matches the marine/nonmarine status of dwc:decimalLatitude and dwc:decimalLongitude on the boundaries given by bdqval:geospatialLand plus an exterior buffer given by bdqval:spatialBufferInMeters; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:taxonIsMarine default = "World Register of Marine Species (WoRMS)" {[https://www.marinespecies.org/]} {Web service [https://www.marinespecies.org/aphia.php?p=webservice]},bdqval:geospatialLand default = "Union of NaturalEarth 10m-physical-vectors for Land and NaturalEarth Minor Islands" {[https://naciscdn.org/naturalearth/10m/physical/ne_10m_land.zip], [https://naciscdn.org/naturalearth/10m/physical/ne_10m_minor_islands.zip]},bdqval:spatialBufferInMeters default = "3000",bdqval:assumptionOnUnknownBiome default = "noassumption" |
| Description | Does the marine/non-marine biome of a taxon from the bdqval:sourceAuthority match the biome at the location given by the coordinates? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLatitude="-41.0525925872862", dwc:decimalLongitude="-71.5310546742521", dwc:scientificName="Aegla neuquensis": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="The species is freshwater aquatic and the coordinates fall in a lake and thus COMPLIANT"], [dwc:decimalLatitude="20.0", dwc:decimalLongitude="-30.0", dwc:scientificName="Viviparus contectus (Millet, 1813)": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:scientificName is non-marine according to dwc:taxonIsMarine but coordinates are marine"] |
| Notes | dwc:coordinatePrecision and dwc:coordinateUncertaintyInMeters (if present) imply a potential displacement of the provided coordinates. These two terms can be considered spatial buffers. Likewise, country polygons cannot be 100% accurate at all scales (Dooley 2005), so a spatial buffer of the country boundaries is justified. Taking the spatial buffers into account does however greatly complicate both the logic and the implementation of such Tests. The same applies to potential conversion of the Spatial Reference System (SRS) of dwc:decimalLatitude and dwc:decimalLongitude to the SRS used in the bdqval:sourceAuthority. Note that in the current implementation Tests treat "brackish" in WoRMS as both marine and terrestrial. Note that both bdqval:taxonIsMarine and bdqval:geospatialLand are bdqval:sourceAuthorities, but as they form two parameters, distinct names are used for them. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_COORDINATESSTATEPROVINCE_CONSISTENT
| Label | VALIDATION_COORDINATESSTATEPROVINCE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f18a470b-3fe1-4aae-9c65-a6d3db6b550c-2024-08-30 |
| Preferred Label | Validation Coordinates dwc:stateProvince Consistent |
| Information Elements Acted Upon | dwc:stateProvince,dwc:decimalLatitude,dwc:decimalLongitude |
| Parameters | bdqval:sourceAuthority,bdqval:spatialBufferInMeters |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if the values of dwc:decimalLatitude or dwc:decimalLongitude are bdqval:Empty or invalid, or dwc:stateProvince is bdqval:Empty or not found in the bdqval:sourceAuthority; COMPLIANT if the geographic coordinates fall on or within the boundary in the bdqval:sourceAuthority for the given dwc:stateProvince (after coordinate reference system transformations, if any, have been accounted for), or within the distance given by bdqval:spatialBufferInMeters outside that boundary; otherwise NOT_COMPLIANT. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "10m-admin-1 boundaries" {[https://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-1-states-provinces/]},bdqval:spatialBufferInMeters default = "3000" |
| Description | Do the geographic coordinates fall on or within the boundary from the bdqval:sourceAuthority for the given dwc:stateProvince or within the distance given by bdqval:spatialBufferInMeters outside that boundary? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:stateProvince="Tasmania", dwc:decimalLatitude="-42.85", dwc:decimalLongitude="146.75": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="Input fields contain interpretable values"], [dwc:stateProvince="Córdoba", dwc:decimalLatitude="-41.0525925872862", dwc:decimalLongitude="-71.5310546742521": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="Input fields contain interpretable values but coordinates don't match dwc:stateProvince with buffer"] |
| Notes | The geographic determination service is expected to return a list of names of first-level administrative divisions for geometries that the geographic point falls on or within, including a 3 km buffer around the administrative geometry. A match on any of those names should constitute a consistency, and dwc:countryCode should not be needed to make this determination, that is, this Test does not attempt to disambiguate potential duplicate first-level administrative division names. The level of buffering may be related to the scale of the underlying GIS layer being used. At a global scale, typical map scales used for borders and coastal areas are either 1:3M or 1:1M (Dooley 2005, Chapter 4). Horizontal accuracy at those scales is around 1.5-2.5km and 0.5-0.85 km respectively (Chapman & Wieczorek 2020). |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_BASISOFRECORD_NOTEMPTY
| Label | VALIDATION_BASISOFRECORD_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/ac2b7648-d5f9-48ca-9b07-8ad5879a2536-2023-09-17 |
| Preferred Label | Validation dwc:basisOfRecord Not Empty |
| Information Elements Acted Upon | dwc:basisOfRecord |
| Expected Response | COMPLIANT if dwc:basisOfRecord is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:basisOfRecord? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:basisOfRecord="PreservedSpecimen": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:basisOfRecord is bdqval:NotEmpty"], [dwc:basisOfRecord="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:basisOfRecord is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
VALIDATION_GEODETICDATUM_STANDARD
| Label | VALIDATION_GEODETICDATUM_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7e0c0418-fe16-4a39-98bd-80e19d95b9d1-2025-03-03 |
| Preferred Label | Validation dwc:geodeticDatum Standard |
| Information Elements Acted Upon | dwc:geodeticDatum |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available, INTERNAL_PREREQUISITES_NOT_MET if dwc:geodeticDatum is bdqval:Empty; COMPLIANT if the value of dwc:geodeticDatum is a valid code from the bdqval:sourceAuthority (in the form Authority:Number) for a Datum, or ellipsoid, or for a CRS appropriate for a 2D geographic coordinate in degrees, or is the value "not recorded"; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority = "EPSG" {[https://epsg.org]} {API for EPSG codes [https://apps.epsg.org/api/swagger/ui/index]} |
| Description | Does the value of dwc:geodeticDatum occur as a valid geographic CRS, geodetic Datum or ellipsoid in bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:geodeticDatum="EPSG:4326": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:geodeticDatum matches an unambiguous alphanumeric CRS or datum code value in the bdqval:sourceAuthority"], [dwc:geodeticDatum="7030": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:geodeticDatum doesn't match values in the bdqval:sourceAuthority, 7030 is a bare number without an authority.] |
| Notes | Darwin Core recommends best practice is to use a controlled vocabulary. This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. Chapman and Wieczorek (2020) recommend best practice is to use EPSG geographic CRS or Datum codes (https://epsg.io/) as a controlled vocabulary. Ideally, amend to the EPSG code for the geographic coordinate reference system (CRS), if known. Otherwise use the EPSG code for the geodetic datum, if known. Otherwise use the EPSG code of the ellipsoid, if known. If none of these is known, use the explicit value "not recorded". While "not recorded" is not a valid EPSG code, it is a valid value according to Darwin Core. The reference vocabularies of values for geodetic datums and ellipsoids needs to be made available and should map alternative representations of dwc:geodeticDatum strings to EPSG codes, such as "WGS84", "WGS_84", "WGS:84", "WGS 84" all with standard value "EPSG:4326". |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_COUNTRYCOUNTRYCODE_CONSISTENT
| Label | VALIDATION_COUNTRYCOUNTRYCODE_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b23110e7-1be7-444a-a677-cdee0cf4330c-2024-09-25 |
| Preferred Label | Validation dwc:country dwc:countryCode Consistent |
| Information Elements Acted Upon | dwc:country,dwc:countryCode |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if either of the terms dwc:country or dwc:countryCode are bdqval:Empty; COMPLIANT if the values of dwc:country and dwc:countryCode match national-level country name and matching country code respectively in the bdqval:sourceAuthority |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "The Getty Thesaurus of Geographic Names (TGN)" {[https://www.getty.edu/research/tools/vocabularies/tgn/index.html]} |
| Description | Does the ISO country code, determined from the value of dwc:country, equal the value of dwc:countryCode? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:country="Australia", dwc:countryCode="AU": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:country matches dwc:countryCode"], [dwc:country="United States Minor Outlying Islands", dwc:countryCode="US": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:country does not match dwc:countryCode"] |
| Notes | The country code determination service should be able to match the name of a country in the original or any language in the source authority. When dwc:countryCode="XZ" to designate "high seas", dwc:country should be empty. This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_EVENTDATE_STANDARD
| Label | VALIDATION_EVENTDATE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4f2bf8fd-fc5c-493f-a44c-e7b16153c803-2024-09-16 |
| Preferred Label | Validation dwc:eventDate Standard |
| Information Elements Acted Upon | dwc:eventDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:eventDate is bdqval:Empty; COMPLIANT if the value of dwc:eventDate is a valid ISO 8601 date; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:eventDate a valid ISO date? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="1963-03-08T14": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:eventDate contains a valid ISO 8601-1:2019 date"], [dwc:eventDate="1963-03-08T14:67-0600": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:eventDate does not contain a valid ISO 8601-1:2019 date"] |
| Notes | This Test should also pick up issues such as 29 Feb in a non-leap year. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_EVENT_CONSISTENT
| Label | VALIDATION_EVENT_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/5618f083-d55a-4ac2-92b5-b9fb227b832f-2023-09-18 |
| Preferred Label | Validation dwc:Event Consistent |
| Information Elements Acted Upon | dwc:eventDate,dwc:day,dwc:month,dwc:year,dwc:startDayOfYear,dwc:endDayOfYear |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:eventDate is bdqval:Empty, or all of dwc:year, dwc:month, dwc:day, dwc:startDayOfYear and dwc:endDayOfYear are bdqval:Empty; COMPLIANT if all of the following conditions are met (1) dwc:year is bdqval:Empty or dwc:eventDate has a precision of one year or finer and and is within a single year and the provided value of dwc:year matches the year expressed in dwc:eventDate, and (2) dwc:month is bdqval:Empty or dwc:eventDate has a precision of one month or finer and is within a single month and the provided value in dwc:month matches the month represented by dwc:eventDate, and (3) dwc:day is bdqval:Empty or dwc:eventDate has a precision of a day or less and is within a single day and the provided value in dwc:day matches the day represented by dwc:eventDate, and (4) dwc:startDayOfYear is empty or dwc:eventDate has a precision of one day or finer and the provided value in dwc:startDayOfYear matches the start day of the year of the range represented by dwc:eventDate, and (5) dwc:endDayOfYear is empty or dwc:eventDate has a precision of one day or finer and the provided value in dwc:endDayOfYear matches the end day of the year of the range represented by dwc:eventDate; otherwise NOT_COMPLIANT. |
| Description | Are the values in dwc:eventDate consistent with the values in dwc:year, dwc:month, dwc:day, dwc:startDayOfYear and dwc:endDayOfYear? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:day="15", dwc:month="9", dwc:year="1949", dwc:eventDate="1949-09-15T12:34", dwc:startDayOfYear="", dwc:endDayOfYear="": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:day, dwc:month and dwc:year match dwc:eventDate"], [dwc:day="15", dwc:month="9", dwc:year="1949", dwc:eventDate="1949-09-16T12:34", dwc:startDayOfYear="", dwc:endDayOfYear="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:day does not match dwc:eventDate"] |
| Notes | This Test does not take a position on whether the value in dwc:eventDate, or the values in the atomic terms are correct, it simply points out the presence of inconsistencies. For this Test, dwc:eventTime is explicitly ignored. It may be useful to consider an additional Test that does evaluate dwc:eventTime and dwc:eventDate. In that case, but not in this Test, if the time is present in both dwc:eventDate and dwc:eventTime, and it is inconsistent, it may indicate an error in the dwc:eventDate, thus making it a problem that someone needs to evaluate. This Test will only assert consistency if the data are both internally consistent and are compliant with the term definitions, for example dwc:day, by its definition, can only be the day of an dwc:eventDate that has a precision of a day or better and is not a range that spans more than a single day. A dwc:day that was internally consistent with the first day of the year (that is, 1) of an dwc:eventDate that only had precision to a year would be consistent internally, but not consistent with the Darwin Core term definitions, and would not return COMPLIANT from this Test. |
| Use Cases | bdquc:Alien-Species |
VALIDATION_DATEIDENTIFIED_STANDARD
| Label | VALIDATION_DATEIDENTIFIED_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/66269bdd-9271-4e76-b25c-7ab81eebe1d8-2024-09-16 |
| Preferred Label | Validation dwc:dateIdentified Standard |
| Information Elements Acted Upon | dwc:dateIdentified |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:dateIdentified is bdqval:Empty; COMPLIANT if the value of dwc:dateIdentified contains a valid ISO 8601 date; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:dateIdentified a valid ISO date? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:dateIdentified="1963-03-08T14:07": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:dateIdentified is a valid ISO 8601-1:2019 date"], [dwc:dateIdentified="1963-03-08X14:07-0600": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:dateIdentified is not a valid ISO 8601-1:2019 date"] |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_TAXON_UNAMBIGUOUS
| Label | VALIDATION_TAXON_UNAMBIGUOUS |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4c09f127-737b-4686-82a0-7c8e30841590-2023-09-18 |
| Preferred Label | Validation dwc:Taxon Unambiguous |
| Information Elements Acted Upon | dwc:scientificName,dwc:scientificNameID |
| Information Elements Consulted | dwc:taxonID,dwc:acceptedNameUsageID,dwc:originalNameUsageID,dwc:taxonConceptID,dwc:higherClassification,dwc:kingdom,dwc:phylum,dwc:class,dwc:order,dwc:superfamily,dwc:family,dwc:subfamily,dwc:tribe,dwc:subtribe,dwc:genus,dwc:genericName,dwc:subgenus,dwc:infragenericEpithet,dwc:specificEpithet,dwc:infraspecificEpithet,dwc:cultivarEpithet,dwc:vernacularName,dwc:scientificNameAuthorship,dwc:taxonRank |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if all of dwc:scientificNameID, dwc:scientificName, dwc:genericName, dwc:specificEpithet, dwc:infraspecificEpithet, dwc:scientificNameAuthorship, dwc:cultivarEpithet are bdqval:Empty; COMPLIANT if (1) dwc:scientificNameID references a single taxon record in the bdqval:sourceAuthority, or (2) dwc:scientificNameID is bdqval:Empty and dwc:scientificName references a single taxon record in the bdqval:sourceAuthority, or (3) if dwc:scientificName and dwc:scientificNameID are bdqval:Empty and if a combination of the values of the terms dwc:genericName, dwc:specificEpithet, dwc:infraspecificEpithet, dwc:cultivarEpithet, dwc:taxonRank, and dwc:scientificNameAuthorship can be unambiguously resolved to a unique taxon in the bdqval:sourceAuthority, or (4) if ambiguity produced by multiple matches in (2) or (3) can be disambiguated to a unique Taxon using the values of dwc:tribe, dwc:subtribe, dwc:subgenus, dwc:genus, dwc:subfamily, dwc:family, dwc:superfamily, dwc:order, dwc:class, dwc:phylum, dwc:kingdom, dwc:higherClassification, dwc:taxonID, dwc:acceptedNameUsageID, dwc:originalNameUsageID, dwc:taxonConceptID and dwc:vernacularName; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Can the taxon be unambiguously resolved from bdqval:sourceAuthority using the available taxon terms? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:taxonID="", dwc:scientificNameID="", dwc:acceptedNameUsageID="", dwc:originalNameUsageID="", dwc:taxonConceptID="", dwc:scientificName="Triplex rosaria Perry, 1811", dwc:higherClassification="", dwc:kingdom="Animalia", dwc:phylum="mollusca", dwc:class="Gastropoda", dwc:order="", dwc:family="Muricidae", dwc:subfamily="", dwc:genus="Chicoreus", dwc:genericName="Triplex", dwc:subgenus="", dwc:infragenericEpithet="", dwc:specificEpithet="rosarium", dwc:infraspecificEpithet="", dwc:cultivarEpithet="", dwc:vernacularName="", dwc:scientificNameAuthorship="Perry, 1811", dwc:taxonRank="",bdqval:sourceAuthority=”marinespecies.org”: Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:scientificName matched to unique taxon record in WoRMS, unique fuzzy match on name and exact match on authorship. "], [dwc:taxonID="", dwc:scientificNameID="", dwc:acceptedNameUsageID="", dwc:originalNameUsageID="", dwc:taxonConceptID="", dwc:scientificName="Graphis", dwc:higherClassification="", dwc:kingdom="", dwc:phylum="", dwc:class="", dwc:order="", dwc:family="", dwc:subfamily="", dwc:genus="", dwc:genericName="", dwc:subgenus="", dwc:infragenericEpithet="", dwc:specificEpithet="", dwc:infraspecificEpithet="", dwc:cultivarEpithet="", dwc:vernacularName="", dwc:scientificNameAuthorship="", dwc:taxonRank="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:scientificName="Graphis" is ambiguous as could be either a lichen or a gastropod."] |
| Notes | There are any number of potential controlled vocabularies that might be used for this Test, including local vocabularies and taxon specific vocabularies. If dwc:scientificNameID is bdqval:Empty, use dwc:scientificName and dwc:CultivarEpithet to search for a unique taxon. If dwc:scientificName is bdqval:Empty, check with the terms that form atomic parts of it (dwc:genericName, dwc:specificEpithet, dwc:infraspecificEpithet, dwc:taxonRank, dwc:scientificNameAuthorship), and if more than one match is found, use the remaining terms to try to disambiguate to a single Taxon record. The terms dwc:subgenus, dwc:genus, dwc:family, dwc:order, dwc:class, dwc:phylum, dwc:kingdom, dwc:higherClassification, dwc:scientificNameID,, dwc:acceptedNameUsageID, dwc:originalNameUsageID, dwc:taxonConceptID should not be used to make a match if dwc:scientificNameID and dwc:scientificName or dwc:genericName, dwc:specificEpithet, dwc:infraspecificEpithet, dwc:taxonRank, dwc:scientificNameAuthorship are bdqval:Empty. Note that Test VALIDATION_SCIENTIFICNAME_FOUND (4c09f127-737b-4686-82a0-7c8e30841590) is a more specific Test for a subset of Information Elements from this Test. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
VALIDATION_DATEIDENTIFIED_INRANGE
| Label | VALIDATION_DATEIDENTIFIED_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/dc8aae4b-134f-4d75-8a71-c4186239178e-2024-09-16 |
| Preferred Label | Validation dwc:dateIdentified In Range |
| Information Elements Acted Upon | dwc:dateIdentified |
| Information Elements Consulted | dwc:eventDate |
| Parameters | bdqval:earliestValidDate,bdqval:latestValidDate,bdqval:includeEventDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if (1) dwc:dateIdentified is bdqval:Empty, or (2) dwc:dateIdentified contains an invalid value according to ISO 8601, or (3) bdqval:includeEventDate=true and dwc:eventDate is not a valid ISO 8601 date; COMPLIANT if the value of dwc:dateIdentified is between bdqval:earliestValidDate and bdqval:latestValidDate inclusive and either (1) dwc:eventDate is bdqval:Empty or bdqval:includeEventDate=false, or (2) if dwc:eventDate is a valid ISO 8601 date and dwc:dateIdentified overlaps or is later than the dwc:eventDate; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:earliestValidDate default = "1753-01-01",bdqval:latestValidDate default = "{current day}",bdqval:includeEventDate default = "true" |
| Description | Is the value of dwc:dateIdentified within Parameters range and does it overlap with or is it later than dwc:eventDate? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:dateIdentified="1963-03-08T14:07-0600", dwc:eventDate="1962-11-01T10:00-0600": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:dateIdentified is in range"], [dwc:dateIdentified="1963-03-08T14:07-0600", dwc:eventDate="1964-11-01T10:00-0600": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:dateIdentified before dwc:eventDate"] |
| Notes | There may be valid identifications prior to Linnaeus, but this Test will flag these under the default value of bdqval:earliestValidDate, as for most biodiversity data, pre-Linnaean identification dates are likely to be errors. If a parameter is not set, then the default is 1753-01-01. This Test will, by design, flag as problematic cases (such as LTER plots and marine mammal sightings) where a known individual organism is identified by a specialist and then subsequently observed without new taxonomic identifications being made. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_CLASS_FOUND
| Label | VALIDATION_CLASS_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/2cd6884e-3d14-4476-94f7-1191cfff309b-2023-09-18 |
| Preferred Label | Validation dwc:class Found |
| Information Elements Acted Upon | dwc:class |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:class is bdqval:Empty; COMPLIANT if the value of dwc:class is found as a value at the rank of Class in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Does the value of dwc:class occur at the rank of Class in bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:class="Insecta": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:class has an equivalent at the rank of Class in the bdqval:sourceAuthority"], [dwc:class="Magnoleopsida": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT,Response.comment="dwc:class does not have an equivalent at the rank of Class in the bdqval:sourceAuthority"] |
| Notes | The purpose of this Test is to check whether the value is a name that is a result of a nomenclatural act at this rank. This excludes unpublished names, misspellings and vernacular names. It is expected that the Test will designate the source authority against which to check. The same Test might return distinct results when using distinct source authorities. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
VALIDATION_GEODETICDATUM_NOTEMPTY
| Label | VALIDATION_GEODETICDATUM_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/239ec40e-a729-4a8e-ba69-e0bf03ac1c44-2023-09-18 |
| Preferred Label | Validation dwc:geodeticDatum Not Empty |
| Information Elements Acted Upon | dwc:geodeticDatum |
| Expected Response | COMPLIANT if dwc:geodeticDatum is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:geodeticDatum? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:geodeticDatum="UTM": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:geodeticDatum is bdqval:NotEmpty"], [dwc:geodeticDatum="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:geodeticDatum is bdqval:Empty."] |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_DECIMALLATITUDE_INRANGE
| Label | VALIDATION_DECIMALLATITUDE_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/b6ecda2a-ce36-437a-b515-3ae94948fe83-2023-09-18 |
| Preferred Label | Validation dwc:decimalLatitude In Range |
| Information Elements Acted Upon | dwc:decimalLatitude |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:decimalLatitude is bdqval:Empty or the value is not interpretable as a number; COMPLIANT if the value of dwc:decimalLatitude is between -90 and 90, inclusive; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:decimalLatitude a number between -90 and 90 inclusive? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLatitude="0.0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:decimalLatitude is in RANGE"], [dwc:decimalLatitude="121.0534": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:decimalLatitude is in not in RANGE"] |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
VALIDATION_KINGDOM_FOUND
| Label | VALIDATION_KINGDOM_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/125b5493-052d-4a0d-a3e1-ed5bf792689e-2023-09-18 |
| Preferred Label | Validation dwc:kingdom Found |
| Information Elements Acted Upon | dwc:kingdom |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:kingdom is bdqval:Empty; COMPLIANT if the value of dwc:kingdom is found as a value at the rank of kingdom in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Does the value of dwc:kingdom occur at the rank of Kingdom in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:kingdom="Animalia": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:kingdom has an equivalent at the rank of Kingdom in the bdqval:sourceAuthority"], [dwc:kingdom="Metazoa": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:kingdom does not strictly have an equivalent at the rank of Kingdom in the Parameterized Source Authority (Metazoa is synonym of Animalia)"] |
| Notes | The purpose of this Test is to check whether the value is a name that is a result of a nomenclatural act at this rank. This excludes unpublished names, misspellings and vernacular names. It is expected that the Test will designate the source authority against which to check. The same Test might return distinct results when using distinct source authorities. |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_SCIENTIFICNAME_NOTEMPTY
| Label | VALIDATION_SCIENTIFICNAME_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7c4b9498-a8d9-4ebb-85f1-9f200c788595-2023-09-18 |
| Preferred Label | Validation dwc:scientificName Not Empty |
| Information Elements Acted Upon | dwc:scientificName |
| Expected Response | COMPLIANT if dwc:scientificName is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:scientificName? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:scientificName="?": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:scientificName is bdqval:NotEmpty"], [dwc:scientificName="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:scientificName is bdqval:Empty"] |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_ORDER_FOUND
| Label | VALIDATION_ORDER_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/81cc974d-43cc-4c0f-a5e0-afa23b455aa3-2023-09-18 |
| Preferred Label | Validation dwc:order Found |
| Information Elements Acted Upon | dwc:order |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:order is bdqval:Empty; COMPLIANT if the value of dwc:order is found as a value at the rank of Order in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Does the value of dwc:order occur at the rank of Order in bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:order="Lepidoptera": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:order has an equivalent at the rank of Order in the bdqval:sourceAuthority"], [dwc:order="Nymphalidae": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:order does not have an equivalent at the rank of Order in the bdqval:sourceAuthority. Nymphalidae is a family, not an order"] |
| Notes | The purpose of this Test is to check whether the value is a name that is a result of a nomenclatural act at this rank. This excludes unpublished names, misspellings and vernacular names. It is expected that the Test will designate the source authority against which to check. The same Test might return distinct results when using distinct source authorities. |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_YEAR_INRANGE
| Label | VALIDATION_YEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/ad0c8855-de69-4843-a80c-a5387d20fbc8-2024-08-23 |
| Preferred Label | Validation dwc:year In Range |
| Information Elements Acted Upon | dwc:year |
| Parameters | bdqval:earliestValidDate,bdqval:latestValidDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:year is bdqval:Empty or cannot be interpreted as an integer; COMPLIANT if the value of dwc:year is within the range bdqval:earliestValidDate to bdqval:latestValidDate inclusive; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:earliestValidDate default = "1582",bdqval:latestValidDate default = "{current year}" |
| Description | Is the value of dwc:year within the Parameter range? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:year="1952": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:year is in RANGE"], [dwc:year="9999": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:year is not in RANGE. The value in year has not yet come to pass."] |
| Notes | The results of this Test are time-dependent. Next year is not valid now. Next year it will be. This Test provides the option to designate lower and upper limits to the year. The upper limit, if not provided, should default to the year when the Test is run. This Test provides for a default earliest date (year), of 1582 by convention. That value was chosen because ISO 8601-1 asserts that "the use of proleptic Gregorian calendar dates prior are not allowed in ISO 8601-1 without prior agreement of the parties exchanging data", and Darwin Core provides no such prior agreement. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_COORDINATES_NOTZERO
| Label | VALIDATION_COORDINATES_NOTZERO |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/1bf0e210-6792-4128-b8cc-ab6828aa4871-2023-06-20 |
| Preferred Label | Validation Coordinates Not Zero |
| Information Elements Acted Upon | dwc:decimalLatitude,dwc:decimalLongitude |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:decimalLatitude is bdqval:Empty or is not interpretable as a number, or dwc:decimalLongitude is bdqval:Empty or is not interpretable as a number; COMPLIANT if either the value of dwc:decimalLatitude is not = 0 or the value of dwc:decimalLongitude is not = 0; otherwise NOT_COMPLIANT |
| Description | Are the values of either dwc:decimalLatitude or dwc:decimalLongitude numbers that are not equal to 0? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLatitude="21.0534", dwc:decimalLongitude="81.0554": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:decimalLatitude and dwc:decimalLongitude are not zero"], [dwc:decimalLatitude="0", dwc:decimalLongitude="0",: Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:decimalLatitude and dwc:decimalLongitude are zero"] |
| Notes | A record with 0.0 is interpreted as the string "0". |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_EVENTTEMPORAL_NOTEMPTY
| Label | VALIDATION_EVENTTEMPORAL_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/41267642-60ff-4116-90eb-499fee2cd83f-2023-09-30 |
| Preferred Label | Validation dwc:Event Temporal Not Empty |
| Information Elements Acted Upon | dwc:eventDate,dwc:year,dwc:month,dwc:day,dwc:startDayOfYear,dwc:endDayOfYear,dwc:verbatimEventDate |
| Expected Response | COMPLIANT if any of dwc:eventDate, dwc:year, dwc:month, dwc:day, dwc:startDayOfYear, dwc:endDayOfYear, dwc:verbatimEventDate are bdqval:NotEmpty; otherwise NOT_COMPLIANT. |
| Description | Is there a value in any of the terms dwc:eventDate, dwc:year, dwc:month, dwc:day, dwc:startDayOfYear, dwc:endDayOfYear, dwc:verbatimEventDate? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:day="", dwc:month="", dwc:year="", dwc:eventDate="1962-11-01T10:00-0600", dwc:verbatimEventDate="", dwc:startDayOfYear="", dwc:endDayOfYear="": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:eventDate is bdqval:NotEmpty"], [dwc:dateIdentified="", dwc:day="", dwc:month="", dwc:year="", dwc:eventDate="", dwc:verbatimEventDate="", dwc:startDayOfYear="", dwc:endDayOfYear="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="All input fields bdqval:Empty"] |
| Notes | Only fails if all of the relevant fields of the Darwin Core Event class are bdqval:Empty or do not exist. Relevant Darwin Core fields include dwc:eventDate, dwc:verbatimEventDate, dwc:year, dwc:month, dwc:day, dwc:startDayOfYear, dwc:endDayOfYear. The terms dwc:eventID (if populated may or may not point to temporal information accessible to the user of the data) and dwc:eventTime (which is rare) are not included. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_DCTYPE_STANDARD
| Label | VALIDATION_DCTYPE_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/cdaabb0d-a863-49d0-bc0f-738d771acba5-2023-09-18 |
| Preferred Label | Validation dc:type Standard |
| Information Elements Acted Upon | dc:type |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if the value of dc:type is bdqval:Empty; COMPLIANT if the value of dc:type is a term name in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | DCMI Type Vocabulary" {[http://purl.org/dc/terms/DCMIType]} {"DCMI Type Vocabulary List of Terms" [https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/2010-10-11/]} |
| Description | Does the value of dc:type occur as a value in the DCMI type vocabulary? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dc:type="Event": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dc:type matches a term in DCMI Vocabulary"], [dc:type="StillerImage": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dc:type does not match terms in DCMI Vocabulary"] |
| Notes | This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. EXTERNAL_PREREQUISITES_NOT_MET is not a necessary path in the specification, the type literals may be hard coded in a Test implementation without an external call. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
VALIDATION_DECIMALLONGITUDE_NOTEMPTY
| Label | VALIDATION_DECIMALLONGITUDE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/9beb9442-d942-4f42-8b6a-fcea01ee086a-2023-09-18 |
| Preferred Label | Validation dwc:decimalLongitude Not Empty |
| Information Elements Acted Upon | dwc:decimalLongitude |
| Expected Response | COMPLIANT if dwc:decimalLongitude is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:decimalLongitude? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLongitude="0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:decimalLongitude is bdqval:NotEmpty"], [dwc:decimalLongitude=" ": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:decimalLongitude is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
VALIDATION_COUNTRYCODE_NOTEMPTY
| Label | VALIDATION_COUNTRYCODE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/853b79a2-b314-44a2-ae46-34a1e7ed85e4-2024-11-10 |
| Preferred Label | Validation dwc:countryCode Not Empty |
| Information Elements Acted Upon | dwc:countryCode |
| Expected Response | COMPLIANT if dwc:countryCode is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:countryCode? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:countryCode="Australia": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:countryCode is bdqval:NotEmpty"], [dwc:countryCode="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:countryCode is bdqval:Empty"] |
| Notes | Darwin Core recommends that data from the high seas (outside national jurisdictions) use dwc:countryCode = "XZ". |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_LICENSE_NOTEMPTY
| Label | VALIDATION_LICENSE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/15f78619-811a-4c6f-997a-a4c7888ad849-2023-09-18 |
| Preferred Label | Validation dcterms:license Not Empty |
| Information Elements Acted Upon | dcterms:license |
| Expected Response | COMPLIANT if dcterms:license is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dcterms:license? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dcterms:license="CC0 1.0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dcterms:license is bdqval:NotEmpty"], [dcterms:license=" ": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dcterms:license is bdqval:Empty"] |
| Notes | The license at the record level might be derived from the license of the dataset from which the record is retrieved. |
| Use Cases | bdquc:SDM-Trees |
VALIDATION_POLYNOMIAL_CONSISTENT
| Label | VALIDATION_POLYNOMIAL_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/17f03f1f-f74d-40c0-8071-2927cfc9487b-2023-09-18 |
| Preferred Label | Validation Polynomial Consistent |
| Information Elements Acted Upon | dwc:scientificName,dwc:genericName,dwc:specificEpithet,dwc:infraspecificEpithet |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:scientificName is bdqval:Empty, or all of dwc:genericName, dwc:specificEpithet and dwc:infraspecificEpithet are bdqval:Empty; COMPLIANT if the polynomial, as represented in dwc:scientificName, is consistent with bdqval:NotEmpty values of dwc:genericName, dwc:specificEpithet, dwc:infraspecificEpithet; otherwise NOT_COMPLIANT. |
| Description | Is the polynomial represented in dwc:scientificName consistent with the equivalent values in dwc:genericName, dwc:specificEpithet, dwc:infraspecificEpithet? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:scientificName="Hakea decurrens ssp. physocarpa", dwc:genericName="", dwc:specificEpithet="decurrens", dwc:infraspecificEpithet="physocarpa": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="Values of all non-empty atomic terms are found in the polynomial"], [dwc:scientificName="Hakea decurrens", dwc:genericName="Hakea", dwc:specificEpithet="decurrens", dwc:infraspecificEpithet="physocarpa": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:scientificName is inconsistent with atomic parts (dwc:genus, dwc:specificEpithet and dwc:infraspecificEpithet)"] |
| Notes | If dwc:specificEpithet is populated then this Test expects that the value dwc:specificEpithet is the name of the second or species epithet of the scientificName. If dwc:genericName is populated, this Test expects that the value of dwc:genus is the first word of the value of dwc:scientificName. If dwc:specificEpithet is populated then this Test expects that the value dwc:specificEpithet is the name of the first or species epithet of the scientificName. If dwc:infraspecificEpithet is populated, then this Test expects that the value of dwc:infraspecificEpithet is the name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation. |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_DCTYPE_NOTEMPTY
| Label | VALIDATION_DCTYPE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/374b091a-fc90-4791-91e5-c1557c649169-2023-09-18 |
| Preferred Label | Validation dc:type Not Empty |
| Information Elements Acted Upon | dc:type |
| Expected Response | COMPLIANT if dc:type is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dc:type? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dc:type="?": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dc:type is bdqval:NotEmpty"], [dc:type=" ": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dc:type is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
VALIDATION_BASISOFRECORD_STANDARD
| Label | VALIDATION_BASISOFRECORD_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/42408a00-bf71-4892-a399-4325e2bc1fb8-2024-08-18 |
| Preferred Label | Validation dwc:basisOfRecord Standard |
| Information Elements Acted Upon | dwc:basisOfRecord |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:basisOfRecord is bdqval:Empty; COMPLIANT if the value of dwc:basisOfRecord is valid in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Darwin Core basisOfRecord" {[https://dwc.tdwg.org/terms/#dwc:basisOfRecord]}{dwc:basisOfRecord vocabulary [https://rs.gbif.org/vocabulary/dwc/basis_of_record.xml]} |
| Description | Does the value of dwc:basisOfRecord occur in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:basisOfRecord="Taxon": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:basisOfRecord matches a standard label of one of the Darwin Core classes"], [dwc:basisOfRecord="Specimen": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:basisOfRecord does not exactly match a standard label of one of the Darwin Core classes"] |
| Notes | The term dwc:basisOfRecord has the comment "Recommended best practice is to use a controlled vocabulary such as the set of local names of the identifiers for classes in Darwin Core." The list of these values can be determined by searching https://github.com/tdwg/dwc/blob/master/vocabulary/term_versions.csv for rows with status="recommended" and rdf_type="http://www.w3.org/2000/01/rdf-schema#Class". For Tests against a dwc:Occurrence record, the set of valid terms is more limited and embodied in the resource found at https://rs.gbif.org/vocabulary/dwc/basis_of_record.xml. This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
VALIDATION_TAXON_NOTEMPTY
| Label | VALIDATION_TAXON_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/06851339-843f-4a43-8422-4e61b9a00e75-2023-09-18 |
| Preferred Label | Validation dwc:Taxon Not Empty |
| Information Elements Acted Upon | dwc:taxonID,dwc:scientificNameID,dwc:acceptedNameUsageID,dwc:parentNameUsageID,dwc:originalNameUsageID,dwc:taxonConceptID,dwc:scientificName,dwc:higherClassification,dwc:kingdom,dwc:phylum,dwc:class,dwc:order,dwc:superfamily,dwc:family,dwc:subfamily,dwc:tribe,dwc:subtribe,dwc:genus,dwc:genericName,dwc:subgenus,dwc:infragenericEpithet,dwc:specificEpithet,dwc:infraspecificEpithet,dwc:vernacularName,dwc:cultivarEpithet |
| Expected Response | COMPLIANT if at least one term needed to determine the taxon of the entity exists and is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in any of the terms needed to determine that the taxon exists? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:taxonID="", dwc:scientificNameID="", dwc:acceptedNameUsageID="", dwc:parentNameUsageID="", dwc:originalNameUsageID="", dwc:taxonConceptID="", dwc:scientificName="Eucalyptus gunnii", dwc:higherClassification="", dwc:kingdom="", dwc:phylum="", dwc:class="", dwc:order="", dwc:superfamily="", dwc:tribe="", dwc:subtribe="",dwc:family="", dwc:genus="", dwc:subgenus="", dwc:specificEpithet="", dwc:infraspecificEpithet="", dwc:vernacularName="" : Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="at least enough terms exist that identify that an entity exists"], [dwc:taxonID="", dwc:scientificNameID="", dwc:acceptedNameUsageID="", dwc:parentNameUsageID="", dwc:originalNameUsageID="", dwc:taxonConceptID="", dwc:scientificName="", dwc:higherClassification="", dwc:kingdom="", dwc:phylum="", dwc:class="", dwc:order="", dwc:superfamily="", dwc:tribe="", dwc:subtribe="",dwc:family="", dwc:genus="", dwc:subgenus="", dwc:specificEpithet="", dwc:infraspecificEpithet="", dwc:vernacularName="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="All input fields are bdqval:Empty or missing"] |
| Notes | This tests for records that have no taxonomic (NAME) information. If there is any value for any of the Information Elements, this may be useful information. See example. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
VALIDATION_MINDEPTH_INRANGE
| Label | VALIDATION_MINDEPTH_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/04b2c8f3-c71b-4e95-8e43-f70374c5fb92-2023-09-18 |
| Preferred Label | Validation dwc:minimumDepthInMeters In Range |
| Information Elements Acted Upon | dwc:minimumDepthInMeters |
| Parameters | bdqval:minimumValidDepthInMeters,bdqval:maximumValidDepthInMeters |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:minimumDepthInMeters is bdqval:Empty, or the value is not interpretable as number greater than or equal to zero; COMPLIANT if the value of dwc:minimumDepthInMeters is within the range of bdqval:minimumValidDepthInMeters to bdqval:maximumValidDepthInMeters inclusive; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:minimumValidDepthInMeters default="0",bdqval:maximumValidDepthInMeters default="11000" |
| Description | Is the value of dwc:minimumDepthInMeters within the Parameter range? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:minimumDepthInMeters="1": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:minimumDepthInMeters is in range"], [dwc:minimumDepthInMeters="12000": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:minimumDepthInMeters is not in range"] |
| Notes | The Challenger Deep in the Mariana Trench is the deepest known point in Earth's oceans at 10,994 meters below sea level. We have rounded up bdqval:maximumValidDepthInMeters. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_MINELEVATION_LESSTHAN_MAXELEVATION
| Label | VALIDATION_MINELEVATION_LESSTHAN_MAXELEVATION |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d708526b-6561-438e-aa1a-82cd80b06396-2023-09-18 |
| Preferred Label | Validation dwc:minimumElevationInMeters less than dwcmaximumElevationInMeters |
| Information Elements Acted Upon | dwc:minimumElevationInMeters,dwc:maximumElevationInMeters |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:maximumlevationInMeters or dwc:minimumElevationInMeters is bdqval:Empty, or if either is not a number; COMPLIANT if the value of dwc:minimumElevationInMeters is a number less than or equal to the value of the number dwc:maximumElevationInMeters, otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:minimumElevationInMeters a number less than or equal to the value of dwc:maximumElevationInMeters? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:minimumElevationInMeters="0", dwc:maximumElevationInMeters="0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:minimumElevationInMeters is equal to dwc: maximumElevationInMeters"], [dwc:minimumElevationInMeters="1", dwc:maximumElevationInMeters="0": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:minimumElevationInMeters is greater than dwc:maximumElevationInMeters"] |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_COORDINATEUNCERTAINTY_INRANGE
| Label | VALIDATION_COORDINATEUNCERTAINTY_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c6adf2ea-3051-4498-97f4-4b2f8a105f57-2023-09-18 |
| Preferred Label | Validation dwc:coordinateUncertaintyInMeters In Range |
| Information Elements Acted Upon | dwc:coordinateUncertaintyInMeters |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:coordinateUncertaintyInMeters is bdqval:Empty; COMPLIANT if the value of dwc:coordinateUncertaintyInMeters is interpreted as a number between 1 and 20037509 inclusive; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:coordinateUncertaintyInMeters a number between 1 and 20,037,509? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:coordinateUncertaintyInMeters="1": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:coordinateUncertaintyInMeters is in range"], [dwc:coordinateUncertaintyInMeters="-1": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:coordinateUncertaintyInMeters is out of range"] |
| Notes | The upper limit is one half the equatorial circumference of the earth. |
| Use Cases | bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_MAXELEVATION_INRANGE
| Label | VALIDATION_MAXELEVATION_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/c971fe3f-84c1-4636-9f44-b1ec31fd63c7-2023-09-18 |
| Preferred Label | Validation dwc:maximumElevationInMeters In Range |
| Information Elements Acted Upon | dwc:maximumElevationInMeters |
| Parameters | bdqval:minimumValidElevationInMeters,bdqval:maximumValidElevationInMeters |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:maximumElevationInMeters is bdqval:Empty or the value cannot be interpreted as a number; COMPLIANT if the value of dwc:maximumElevationInMeters is within the range of bdqval:minimumValidElevationInMeters to bdqval:maximumValidElevationInMeters inclusive; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:minimumValidElevationInMeters default = "-430",bdqval:maximumValidElevationInMeters default = "8850" |
| Description | Is the value of dwc:maximumElevationInMeters within the Parameter range? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:maximumElevationInMeters="0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:maximumElevation is in is range"], [dwc:maximumElevationInMeters="-500": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:maximumElevation is not in range, i.e. is <-430"] |
| Notes | We have rounded up the Parameter values. We are aware of sub-ice elevations in Antarctica to -3,500m and possible sampling in the atmosphere above the elevation of the top of Mt Everest should fail this Test if captured as elevation rather than as distanceAboveSurfaceInMeters. Elevations below the maximum elevation yet above the local surface will be false positives. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_OCCURRENCESTATUS_STANDARD
| Label | VALIDATION_OCCURRENCESTATUS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7af25f1e-a4e2-4ff4-b161-d1f25a5c3e47-2025-02-18 |
| Preferred Label | Validation dwc:occurrenceStatus Standard |
| Information Elements Acted Upon | dwc:occurrenceStatus |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:occurrenceStatus is bdqval:Empty; COMPLIANT if the value of dwc:occurrenceStatus is resolved in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Regex present/absent" {["^(present|absent)$"]} |
| Description | Does the value of dwc:occurrenceStatus occur in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:occurrenceStatus="present": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:occurrenceStatus matches a term in the bdqval:sourceAuthority"], [dwc:occurrenceStatus="presence": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:occurrenceStatus does not match a term in the bdqval:sourceAuthority"] |
| Notes | The recommended controlled vocabulary for this term consists of "present" and "absent", which are the only two appropriate terms for a Darwin Core Occurrence. This is reflected in the dwc:occurrenceStatus vocabulary for this Test. There is currently a mismatch between the (authoritative) lower case values at https://dwc.tdwg.org/terms/#dwc:occurrenceStatus and the vocabulary at GBIF (https://api.gbif.org/v1/vocabularies/OccurrenceStatus/concepts), which capitalized the first character. This Test must return NOT_COMPLIANT if there are case differences, leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_OCCURRENCESTATUS_NOTEMPTY
| Label | VALIDATION_OCCURRENCESTATUS_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/eb4a17f6-6bea-4cdd-93dd-d5a7e9d1eccf-2023-09-18 |
| Preferred Label | Validation dwc:occurrenceStatus Not Empty |
| Information Elements Acted Upon | dwc:occurrenceStatus |
| Expected Response | COMPLIANT if dwc:occurrenceStatus is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:occurrenceStatus? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:occurrenceStatus="?": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:occurrenceStatus is bdqval:NotEmpty"], [dwc:occurrenceStatus="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:occurrenceStatus is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns, bdquc:SDM-Trees |
VALIDATION_DECIMALLATITUDE_NOTEMPTY
| Label | VALIDATION_DECIMALLATITUDE_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7d2485d5-1ba7-4f25-90cb-f4480ff1a275-2023-09-18 |
| Preferred Label | Validation dwc:decimalLatitude Not Empty |
| Information Elements Acted Upon | dwc:decimalLatitude |
| Expected Response | COMPLIANT if dwc:decimalLatitude is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:decimalLatitude? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:decimalLatitude="0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:decimalLatitude is bdqval:NotEmpty"], [dwc:decimalLatitude="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:decimalLatitude is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:SDM-Trees, bdquc:Spatial-Temporal_Patterns |
VALIDATION_SCIENTIFICNAMEID_NOTEMPTY
| Label | VALIDATION_SCIENTIFICNAMEID_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/401bf207-9a55-4dff-88a5-abcd58ad97fa-2023-09-18 |
| Preferred Label | Validation dwc:scientificNameID Not Empty |
| Information Elements Acted Upon | dwc:scientificNameID |
| Expected Response | COMPLIANT if dwc:scientificNameID is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:scientificNameID? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:scientificNameID="8fa58e08-08de-4ac1-b69c-1235340b7001": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:scientificNameID is bdqval:NotEmpty"], [dwc:scientificNameID=" ": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:scientificNameID is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
VALIDATION_GENUS_FOUND
| Label | VALIDATION_GENUS_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/f2ce7d55-5b1d-426a-b00e-6d4efe3058ec-2023-09-18 |
| Preferred Label | Validation dwc:genus Found |
| Information Elements Acted Upon | dwc:genus |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:genus is bdqval:Empty; COMPLIANT if the value of dwc:genus is found as a value at the rank of genus in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Does the value of dwc:genus occur at the rank of Genus in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:genus="Egernia": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:genus has an equivalent at the rank of Genus in the Parameterized Source Authority"], [dwc:genus="Egernea": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:genus does not have an equivalent at the rank of Genus in the bdqval:sourceAuthority. This may be fixed using fuzzy matching at the AMENDMENT stage"] |
| Notes | The purpose of this Test is to check whether the value is a name that is a result of a nomenclatural act at this rank. This excludes unpublished names, misspellings and vernacular names. It is expected that the Test will designate the source authority against which to check. The same Test might return distinct results when using distinct source authorities. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
VALIDATION_CLASSIFICATION_CONSISTENT
| Label | VALIDATION_CLASSIFICATION_CONSISTENT |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/2750c040-1d4a-4149-99fe-0512785f2d5f-2023-09-18 |
| Preferred Label | Validation Classification Consistent |
| Information Elements Acted Upon | dwc:kingdom,dwc:phylum,dwc:class,dwc:order,dwc:superfamily,dwc:family,dwc:subfamily,dwc:tribe,dwc:subtribe,dwc:genus |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if all of the fields dwc:kingdom dwc:phylum, dwc:class, dwc:order, dwc:superfamily, dwc:family, dwc:subfamily, dwc:tribe, dwc:subtribe, dwc:genus are bdqval:Empty; COMPLIANT if the combination of values of higher classification taxonomic terms (dwc:kingdom, dwc:phylum, dwc:class, dwc:order, dwc:superfamily, dwc:family, dwc:subfamily, dwc:tribe, dwc:subtribe, dwc:genus) are consistent with the lowest ranking matched element in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Backbone Taxonomy" {[https://doi.org/10.15468/39omei]} {API endpoint [https://api.gbif.org/v1/species?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&name=]} |
| Description | Is the combination of higher classification taxonomic terms consistent using bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:kingdom="", dwc:phylum="", dwc:class="", dwc:order="Myrtales", dwc:superfamily="", dwc:family="Myrtaceae", dwc:subfamily="", dwc:tribe="", dwc:subtribe="",dwc:genus="Punica": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="The combination of values of higher classification taxonomic terms can be unambiguously resolved in the bdqval:sourceAuthority"], [dwc:kingdom="", dwc:phylum="Chordata", dwc:class="", dwc:order="Rhopalocera", dwc:superfamly="", dwc:family="Muricidae", dwc:subfamily="", dwc:tribe="", dwc:subtribe="", dwc:genus="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="The combination of values of higher classification taxonomic terms cannot be unambiguously resolved in the bdqval:sourceAuthority"] |
| Notes | A fail condition may arise either from the taxon terms being internally inconsistent (not all of the information can be true at the same time), or from the vocabulary being incapable of resolving the combination of classification values. Additional Tests could be devised against a taxonomic authority to report the distinct failure conditions. This Test specifically does not consider the content of dwc:higherClassification. |
| Use Cases | bdquc:Taxon-Management, bdquc:Alien-Species |
VALIDATION_DAY_INRANGE
| Label | VALIDATION_DAY_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/8d787cb5-73e2-4c39-9cd1-67c7361dc02e-2024-09-16 |
| Preferred Label | Validation dwc:day In Range |
| Information Elements Acted Upon | dwc:day,dwc:month,dwc:year |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if (1) dwc:day is bdqval:Empty, or (2) dwc:day is not interpretable as an integer, or (3) dwc:day is interpretable as an integer between 29 and 31 inclusive and dwc:month is not interpretable as an integer between 1 and 12, or (4) dwc:month is interpretable as the integer 2 and dwc:day is interpretable as the integer 29 and dwc:year is not interpretable as a valid ISO 8601 year; COMPLIANT if (1) the value of dwc:day is interpretable as an integer between 1 and 28 inclusive, or (2) dwc:day is interpretable as an integer between 29 and 30 and dwc:month is interpretable as an integer in the set (4,6,9,11), or (3) dwc:day is interpretable as an integer between 29 and 31 and dwc:month is interpretable as an integer in the set (1,3,5,7,8,10,12), or (4) dwc:day is interpretable as the integer 29 and dwc:month is interpretable as the integer 2 and dwc:year is interpretable as is a valid leap year (evenly divisible by 400 or (evenly divisible by 4 but not evenly divisible by 100)); otherwise NOT_COMPLIANT. |
| Description | Is the value of dwc:day interpretable as a valid integer between 1 and 28 inclusive, or is it validly 29, 30 or 31 given the dwc:month and dwc:year? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:day="15", dwc:month="", dwc:year="": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:day is in range"], [dwc:day="30", dwc:month="2", dwc:year="1952": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:day is not in range"] |
| Notes | This Test must take into account the given month and year, if present, to account for leap years. This is part of a group of similar Tests (VALIDATION_DAY_INRANGE (8d787cb5-73e2-4c39-9cd1-67c7361dc02e, #VALIDATION_STARTDAYOFYEAR_INRANGE (85803c7e-2a5a-42e1-b8d3-299a44cafc46), VALIDATION_ENDDAYOFYEAR_INRANGE9a39d88c-7eee-46df-b32a-c109f9f81fb8)). |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_MONTH_STANDARD
| Label | VALIDATION_MONTH_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/01c6dafa-0886-4b7e-9881-2c3018c98bdc-2023-09-18 |
| Preferred Label | Validation dwc:month Standard |
| Information Elements Acted Upon | dwc:month |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:month is bdqval:Empty; COMPLIANT if the value of dwc:month is interpretable as an integer between 1 and 12 inclusive; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:month interpretable as an integer between 1 and 12 inclusive? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:month="10": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:month is in range"], [dwc:month="v": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:month is ambiguous as "v" or "5""] |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_STARTDAYOFYEAR_INRANGE
| Label | VALIDATION_STARTDAYOFYEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/85803c7e-2a5a-42e1-b8d3-299a44cafc46-2023-09-18 |
| Preferred Label | Validation dwc:startDayOfYear In Range |
| Information Elements Acted Upon | dwc:startDayOfYear |
| Information Elements Consulted | dwc:eventDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:startDayOfYear is bdqval:Empty or if the value of dwc:startDayOfYear is equal to 366 and (dwc:eventDate is bdqval:Empty or the value of dwc:eventDate cannot be interpreted to find single year or a start year in a range); COMPLIANT if the value of dwc:startDayOfYear is an integer between 1 and 365, inclusive, or if the value of dwc:startDayOfYear is 366 and the start year interpreted from dwc:eventDate is a leap year; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:startDayOfYear an integer between 1 and 365 inclusive, or 366 if a leap year? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="", dwc:startDayOfYear="15": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:startDayOfYear is in range"], [dwc:eventDate="", dwc:startDayOfYear="0": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:startDayOfYear is not in range"] |
| Notes | See Test VALIDATION_DAY_INRANGE (8d787cb5-73e2-4c39-9cd1-67c7361dc02e). This Test only asks if dwc:startDayOfYear is a valid value for the relevant year, not if it is consistent with the start day of the range specified in dwc:eventDate. In a non-leap year, the valid range is 1-365 inclusive, in a leap year 366 is also valid. This Test should be run after the series of Tests that assure that dwc:eventDate is populated, if possible (i.e., AMENDMENT_EVENTDATE_FROM_VERBATIM (6d0a0c10-5e4a-4759-b448-88932f399812), AMENDMENT_EVENTDATE_STANDARDIZED (718dfc3c-cb52-4fca-b8e2-0e722f375da7), and AMENDMENT_EVENT_DATE_FROM_YEARMONTHDAY (3892f432-ddd0-4a0a-b713-f2e2ecbd879d)). |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
VALIDATION_ENDDAYOFYEAR_INRANGE
| Label | VALIDATION_ENDDAYOFYEAR_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/9a39d88c-7eee-46df-b32a-c109f9f81fb8-2023-09-18 |
| Preferred Label | Validation dwc:endDayOfYear In Range |
| Information Elements Acted Upon | dwc:endDayOfYear |
| Information Elements Consulted | dwc:eventDate |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:endDayOfYear is bdqval:Empty or if the value of dwc:endDayOfYear is equal to 366 and (dwc:eventDate is bdqval:Empty or the value of dwc:eventDate cannot be interpreted to find a single year or an end year in a range); COMPLIANT if the value of dwc:endDayOfYear is an integer between 1 and 365 inclusive, or if the value of dwc:endDayOfYear is 366 and the end year interpreted from dwc:eventDate is a leap year; otherwise NOT_COMPLIANT |
| Description | Is the value of dwc:endDayOfYear an integer between 1 and 365 inclusive, or 366 if a leap year? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:eventDate="1949-01-15T12:34/1949-01-20T17:00", dwc:endDayOfYear="20": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:endDayOfYear is in range"], [dwc:eventDate="", dwc:endDayOfYear="x": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:endDayOfYear is ambiguous, either "X" or "No data" or "10"] |
| Notes | See Test VALIDATION_DAY_INRANGE (8d787cb5-73e2-4c39-9cd1-67c7361dc02e). This Test only asks if dwc:endDayOfYear is a valid value for the relevant year, not if it is consistent with the end day of the range specified in dwc:eventDate. In a non-leap year, the valid range is 1-365 inclusive, in a leap year 366 is also valid. This Test should be run after the series of Tests that assure that dwc:eventDate is populated, if possible (i.e., AMENDMENT_EVENTDATE_FROM_VERBATIM (6d0a0c10-5e4a-4759-b448-88932f399812), AMENDMENT_EVENTDATE_STANDARDIZED (718dfc3c-cb52-4fca-b8e2-0e722f375da7), and AMENDMENT_EVENT_DATE_FROM_YEARMONTHDAY (3892f432-ddd0-4a0a-b713-f2e2ecbd879d)). |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_DAY_STANDARD
| Label | VALIDATION_DAY_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/47ff73ba-0028-4f79-9ce1-ee7008d66498-2023-09-18 |
| Preferred Label | Validation dwc:day Standard |
| Information Elements Acted Upon | dwc:day |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:day is bdqval:Empty; COMPLIANT if the value of the field dwc:day is an integer between 1 and 31 inclusive; otherwise NOT_COMPLIANT. |
| Description | Is the value of dwc:day an integer between 1 and 31 inclusive? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:day="15": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:day is in range"], [dwc:day="32": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:day is not in range"] |
| Notes | This is part of a group of similar Tests (VALIDATION_DAY_INRANGE (8d787cb5-73e2-4c39-9cd1-67c7361dc02e), VALIDATION_STARTDAYOFYEAR_INRANGE (85803c7e-2a5a-42e1-b8d3-299a44cafc46), VALIDATION_ENDDAYOFYEAR_INRANGE (9a39d88c-7eee-46df-b32a-c109f9f81fb8)). |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_TAXONRANK_NOTEMPTY
| Label | VALIDATION_TAXONRANK_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/14da5b87-8304-4b2b-911d-117e3c29e890-2023-09-18 |
| Preferred Label | Validation dwc:taxonRank Not Empty |
| Information Elements Acted Upon | dwc:taxonRank |
| Expected Response | COMPLIANT if dwc:taxonRank is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:taxonRank? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:taxonRank="genus": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:taxonRank is bdqval:NotEmpty"], [dwc:taxonRank=" ": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:taxonRank is bdqval:Empty"] |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_TAXONRANK_STANDARD
| Label | VALIDATION_TAXONRANK_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/7bdb13a4-8a51-4ee5-be7f-20693fdb183e-2023-09-18 |
| Preferred Label | Validation dwc:taxonRank Standard |
| Information Elements Acted Upon | dwc:taxonRank |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:taxonRank is bdqval:Empty; COMPLIANT if the value of dwc:taxonRank is in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF TaxonRank Vocabulary" [https://api.gbif.org/v1/vocabularies/TaxonRank]} {"dwc:taxonRank vocabulary API" [https://api.gbif.org/v1/vocabularies/TaxonRank/concepts]} |
| Description | Does the value of dwc:taxonRank occur in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:taxonRank="kingdom": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:taxonRank has an equivalent in the bdqval:sourceAuthority"], [dwc:taxonRank="sp.": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:taxonRank does not have an equivalent in the bdqval:sourceAuthority"] |
| Notes | This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_MAXDEPTH_INRANGE
| Label | VALIDATION_MAXDEPTH_INRANGE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/3f1db29a-bfa5-40db-9fd1-fde020d81939-2023-09-18 |
| Preferred Label | Validation dwc:maximumDepthInMeters In Range |
| Information Elements Acted Upon | dwc:maximumDepthInMeters |
| Parameters | bdqval:minimumValidDepthInMeters,bdqval:maximumValidDepthInMeters |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:maximumDepthInMeters is bdqval:Empty or is not interpretable as a number greater than or equal to zero; COMPLIANT if the value of dwc:maximumDepthInMeters is within the range of bdqval:minimumValidDepthInMeters to bdqval:maximumValidDepthInMeters inclusive; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:minimumValidDepthInMeters default="0",bdqval:maximumValidDepthInMeters default="11000" |
| Description | Is the value of dwc:maximumDepthInMeters within the Parameter range? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:maximumDepthInMeters="1200": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:maximumDepthInMeters is in range (<11,000)"], [dwc:maximumDepthInMeters="99999": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:maximumDepthInMeters is not in range (>11,000)"] |
| Notes | The Challenger Deep in the Mariana Trench is the deepest known point in Earth's oceans at 10,994 meters below sea level. We have rounded up bdqval:maximumValidDepthInMeters. |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_STATEPROVINCE_FOUND
| Label | VALIDATION_STATEPROVINCE_FOUND |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4daa7986-d9b0-4dd5-ad17-2d7a771ea71a-2024-09-18 |
| Preferred Label | Validation dwc:stateProvince Found |
| Information Elements Acted Upon | dwc:stateProvince |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:stateProvince is bdqval:Empty; COMPLIANT if the value of dwc:stateProvince occurs as an administrative entity that is a child to at least one entity representing an ISO 3166 country-like entity in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "The Getty Thesaurus of Geographic Names (TGN)" {[https://www.getty.edu/research/tools/vocabularies/tgn/index.html]} |
| Description | Does the value of dwc:stateProvince occur in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:stateProvince="Florida": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:stateProvince found in bdqval:sourceAuthority"], [dwc:stateProvince="Taswegian": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:stateProvince not found in bdqval:sourceAuthority"] |
| Notes | Multiple values in the dwc:stateProvince field (whether to signify on a border or in a list of possibilities) will fail this Test. This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
VALIDATION_COUNTRYSTATEPROVINCE_UNAMBIGUOUS
| Label | VALIDATION_COUNTRYSTATEPROVINCE_UNAMBIGUOUS |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/d257eb98-27cb-48e5-8d3c-ab9fca4edd11-2024-09-18 |
| Preferred Label | Validation dwc:country dwc:stateProvince Unambiguous |
| Information Elements Acted Upon | dwc:country,dwc:stateProvince |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if the terms dwc:country and dwc:stateProvince are bdqval:Empty; COMPLIANT if the combination of values of dwc:country and dwc:stateProvince are unambiguously resolved to a single result with a child-parent relationship in the bdqval:sourceAuthority and the entity matching the value of dwc:country in the bdqval:sourceAuthority is an ISO 3166 country-like administrative entity in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "The Getty Thesaurus of Geographic Names (TGN)" {[https://www.getty.edu/research/tools/vocabularies/tgn/index.html]} |
| Description | Is the combination of the values of the terms dwc:country, dwc:stateProvince unique in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:country="Argentina", dwc:stateProvince="Rio Negro": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:country and dwc:stateProvince are unambiguous"], [dwc:country="", dwc:stateProvince="WA": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:country and dwc:stateProvince are ambiguous. Matches Western Australia, Washington State (US)"] |
| Notes | See table https://github.com/tdwg/bdq/issues/95#issuecomment-1226450014. A fail condition may arise from the content being internally inconsistent (not all of the information can be true at the same time), or from the vocabulary being incapable of uniquely resolving the combination of term values. This Test specifically does not consider the content of dwc:higherGeography. If dwc:country contains a value and dwc:stateProvince does not, this Test will return NOT_COMPLIANT. Use cases where knowledge to the level of country is adequate for the fitness of the data should not include this Test. @tucotuco: "Of #200 and #201, #201 is the strongest Test. If it passes for a record, #200 must necessarily also pass and doesn't tell you anything. If #201 fails, #200 could still pass and that would tell you that there are multiple matches on the dwc:country/dwc:stateProvince combo: It would tell you the nature of the problem. Along with #42 (dwc:country not empty), #200 would tell you whether there was an ambiguous combination of country (not empty) and dwc:stateProvince, such as would happen with Argentina/Buenos Aires. While if country is empty, then the ambiguity is purely at the dwc:stateProvince level". |
| Use Cases | bdquc:Spatial-Temporal_Patterns |
VALIDATION_SCIENTIFICNAMEID_COMPLETE
| Label | VALIDATION_SCIENTIFICNAMEID_COMPLETE |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/6eeac3ed-f691-457f-a42e-eaa9c8a71ce8-2023-09-18 |
| Preferred Label | Validation dwc:scientificNameID Complete |
| Information Elements Acted Upon | dwc:scientificNameID |
| Expected Response | INTERNAL_PREREQUISITES_NOT_MET if dwc:scientificNameID is bdqval:Empty; COMPLIANT if (1) dwc:scientificNameID is a validly formed LSID, or (2) dwc:scientificNameID is a validly formed URN with at least NID and NSS present, or (3) dwc:scientificNameID is in the form scope:value, or (4) dwc:scientificNameID is a validly formed URI with host and path where path consists of more than just "/"; otherwise NOT_COMPLIANT |
| Description | Does the value of dwc:scientificNameID contain a complete identifier? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:scientificNameID="urn:lsid:zoobank.org:act:17ADF24F-027F-44F6-9543-D3D0260CE79E": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:scientificNameID contains a URI and a namespace indicator"], [dwc:scientificNameID="Hakea decurrens ssp. physocarpa": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:scientificNameID does not contain a URI"] |
| Notes | If any single bdqval:sourceAuthority such as GBIF is used, a valid and complete dwc:scientificNameID based on an alternative source authority is unlikely to provide a valid match. A text or number string as a namespace indicator without a URI will be ambiguous. As an example, GBIF's backbone taxonomy dataset can be found at https://doi.org/10.15468/39omei. When referencing a GBIF taxon by GBIF's identifier for that taxon, use the the pseudo-namespace "gbif:" and the form "gbif:{integer}" as the value for dwc:scientificNameID. Note that GBIF currently uses "TaxonID" for this entity. The terms NID, NSS, and URN are all Uniform Resource Identifiers - see the Wikipedia (2024) reference. |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
VALIDATION_KINGDOM_NOTEMPTY
| Label | VALIDATION_KINGDOM_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/36ed36c9-b1a7-40b2-b5e2-0d012e772098-2024-01-28 |
| Preferred Label | Validation dwc:kingdom Not Empty |
| Information Elements Acted Upon | dwc:kingdom |
| Expected Response | COMPLIANT if dwc:kingdom is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:kingdom? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:kingdom="Fungi": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:kingdom is bdqval:NotEmpty"], [dwc:kingdom="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:kingdom is bdqval:Empty"] |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY
| Label | VALIDATION_SCIENTIFICNAMEAUTHORSHIP_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/49f1d386-5bed-43ae-bd43-deabf7df64fc-2024-02-04 |
| Preferred Label | Validation dwc:scientificNameAuthorship Not Empty |
| Information Elements Acted Upon | dwc:scientificNameAuthorship |
| Expected Response | COMPLIANT if dwc:scientificNameAuthorship is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:scientificNameAuthorship? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:scientificNameAuthorship="(Györfi, 1952)": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:scientificNameAuthorship is bdqval:NotEmpty"], [dwc:scientificNameAuthorship="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:scientificNameAuthorship is bdqval:Empty"] |
| Use Cases | bdquc:Alien-Species, bdquc:Taxon-Management |
VALIDATION_NAMEPUBLISHEDINYEAR_NOTEMPTY
| Label | VALIDATION_NAMEPUBLISHEDINYEAR_NOTEMPTY |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/ff59f77d-71e9-4eb1-aac9-8bd05c50ff70-2024-02-07 |
| Preferred Label | Validation dwc:namePublishedInYear Not Empty |
| Information Elements Acted Upon | dwc:namePublishedInYear |
| Expected Response | COMPLIANT if dwc:namePublishedInYear is bdqval:NotEmpty; otherwise NOT_COMPLIANT |
| Description | Is there a value in dwc:namePublishedInYear? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:namePublishedInYear="2024": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:namePublishedInYear is bdqval:NotEmpty"], [dwc:namePublishedInYear="": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:namePublishedInYear is bdqval:Empty"] |
| Use Cases | bdquc:Taxon-Management |
VALIDATION_ESTABLISHMENTMEANS_STANDARD
| Label | VALIDATION_ESTABLISHMENTMEANS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4eb48fdf-7299-4d63-9d08-246902e2857f-2024-02-08 |
| Preferred Label | Validation dwc:establishmentMeans Standard |
| Information Elements Acted Upon | dwc:establishmentMeans |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:establishmentMeans is bdqval:Empty; COMPLIANT if the value of dwc:establishmentMeans is in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Establishment Means Controlled Vocabulary List of Terms" {[https://dwc.tdwg.org/em/]} {GBIF vocabulary API [https://api.gbif.org/v1/vocabularies/EstablishmentMeans/concepts]} |
| Description | Does the value of dwc:establishmentMeans occur in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:establishmentMeans="native": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:establishmentMeans found in the bdqval:sourceAuthority"], [dwc:establishmentMeans="cultivated": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:establishmentMeans not found in the bdqval:sourceAuthority"] |
| Notes | This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Alien-Species, bdquc:Spatial-Temporal_Patterns |
VALIDATION_DEGREEOFESTABLISHMENT_STANDARD
| Label | VALIDATION_DEGREEOFESTABLISHMENT_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/060e7734-607d-4737-8b2c-bfa17788bf1a-2024-02-09 |
| Preferred Label | Validation dwc:degreeofEstablishment Standard |
| Information Elements Acted Upon | dwc:degreeOfEstablishment |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:degreeOfEstablishment is bdqval:Empty; COMPLIANT if the value of dwc:degreeOfEstablishment is in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Degree of Establishment Controlled Vocabulary List of Terms" {[https://dwc.tdwg.org/doe/]} {GBIF vocabulary API [https://api.gbif.org/v1/vocabularies/DegreeOfEstablishment/concepts]} |
| Description | Does the value of dwc:degreeOfEstablishment occur in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:degreeOfEstablishment="cultivated": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:degreeOfEstablishment found in the bdqval:sourceAuthority"], [dwc:degreeOfEstablishment="grown in garden": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:degreeOfEstablishment not found in the bdqval:sourceAuthority"] |
| Notes | This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Alien-Species |
VALIDATION_PATHWAY_STANDARD
| Label | VALIDATION_PATHWAY_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/5424e933-bee7-4125-839e-d8743ea69f93-2024-02-09 |
| Preferred Label | Validation dwc:pathway Standard |
| Information Elements Acted Upon | dwc:pathway |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:pathway is bdqval:Empty; COMPLIANT if the value of dwc:pathway is in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "Pathway Controlled Vocabulary List of Terms" {[https://dwc.tdwg.org/pw/]} {GBIF vocabulary API [https://api.gbif.org/v1/vocabularies/Pathway/concepts]} |
| Description | Does the value of dwc:pathway occur in the bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:pathway="transportStowaway": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:pathway found in the bdqval:sourceAuthority"], [dwc:pathway="escapee": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:pathway not found in the bdqval:sourceAuthority"] |
| Notes | This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Alien-Species |
VALIDATION_SEX_STANDARD
| Label | VALIDATION_SEX_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/88d8598b-3318-483d-9475-a5acf9887404-2024-02-09 |
| Preferred Label | Validation dwc:sex Standard |
| Information Elements Acted Upon | dwc:sex |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:sex is bdqval:Empty; COMPLIANT if the value of dwc:sex is in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF Sex Vocabulary" [https://api.gbif.org/v1/vocabularies/Sex]} {"dwc:sex vocabulary API" [https://api.gbif.org/v1/vocabularies/Sex/concepts]} |
| Description | Does the value of dwc:sex occur in bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:sex="Male": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:sex found in the bdqval:sourceAuthority"], [dwc:sex="f": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:sex not found in the bdqval:sourceAuthority"] |
| Notes | This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. For reference, a list of synonyms for dwc:sex values can be found at https://registry.gbif.org/vocabulary/Sex/concepts. |
| Use Cases | bdquc:Alien-Species |
VALIDATION_TYPESTATUS_STANDARD
| Label | VALIDATION_TYPESTATUS_STANDARD |
|---|---|
| Term Version IRI | https://rs.tdwg.org/bdqtest/terms/version/4833a522-12eb-4fe0-b4cf-7f7a337a6048-2024-11-11 |
| Preferred Label | Validation dwc:typeStatus Standard |
| Information Elements Acted Upon | dwc:typeStatus |
| Parameters | bdqval:sourceAuthority |
| Expected Response | EXTERNAL_PREREQUISITES_NOT_MET if the bdqval:sourceAuthority is not available; INTERNAL_PREREQUISITES_NOT_MET if dwc:typeStatus is bdqval:Empty; COMPLIANT if the value of the first word in each | delimited portion of dwc:typeStatus is in the bdqval:sourceAuthority; otherwise NOT_COMPLIANT. |
| Source Authorities/Defaults | bdqval:sourceAuthority default = "GBIF TypeStatus Vocabulary" {[https://api.gbif.org/v1/vocabularies/TypeStatus]} {dwc:typeStatus vocabulary API [https://api.gbif.org/v1/vocabularies/TypeStatus/concepts]} |
| Description | Does the value of dwc:typeStatus occur in bdqval:sourceAuthority? |
| Type | Validation |
| Resource Type | SingleRecord |
| Examples | [dwc:typeStatus="Holotype": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dwc:typeStatus found in the bdqval:sourceAuthority"], [dwc:typeStatus="cleptotype": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dwc:typeStatus not found in the bdqval:sourceAuthority"] |
| Notes | This Test must return NOT_COMPLIANT if there is leading or trailing whitespace or there are leading or trailing non-printing characters. |
| Use Cases | bdquc:Alien-Species |