In the example RO Crate below, the FormalParameter "#input_name" references a workExample "#THISDOESNOTEXIST". As the name suggests, there is no corresponding PropertyValue with this name in the crate.
I think the validation should fail in this case, but it currently does not account for missing workExamples.
In the example RO Crate below, the
FormalParameter
"#input_name" references aworkExample
"#THISDOESNOTEXIST". As the name suggests, there is no correspondingPropertyValue
with this name in the crate. I think the validation should fail in this case, but it currently does not account for missing workExamples.Example