prefix.cc icon indicating copy to clipboard operation
prefix.cc copied to clipboard

Source code to the prefix.cc website

Results 19 prefix.cc issues
Sort by recently updated
recently updated
newest added

https://prefix.cc/latitude currently maps to two possible URLs. One of them is: https://www.w3.org/2006/vcard/ns#latitude# This is mal-formed, as URLs cannot contain multiple hash signs. I noticed when trying to parse https://prefix.cc/popular/all.file.ttl with...

The existing copy functionality that creates a copy button and handles onclick copy to clipboard does not work as intended (checked on multiple browsers). https://github.com/cygri/prefix.cc/blob/cbc85c00e59e00cf4fee697374109fdd9027231a/script.js#L82 I'm not sure exactly what...

This PR adds the Bioregistry (https://github.com/biopragmatics/bioregistry / https://bioregistry.io) to the list of tools using Prefix.cc. Short summary: the Bioregistry is also keeping track of prefixes useful in the biomedical domain...

Closes #24 Tested via https://regex101.com/ with PHP7.3+ selected. An alternative return value would be `(?=.{1,11}$)[a-z][a-z0-9]*(?:_[a-z0-9]+)?` and that would limit the whole prefix to 11 chars.

Underscore is a [valid](https://www.w3.org/TR/rdf-sparql-query/#rPN_CHARS) prefix char. I traced the necessary changes till: https://github.com/cygri/prefix.cc/blob/abe782e8223dc9959a5c089dfb135656dcc9cb3b/lib/namespaces.class.php#L157 and https://github.com/cygri/prefix.cc/blob/abe782e8223dc9959a5c089dfb135656dcc9cb3b/lib/site.class.php#L285 Would you be ready to merge a PR for that?

We already have ways of accessing all mappings through the links in the footer at http://prefix.cc/popular/all , but there are some problems with that: - A dump for backup/restore purposes...

feature

Love the project, but the outage of prefix.cc yesterday made me think: it might be useful to (from time to time) just take a snapshot that is off-site and publicly...

as [reported on G+](https://plus.google.com/u/0/+elfPavlik/posts/FNfM97Fot2x) > It might come useful to highlight in some way on prefix.cc, which of the listed URI as alternatives, lov.okfn.org assigns for given prefix. Currently link...

- Make clear that all data is considered public domain (cc0) - Have a link to [this](https://github.com/simenheg/rdf-prefix) somewhere

It's not at all obvious at the moment, and users evidently get confused by the lack of instructions.

feature