Auden-Musulin-Papers / amp-app

https://amp.acdh.oeaw.ac.at
MIT License
0 stars 2 forks source link

how can links to other documents and to external websites be displayed in the context of `bibl` in `desc` in `interp`? #137

Closed timofruehwirth closed 6 months ago

timofruehwirth commented 7 months ago

eg doc 0001:

our current solution (we want URL displayed):

                        <bibl sameAs="https://www.ogl.at/programm/aktuelles-programm/archiv/1963/5">
                           <title>Programm</title>
                           <orgName ref="#amp_organization_9"/>
                        </bibl>
linxOD commented 7 months ago

added some handling see #130 currently bibl is expected to have a title. In any case a link symbol with a link are added.

linxOD commented 6 months ago

I would not use @sameAs when pointing to an external source. In the above scenario the @source attribute would be a better fit. In case you are refering to an interal ID the sameAs might is ok.

timofruehwirth commented 6 months ago

thank you, we have added a title and changed @sameAs to @source for the bibl we still need the name of the organization displayed as fetched from Baserow

linxOD commented 6 months ago

We should probably discuss the fetching data from baserow (which is actually fetching data from the TE/XML Index files) part. The main questions is: if entities that are only mentioned in the metadata on not by author(s), should become part of TEI/back? So far the tei:back element only contains entities mentioned by author(s).

timofruehwirth commented 6 months ago

works now, thank you, resolved