I have trouble validating my crate due to the second term at
|
if utils.is_url(license[0]) and utils.get_norm_value(entity, "@id")[0] != "./" and utils.get_norm_value(entity, "@id")[0] != "ro-crate-metadata.json": |
It excludes the root data entity but shouldn’t only
ro-crate-metadata.json be excluded?
I have trouble validating my crate due to the second term at
ro-crate-validator-py/src/rocrateValidator/semanticCheck.py
Line 581 in c3c5c18
ro-crate-metadata.jsonbe excluded?