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

Possibly date witnesses by aggregation from inscriptions #5

Open
gerritbruening opened this issue Sep 27, 2018 · 5 comments
Open

Possibly date witnesses by aggregation from inscriptions #5

gerritbruening opened this issue Sep 27, 2018 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@gerritbruening
Copy link
Contributor

Example:
http://dev.faustedition.net/macrogenesis/2_IV_H.22

It has turned out that mere links are not enough to avoid confusion.
Datings of inscriptions are, as it were, sub nodes of witnesses. Is it possible to aggregate those inscriptions to somehow obtain directly visible absolute datings (it doesn't make sense to aggregate mere relative chronological order of inscriptions, of course).
It is clear that we will end up with two or more intervals in many cases, for example notBefore and notAfter ones each of which refers to different inscriptions. But I am not sure whether this would make an aggregation impossible from the start.

@gerritbruening gerritbruening added the question Further information is requested label Sep 27, 2018
@thvitt
Copy link
Member

thvitt commented Sep 27, 2018

There are two general issues at hand here which we should discuss

  1. Adjusting the graph to introduce relationships before we perform conflict resolution and sorting. This could, e.g., mean:
    a) introduce a directed, non-ignored edge from each inscription to its corresponding witness, indicating that all inscriptions happen before the witness is dated
    b) copying, or
    c) moving all outgoing edges from the inscription to the witness (if we don’t do a, then copy also all ingoing edges)
    Of course this might introduce inappropriate or conflicting edges depending on

  2. Improving only the additional date span inference, which, of course, only works after all cycles have been removed. E.g., we could do the following:

    • calculate the explicit and inferred absolute datings for each reference (already happens)
    • for each witness that is linked to at least one inscription and copy the earliest start and the latest end date of the inscriptions to the witness, unless the witness already has an explicit absolute dating for this.

    Of course, this step mostly only makes sense when we don’t implement 1b or 1c.

  3. if we do so much inference on the inferred time span (i.e. 2.), we should think about how we could integrate the span as secondary or tertiary criterion into the ordering

@gerritbruening
Copy link
Contributor Author

@dietmarpravida have you seen this?

@thvitt
Copy link
Member

thvitt commented Sep 27, 2018

Decision: copy the 'outer' dating links from the inscriptions to the witness while preparing the base graph

thvitt added a commit that referenced this issue Sep 27, 2018
@gerritbruening
Copy link
Contributor Author

model-inscription is hard to understand at first glance. What does it mean, can we find a better label, perhaps?

@thvitt
Copy link
Member

thvitt commented Sep 28, 2018

#7

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

No branches or pull requests

3 participants