Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Validate URI templates #109

@roblinksdata

Description

@roblinksdata

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.

The code only validates that the value is a string, but could do more:

  • Check that the URI template is valid according to the RFC6570 specification.
  • Check that the variables used within the template are appropriate column names or standard variables defined in the CSV-W spec (see URI templates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions