You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to express arXiv categories in RDF (using SKOS) to express links between categories and publications and links between categories and other taxonomies as RDF triples. By now there is no official URI form for identifiers such as cs and cs.AI.
Describe the solution you'd like
Define clean and durable URIs such as https://arxiv.org/category/cs.AI or https://arxiv.org/category_taxonomy/cs.AI
Let those URIs resolve to anything but 404 (e.g. redirect with HTTP Status code 302 to https://arxiv.org/list/cs.AI/recent)
Maybe later add dedicated pages for each category URI and return RDF if requested (low priority)
The solution (1+2) is likely less then 10 lines of code:
Is your feature request related to a problem? Please describe.
I'd like to express arXiv categories in RDF (using SKOS) to express links between categories and publications and links between categories and other taxonomies as RDF triples. By now there is no official URI form for identifiers such as
cs
andcs.AI
.Describe the solution you'd like
https://arxiv.org/category/cs.AI
orhttps://arxiv.org/category_taxonomy/cs.AI
https://arxiv.org/list/cs.AI/recent
)The solution (1+2) is likely less then 10 lines of code:
Describe alternatives you've considered
https://arxiv.org/list/cs.AI/recent
as URIs: but these reference lists of publications not the categorieshttp://example.org/arxiv-categories/cs.AI
Additional context
In Wikidata there is https://www.wikidata.org/wiki/Property:P820 to express arXiv category but there is no https://www.wikidata.org/wiki/Property:P1921 like used for other identifiers.
The text was updated successfully, but these errors were encountered: