ropensci / RNeXML

Implementing semantically rich NeXML I/O in R
https://docs.ropensci.org/RNeXML
Other
13 stars 9 forks source link

Add support for using prefix.cc for resolving new prefixes to namespace URIs #113

Open hlapp opened 9 years ago

hlapp commented 9 years ago

At present the user has to provide the namespace URI for prefixes used in metadata attributes. But for well-known prefixes, the package could leverage the crowd-sourced resource prefix.cc. (I've also just registered the prefix nex there).

cboettig commented 9 years ago

nice, that's a great idea. presumably this might be used if no prefix was supplied, and otherwise supplying a prefix would allow a user to override the default?