-
Notifications
You must be signed in to change notification settings - Fork 71
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
[DOCS] Establish an ontology for maintaining URIs used in core Islandora vocabularies #2279
Comments
We've done a lot of work making islandora work with whatever URIs you want. That is, the URIs are not in code, they are in config, and the resulting behaviour is also determined by config. Are you proposing that we start to hardcode, in workbench or other places, behaviours that are currently configurable so that they are no longer configurable? |
No, I am not proposing hardcoding anything. I am proposing that we have an open process for adopting (and documenting) new default URIs when needed so we can choose URIs that will work in a wide variety of contexts. Within a specific Drupal instance, configuring a local or preferred URI is harmless. If a site admin wants to deviate from the default URI for some reason when the term means exactly the same thing to site A as it does to site B, that's on them (although I'd be interested in hearing the justification for someone changing a default URI for a term provided that the URI wasn't overtly offensive in some way). Workbench can be configured (in most cases, I'd have to check to see if/where any have been literally hard coded) to use non-default URIs for terms, but Workbench is a tool we have complete control over. The real benefit of using standardized URIs really comes into play with external tools that we have less or no control over, and in repository aggregation, where the aggregators can assume that all (non-locally modified) Islandora instances use a given URI for a given term. I don't understand IIIF enough to provide a specific example, but I can imagine a researcher wanting to use a standard IIIF viewer to compare two versions of the same page, one of which is hosted at an Islandora repository. I doubt the researcher is going to bother to ask the Islandora repo's manager what the URI for the Media Use "transcript" term is. Related to aggregation is Islandora repositories participating in the broader Linked Data world. But, it's totally possible that literally nobody really cares about that. Edit: added "and documenting" to my second sentence. |
There is this related issue too #1318 |
IMHO.
These opinions are my own and only worth the paper they were written on. What's paper you ask? Oh children gather around and let me tell you of the joys of tractor-feed perforations. |
@whikloj a plausible example of a term that is likely to "lose traction" for EDI reasons (and that we currently use as a default in the Media Use vocabulary) is |
Sorry if this issue is not strictly "Documentation", but I couldn't think of a better issue category to choose.
In Islandora's core vocabularies, namely Islandora Media Use, Islandora Models, and Islandora Display, all terms are assigned a unique URI in their "External URI" /
field_external_uri
field. These are used both within Islandora's code and also by external tools/systems such as Islandora Workbench. Workbench allows the use of a term's URI to get the term's internal, Drupal-instance-specific term ID, which vary across Drupal instances and that cannot be queried by external tools consistently across Drupal instances by any other means.I would like to propose discussion around a community process for maintaining these URIs, for example for adding new terms and their accompanying URIs as new use cases and capabilities arise, and deprecating URIs that are no longer useful to us or that lose traction within the larger GLAM community. For example, this thread in Slack indicates that we do not have a universally accepted term URI for hOCR media in the Islandora Media Use vocabulary.
If we allow URIs for terms that are actionable (which includes all of the terms in the three vocabularies I name above) to diverge across Islandora instances, we will lose the value of shared Drupal code, shared external tools such as Workbench (and others that do not yet exist, such as reporting tools), cross-repository aggregation, and leveraging Linked Data.
Finally, I will point out that in Islandora 7, we maintained https://github.com/Islandora/islandora_ontology. In that context, most of the standardization in URIs (or lack of standarization) was hidden in RELS-* datastreams and defined by core solution packs, but because Islandora 2 replaces RELS-* with standard Drupal taxonomies, we need to mitigate drift in the low-level plumbing at the core of Islandora by ensuring that we use shared URIs for actionable vocabularies.
The text was updated successfully, but these errors were encountered: