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

emit URLs as URLs not literals #12

Open
VladimirAlexiev opened this issue Jul 17, 2024 · 0 comments
Open

emit URLs as URLs not literals #12

VladimirAlexiev opened this issue Jul 17, 2024 · 0 comments

Comments

@VladimirAlexiev
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant