scriptotek / mc2skos

Command line script for converting Marc21 Classification and Authority records to SKOS/RDF
The Unlicense
21 stars 4 forks source link

Decide on URI format from dewey.info #11

Closed nichtich closed 7 years ago

nichtich commented 8 years ago

related to #5 and #2

In my opinion the default (if no option --scheme was given) should be to emit URIs as they were given at dewey.info. To document the choice of URIs I wrote the following paragraph. I am posting it here to discuss whether we can agree on this choice.


DDC URI format

The choice of common URIs is the most important decision because it allows connection of data from multiple sources. The URIs for DDC, as described by Mitchell and Panzer (2013), follow a general pattern with URIs for classes, tables, table numbers, and editions among other parts. URIs for classes and table numbers can further be refined with an edition or date (e.g. http://dewey.info/class/641/2009/, http://dewey.info/class/641/e22/, and http://dewey.info/class/641/e23/2012-08/) and some URIs have an alternative form (e.g. http://dewey.info/class/T2--162/). To minimize the number of possible URIs, only the following URIs should be used:

Note that language editions have no distinct URIs on purpose. The URI format for particular editions of DDC only works until the 23rd edition because this will probably be the last. When OCLC moves from editions to another numbering scheme, this needs to be reflected in an update of this guideline.


danmichaelo commented 8 years ago

I have no problems with having the dewey.info pattern as default! I'm incorporating it into the rewrite branch now.

danmichaelo commented 7 years ago

Since the rewrite branch was merged quite some time ago, I'm closing this issue. The (new) current default URI pattern is documented on https://github.com/scriptotek/mc2skos#uris . Feel free to re-open the issue if there's more to discuss.