-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
illustrative images (primary vs secondary) #95
Comments
See field
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. |
I was just about to say "stupid question" :-) How do you handle primary vs secondary images?
depiction: {
@id: "http://xmlns.com/foaf/0.1/depiction",
@type: "@id",
@container: "@set"
} |
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 |
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 |
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. |
Getty and CHIN Nomenclature (#94) have some images that illustrate concepts.
How can JSKOS represent this?
The text was updated successfully, but these errors were encountered: