tdwg / bdq

Biodiversity Data Quality (BDQ) Interest Group
https://github.com/tdwg/bdq
43 stars 7 forks source link

TG2-VALIDATION_LICENSE_NOTEMPTY #99

Open iDigBioBot opened 6 years ago

iDigBioBot commented 6 years ago
TestField Value
GUID 15f78619-811a-4c6f-997a-a4c7888ad849
Label VALIDATION_LICENSE_NOTEMPTY
Description Is there a value in dcterms:license?
TestType Validation
Darwin Core Class Record-level
Information Elements ActedUpon dcterms:license
Information Elements Consulted
Expected Response COMPLIANT if dcterms:license is bdq:NotEmpty; otherwise NOT_COMPLIANT
Data Quality Dimension Completeness
Term-Actions LICENSE_NOTEMPTY
Parameter(s)
Source Authority
Specification Last Updated 2023-09-18
Examples [dcterms:license="CC0 1.0": Response.status=RUN_HAS_RESULT, Response.result=COMPLIANT, Response.comment="dcterms:license is bdq:NotEmpty"]
[dcterms:license=" ": Response.status=RUN_HAS_RESULT, Response.result=NOT_COMPLIANT, Response.comment="dcterms:license is bdq:Empty"]
Source
References
Example Implementations (Mechanisms)
Link to Specification Source Code
Notes The license at the record level might be derived from the license of the data set from which the record is retrieved
iDigBioBot commented 6 years ago

Comment by Lee Belbin (@Tasilee) migrated from spreadsheet: Added post scoring for consistency

godfoder commented 6 years ago

If this test is kept, it should probably be dc:license?

ArthurChapman commented 6 years ago

This has been labelled non-core, but discussions at Gainesville suggested it was a good test. We disn't disscuss Sunday TDWG208 - should we re-install or not?

Tasilee commented 6 years ago

This one has greater significance than #103

chicoreus commented 6 years ago

Correcting namespace for license in information element s/dc/dcterms/

This may require renaming the test. See the Darwin Core RDF guide for discussion of use of dcterms:license for non-literals (IRIs to resources) and xmpRights:usageTerms for literals.

ArthurChapman commented 6 years ago

Corrected dc:license to determs:license throughout

Tasilee commented 1 year ago

Splitting bdqffdq:Information Elements into "Information Elements ActedUpon" and "Information Elements Consulted".

Also changed "Field" to "TestField", "Output Type" to "TestType" and updated "Specification Last Updated"