Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable the LightRDF-based RDF/XML check. #928

Merged
merged 2 commits into from
Nov 24, 2023

Commits on Sep 26, 2023

  1. Re-enable the LightRDF-based RDF/XML check.

    The ODK used to have a validation check that ensured that RDF/XML files
    were valid. The check was based on LightRDF, whichwas fast enough to
    make it possible to enable the check by default.
    
    We had to disable that check because of a bug in LightRDF that caused
    the library to sometimes fail to parse perfectly valid RDF/XML files
    (#745). That bug has been fixed, so now we can re-enable the check by
    default.
    
    The check-rdfxml script is now invoked by default, and by default is
    uses the fast LightRDF-based check. A new ODK option is added
    (extra_rdfxml_checks): when enabled, it instructs the check-rdfxml
    script to *also* perform the Jena- and RDFLib-based checks (which are
    not enabled by default as they are more time-consuming).
    gouttegd committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2cbc449 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    891dc57 View commit details
    Browse the repository at this point in the history