gbv / jskos

JSKOS data format for Knowledge Organization Systems
https://gbv.github.io/jskos/
39 stars 5 forks source link

illustrative images (primary vs secondary) #95

Closed VladimirAlexiev closed 5 days ago

VladimirAlexiev commented 4 years ago

Getty and CHIN Nomenclature (#94) have some images that illustrate concepts. How can JSKOS represent this?

nichtich commented 4 years ago

See field depiction (mapped to foaf:depiction). The spec further says

Applications MAY limit the fields notation and/or depiction to lists of a single element or ignore all preceding elements of these lists

so applications can choose to have at most one image per concept. Additional information about an image (size, license...) is out of the scope of JSKOS.

VladimirAlexiev commented 4 years ago

I was just about to say "stupid question" :-) Saw it in https://gbv.github.io/jskos/context.json as used in https://github.com/gbv/coli-conc-licenses/blob/master/licenses.json and rendered at https://coli-conc.gbv.de/publications/licenses/ ("Badge").

How do you handle primary vs secondary images?

depiction: {
  @id: "http://xmlns.com/foaf/0.1/depiction",
  @type: "@id",
  @container: "@set"
}
nichtich commented 4 years ago

There is no distinction between primary vs secondary images. I'd expect multiple images to interchangeably illustrate a think: a client can choose whether to show any, all or none of the images listed in depiction. Our main client Cocoda does not support images because our vocabularies don't include images yet.

nichtich commented 4 years ago

Including images often comes with license requirements. Maybe it's better to change JSKOS by addition of a richer Image data type, e.g. such as specified by IIIF. We could name it image and deprecate depiction. See also https://github.com/gbv/wikidata-jskos/issues/57

nichtich commented 5 days ago

JSKOS 0.5.1 (2023-07-03) introduced a new field media, this should support all needs. If not, it is better addressed in IIIF standard.