Skip to content
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

List of versions #357

Open
JuergenGrupp opened this issue Oct 7, 2024 · 1 comment
Open

List of versions #357

JuergenGrupp opened this issue Oct 7, 2024 · 1 comment

Comments

@JuergenGrupp
Copy link
Collaborator

Very often a work is derived into a set of versions. While isVersionOf can describe the relation that exactly two EditorialObjects have, we also need a list of derived versions from a source in everyday's work. This list is hard to extract from a set of isVersionOf relations, that might even be hierarchichal. You need to "follow" a chain of versions in the worst case. It would be practical to identify a source version and then link all derived content to it, even if the versions have evolved over several generations of intermediate versions.
Therefore, I propose to introduce a class EditorialVersions that is referenced from the source with hasVersions´ and from the targets with isEditorialVersionOf. Individual EditorialObjects can still be linked with isVersionOf to point to the direct ancestor.

Please comment!

@JuergenGrupp
Copy link
Collaborator Author

EBUCorePlus Editorial Committee: a more generic approach to version control is recommended. Replace the isVersionOf relation by a generic VersionControl-Class that describes, eg. the source, the target, the version number, the editor, the editing date, the applied changes ... for any type of class, not only EditorialObjects.
But we need to obeye the idea of business impact. If the change is not the reason for different handling in the business process then it does not need to be documented and no new instance has to be created. Always ask ourselves, whether the source object needs to "survive" or not.
The desired list of versions from a source could then be generated with a SPARQL-Query, even spanning multiple version steps.
Have a look at the ontology of "variants". It is similar to branches in a source versioning system. Check out this link for further exploration:
https://support.isan.org/hc/en-us/articles/360002783131-Records-relations-and-hierarchies-in-the-ISAN-Registry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant