-
Notifications
You must be signed in to change notification settings - Fork 0
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
populate rights-related information on collection level automatically #42
Comments
There are only two options available:
Both options are fine for me but I guess curators prefer the latter.
Indeed we can't as this will be class-dependent. While it is no a concern for a doorkeeper, it is for the checks performed by the metadata crawler. Peter's proposal to change these property cardinalities to 0-n on (Top)Collections would indeed solve the issue on the technical level. |
Is there also a third option? That nothing happens in ingestion, if you already provide metadata? This is how other "Automated Fills" work.. if you do you, then doorkeeper leaves it as it is, if you have nothing, it adds it for you. Since we cannot simply add the Automated Fill label we should mention this in the description, or add a note of some sort (if that is possible). So that it is clear that these properties are never empty (even though that the cardinality would be 0) |
For some yes, for some it's always overwritten. The problem with approach you (@sstuhec) propose is that that way the doorkeeper will never refresh once generated values, even if the corresponding property values in (Top)Collection children are changed. This is because it has no way to tell if the existing values originally come from the doorkeeper (and thus should be refreshed) or from a metadata curator (and should be kept intact). Long story short the automation will only work on the initial ingest. So it will be useless e.g. for Peter's resource-level-versioning collections which are by design selectively updated over a longer time period. But do we have a counterexample where we would like to intentionally skip one of the child resource owners/rightsHolders/etc. from the (Top)Collection owners/rightsHolders/etc. list? By the way, what is a semantic of those properties on the (Top)Collection level really? |
The semantic has been discussed, in the end we decided that for these properties we just accumulate everything that appears within the (Top)Collection, just like for Linceses (summary) and Access (summary). It is only different for Creators, because obviously we are not going to name all "has no name" creators. So, generally, the 2 options that you mention should always work. I just wanted to see, how determining we have to be/how open for curation we could leave it. So far we did not have a problem there, however, you never know - especially because these properties on the TopCollection level are mentioned in the deposition agreement and usually the depositors fill them out themselves in the metadata spreadsheet (I presume the way they intent them to be). I understand what you mean, so, I would go for the second/union option, but I don't exactly understand, how this can then work (because when refreshing it would also not be clear where the original comes from, or)? |
With the refresh the problem is only with dropping values. Dropping a value requires a manual curation but if the metadata curator solely relies on automatically generated summary, then he can do the kinda-manual-curation but always providing |
Currently acdh:hasOwner; acdh:hasRightsHolder and acdh:hasLicensor are mandatory on Resource AND (Top)Collection level
Ideally
unlike acdh:hasLicenseSummary the (Top)Collection should list all related object and not summarize them as with hasLicenseSummary
@sstuhec approves this as it would make data curation much easier (and less error prone)
@zozlak said it's technically doable
maybe to discuss how to express this in the ontology as we can't easily mark them as Automated Fill? and if they are marked optional for (Top)Collections, how should doorkeeper deal with any properties provided by the arche-metadata file. Ignore/delete those or merge them with the information from the child resources.
The text was updated successfully, but these errors were encountered: