Skip to content

Missing base and vartrans prefix declaration in RDF output of https://en-word.net/ #29

@jmkeil

Description

@jmkeil

Hi. The RDF output of https://en-word.net/ is missing a declaration of

  1. the prefix vartrans, and
  2. the base.

For example, in https://en-word.net/ttl/lemma/case the following declarations are missing:

@prefix vartrans: <http://www.w3.org/ns/lemon/vartrans#> .
@base <https://en-word.net/lemma/case> .

Due to problem 1, the RDF files can not be parsed.

Due to problem 2, the identifiers of all contained resources differ based on the location it is loaded from: For example, if loaded from its original location https://en-word.net/ttl/lemma/case, the relative identifier <#case-n> expands to <https://en-word.net/ttl/lemma/case#case-n> (note the contained ttl/), if downloaded beforehand, it might expand to <file:/C:/Users/jmkeil/Downloads/case#case-n>. Both differs from the (intended) identifier in the dump: <https://en-word.net/lemma/case#case-n> (without ttl/).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions