acdh-oeaw / wboe-redaktionstool

MIT License
0 stars 0 forks source link

reference type "personal information" #91

Closed simar0at closed 2 years ago

simar0at commented 4 years ago

In GitLab by @Phil_ACDH on Jun 14, 2020, 18:27

At the moment, we don't have the possibility to enter references of the type "personal information" in the articles. There is a field "Querverweis auf Extern", but that's an <xr> tag which points to a website. It should be probably something like a <ref type="personal information"> (if that's possible), and we would need to use it in different positions in the article, such as

etymology:

flennen_Etymologie

<sense> fields in Bedeutung, Wortbildung, Redewendungen:

flennen_Redewendung

related to issue #53

simar0at commented 4 years ago

In GitLab by @iljackb on Jun 15, 2020, 12:10

We do already have this it's in the ODD /artikel/802_tei_odd/WBOE-ODD.html#TEI.ref though in the previous discussions we had "persönlich" instead of "Auskunft", e.g.

<ref type="bibl" subtype="personal">
 <persName>Jakob Ebner</persName>
 <lbl>persönlich</lbl>
 <date type="accessed">18.02.2019</date>
</ref>

So we could change it to if you want:

<ref type="bibl" subtype="personal">
 <lbl>Auskunft</lbl>
 <persName>Jakob Ebner</persName>
 <date type="accessed">18.02.2019</date>
</ref>

But it should be there under @subtype="personal" but if you prefer we could change the value to "auskunft"...

(Note that this is a reminder that the tools should be using the ODD and schema that was made for and has already documented these things!)

simar0at commented 4 years ago

In GitLab by @Phil_ACDH on Jun 16, 2020, 11:55

OK, thanks @iljackb for clearing this!

@hcbreuer79, would it be possible to integrate this into the Redaktionstool?

Thanks!