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

HDT format identifier uses only HDT version. #43

Merged
merged 1 commit into from
Dec 9, 2016

Commits on Dec 5, 2016

  1. HDT format identifier uses only HDT version.

    Starting with 1e23041, HDT files were being written
    with a format IRI of http://purl.org/HDT/hdt#HDTv1-1-2.
    This unnecessarily breaks compatibility with existing HDT libraries,
    which expect the version URL to be http://purl.org/HDT/hdt#HDTv1.
    Since the version number indicates HDT_version.index_version.release,
    only the first component matters to the HDT file itself.
    This commit reverts the version IRI to http://purl.org/HDT/hdt#HDTv1,
    restoring backward compatibility with other HDT libraries.
    It also reverts the version detection code to simple equality.
    
    Partially reverts 1e23041.
    RubenVerborgh committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    043b2d6 View commit details
    Browse the repository at this point in the history