Skip to content

emit URLs as URLs not literals #12

Description

@VladimirAlexiev
describe <https://linkedpaperswithcode.com/paper/a-new-gastric-histopathology-subsize-image>

returns anyURI literals:

  fabio:hasURL "https://arxiv.org/pdf/2106.02473v6.pdf"^^xsd:anyURI;
  <https://linkedpaperswithcode.com/property/hasURLAbstract> "https://arxiv.org/abs/2106.02473v6"^^xsd:anyURI;

The only case where this is better than real URLs is if these may be invalid URLs (eg with spaces or unescaped special chars).
But this is not the case for arxiv: so please change them to real URLs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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