-
Notifications
You must be signed in to change notification settings - Fork 5
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
persName vs. orgName #18
Comments
And if |
That's exactly what I am doing. You'll find several
I don't think it's really necessary for CMIF because for automated processing we rely on the IDs only, not the name strings (don't we?) |
Makes sense. So |
When I look at the WEGA beacon, I can hardly see any doubt for a human reader as to whether the correspondent is a person or an organization. In my opinion, this is actually a processing problem within the edition. In the few cases, which actually have an "unknown" sender, one can choose |
Thinking about this a bit more: Also using In these cases I would propose to keep the respective |
From the perspective of validating CMIF (@StefanDumont does that for correspSearch), I would suggest it is easier to infer from a special fixed value ('NN|unknown|…'?) in |
From my perspective it'd be totally ok to have a "missing" element indicating an unknown entity – since we assume that every correspAction (in CMIF) is a communicative event with at least one agent, place and date. So missing information equals unknown. Whether this is considered harder to validate depends on the workflow, imho. That said, I do not feel strong about it (i.e. missing elements) but wouldn't want a magic token within |
The problem with missing elements is:
So I would prefer to have at least a |
Just because I had to look it up for one of our editions: In a similar question, a note in https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-author.html specifies:
Here, we don’t have a wrapper element such as Edge case: Letters to a broader public, where the recipient is unspecified. How many recieving |
@skurzinz I guess you've added some elements with brackets in your reply? Those disappear if you do not mark them as code. |
Thanks for notifying, edited. |
@skurzinz actually we do have a wrapper, that is The problem with <correspAction type="sent">
<name>Unknown</name>
<name>Unknown</name>
<date when="2023-05-08" />
</correspAction> Does this mean that both the sender and the place are unknown, or is it a letter from two unknown persons?
|
@rettinghaus you are right, I did not think about that. My bad. |
@skurzinz @rettinghaus I think it would be okay, if noted properly in the documentation. As @rettinghaus stated:
Since |
What to do when it is unclear if the addressee is a person or an organization (which is often the case with some publishers)?
Is usage of
<name>
preferable in those cases?The text was updated successfully, but these errors were encountered: