Open rosiel opened 5 years ago
I think we have two separate use-cases here.
Was this ticker resolved by the controlled_access_term module or is this still a desired feature?
No. This has not be implemented in Islandora 8 or Controlled Access Terms.
As I mentioned, I do have a solution in ArchivesSpace-Drupal, but I don't know that people will want to install that module just for the typed string field. It could be pulled out as a separate module if folks really want it despite the complications I mentioned in my last comment.
I'm more concerned about management and interfaces. I mean, I understand that with some interstitial layers (including conditionals, and maybe some widgets), we might be able to make something useable. But is it more "Drupally" to make this many separate fields?
(I'm not just brainstorming! I'm trying to implement the Datacite Spec, and most of these are present there.)
This is too many fields to present in a form to a user, and not fun to configure in displays either.
@rosiel for identifiers I would probably use the first solution I described: building a "typed identifier" widget and formatter (for data entry and display, respectively) but storing the value as a concatenated string rather than the second option of creating a new field type (or the implied third option of creating a whole bunch of fields).
Putting in my support for this feature as an option to facilitate multilingual metadata tagging.
I think part of this got discussed/referenced in the Islandora8 Slack channel and then moved to the new #multilingual slack channel, but I wanted to highlight/capture a few things here.
I'm wary of something like this being used for multilingual metadata tagging. I think the overall consensus on the Slack channel was maybe that this field type is not really for that. Handling multilingual metadata with this sort of field type with type=English and type=French seems to conflate multiple issues/problems.
I'm in favor of exploring this field type and the best way to make it happen. I have questions about the implications of storing the whole thing as a string for: indexing, interoperability as linked data, and reuse/mapping outside Islandora such as via OAI-PMH or any kind of "generate" citation functionality, etc.
A metadata administrator-level user needs to easily be able to add new types for a given field. When I think of how I'd expect to do this in a system with taxonomies (including taxonomies for other system behavior), I imagine creating an "Identifier type" taxonomy for use with my Typed Identifier field (instance of Typed String field type), or a "Note type" taxonomy for use with my Typed Note field (another instance of Typed String field).
A metadata administrator-level user needs to easily manage the URI predicate(s) associated with each type. Ideally the predicate(s) for the type are used to generate the RDF for a statement of "object - predicate - stringliteral"
The field type should support empty or blank type for cases where it's just a general note or some random identifier. (Under the hood this could be "Typed String field named Note with default type = note"). Otherwise you end up having to create a separate text field for the values without a known specific type, which complicates or breaks indexing/searching on "notes", etc.
So how do we move this forward? I personally believe this is a decision that should be made by Islandora end-users (metadata folks, to over-generalize) and that the software folks should implement that spec decision. If folks agree with that approach, can this go to ICC and/or the Metadata Interest Group for a decision? Then an issue could be written up, and the work could be done in an upcoming sprint. My personal belief is that Islandora will be better if this decision is made by non-developers, because the correct solution here is what represents the data most correctly, not what technical solution is most appealing.
CC @manez @dannylamb @dara2
Kristina's comment, along with my original issue description, cover my interpretation of the discussions, needs, and decisions expressed in the MIG [1], [2] and if I recall correctly, the User Call. As for a ticket... how about this one right here? It highlights several use cases, describes reasons for wanting them, and outlines a technical solution that nobody has said is not possible. If there's a feeling that it's important, I can bring the issue of not being able to alter the indexing relevancy by the value of 'type' to the next MIG meeting (IMO it is minor, nonetheless, it is useful to know the kinds of limitations/drawbacks that may not be otherwise obvious from a particular implementation).
(BTW, the MIG does have a document coming up requesting changes to Defaults with regard to technical metadata.)
Then I'll rephrase my question with Rosie's last comment as the context: how do we move this from talk to action, if this has been blessed as a thing that Islandora should do/support?
Does this go to ICC for placement onto our roadmap, and/or on to the i8 Committers for implementation planning and execution? Or do we just wait until this organically is implemented as part of a specific institution's work, and just take what we can get because they're doing it as volunteers, even if it doesn't match the spec that Rosie and Kristina have laid out?
I'm thinking that along the lines of the "typed relation" (in which an entity may be related to an object as author, contributor, photographer, etc), we could probably used a "typed string" field. My first use case would be an "Identifier" field. Each Identifier would contain a string field and a taxonomy dropdown. The user would enter the identifier (e.g. 9784567890123) as a free-text string, and select a type (e.g. ISBN or ISSN or LCCN etc.) from the dropdown.
This could also be used for notes with types (coming from MODS), and probably others.