Open robons opened 1 year ago
The csvwcheck.normalisation.InheritedProperties.normaliseUriTemplateProperty function validates aboutUrl, propertyUrl and valueUrl fields inside a CSV-W; these values should contain URI templates following the RFC6570 specification.
aboutUrl
propertyUrl
valueUrl
The code only validates that the value is a string, but could do more:
The csvwcheck.normalisation.InheritedProperties.normaliseUriTemplateProperty function validates
aboutUrl
,propertyUrl
andvalueUrl
fields inside a CSV-W; these values should contain URI templates following the RFC6570 specification.The code only validates that the value is a string, but could do more: