gbv / cocoda

A web-based tool for creating mappings between knowledge organization systems.
https://coli-conc.gbv.de/cocoda/
MIT License
39 stars 5 forks source link

Show license for non-free terminologies #62

Closed nichtich closed 6 years ago

nichtich commented 6 years ago

DDC translations are licensed under CC-BY-NC-ND (e.g. https://deweysearchde.pansoft.de/ and https://deweysearchno.pansoft.de/). This is a very restrictive license but we might show the DDC unchanged nevertheless and we would not be the first (see http://data.ub.uio.no/skosmos/ddc/en/ and http://vocab.phaidra.org/skosmos/dewey/de/ top levels only). The license for German DDC is http://creativecommons.org/licenses/by-nc-nd/3.0/. Free terminologies use http://creativecommons.org/publicdomain/zero/1.0/. We can hard-code and include badges of known licenses to show:

stefandesu commented 6 years ago

CC BY-NC-ND requires attribution. How should we integrate that into the JSKOS format and into Cocoda?

nichtich commented 6 years ago

In short we need to make sure that all items with CC-BY-* licenses have a creator or publisher field to show (creator if given, publisher otherwise). For DDC this would be:

{
  "uri": "http://d-nb.info/gnd/1086052218",
  "prefLabel": { "de": "OCLC" },
  "altLabel": { "de": ["OCLC Online Computer Library Center"],
  "url": "https://www.oclc.org/"
}