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

tei:relation in persons and places #1148

Open
dlschwartz opened this issue Aug 22, 2023 · 2 comments
Open

tei:relation in persons and places #1148

dlschwartz opened this issue Aug 22, 2023 · 2 comments

Comments

@dlschwartz
Copy link
Contributor

We have numerous open issues dealing with a range of things that fall into the category of how we should use the tei:relation element in persons and places.

First, the current situation for places:

  • Disambiguation
    • Places data model allows <note type="disambiguation"> to offer a prose description of two places that might be confused for one another but should be distinguished. See wiki.
    • Places data model also allows <relation name="share-a-name"> when two distinct places share a name but aren't the same place. See wiki.
  • Places data model also allows <relation name="see-also">

The current situation for persons [attr value formats below are regularized for simplicity]:

  • So far, tei:relation has mostly been used for disambiguation and connecting persons with places.
    • Relation to place: <relation @ref="has-relation-to-place | has-literary-relation-to-place">
    • Disambiguation: <relation @ref="different-from | possibly-identical">
  • Two records are also related using "skos:broadMatch" and "syriaca:sharesAttributionWith"

Update data to the following [substituting "#" with "http://syriaca.org/keyword/"]

  • Disambiguation. (See also, Place disambiguation #1052)
    • <note type="disambiguation"> --> <relation @ref="different-from"> [also allow value <relation @ref="possibly-identical">]
      • These new values will be available on persons and places.
    • <relation name="share-a-name"> --> <relation ref="share-a-name">
      • Used on places but not persons?
  • <relation name="see-also"> --> <relation ref="see-also">
    • Used only on places or should we allow this on persons too? I lean toward only places.

Additional schema development:

@dlschwartz dlschwartz self-assigned this Aug 22, 2023
@dlschwartz
Copy link
Contributor Author

See related issue: #1046

@davidamichelson
Copy link
Contributor

Example is person/444 #1082

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

No branches or pull requests

2 participants