metaphacts / linkedpaperswithcode

Code for generating Linked Papers with Code a high-quality RDF knowledge graph with metadata about the machine learning landscape.
https://linkedpaperswithcode.com
MIT License
3 stars 0 forks source link

emit URLs as URLs not literals #12

Open VladimirAlexiev opened 3 months ago

VladimirAlexiev commented 3 months ago
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.