Skip to content

Inconsistencies in "connections" to external concepts #72

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

Open
ingoboerner opened this issue Oct 30, 2024 · 2 comments
Open

Inconsistencies in "connections" to external concepts #72

ingoboerner opened this issue Oct 30, 2024 · 2 comments

Comments

@ingoboerner
Copy link
Collaborator

We have several encoding strategies in place to link out to external concept:

<author>
          <persName>
           <!-- ... -->
          </persName>
          <idno type="wikidata">Q113227</idno>
</author>

vs.

<person xml:id="christus" sex="MALE" ana="http://www.wikidata.org/entity/Q302">
            <persName>Christus</persName>
</person>

vs.

<listRelation>
      <relation name="wikidata" active="https://dracor.org/entity/ger000171" passive="http://www.wikidata.org/entity/Q51370104"/>
 </listRelation>

vs.

<textClass>
        <keywords>
          <term type="genreTitle">Comedy</term>
        </keywords>
        <classCode scheme="http://www.wikidata.org/entity/">Q40831</classCode>
      </textClass>

On using @ana see also #71

@lehkost
Copy link
Member

lehkost commented Oct 31, 2024

Thanks for the overview, @ingoboerner! On using @ana in person elements within particDesc, I remember this was a quick solution we found at the hackathon in Winter 2019 (or a year earlier?). It helped us to collect a lot of useful information on mythological and historic characters and even yielded its own API function (/character/{id}). If we can encode this info more consistently, I'm game. I just haven't found (or looked for) a better solution yet, also lacking examples from other projects.

@lb42
Copy link

lb42 commented Jan 18, 2025

@ana is intended to point to an interpretation or annotation associated with the element concerned, not an external identifier for it (well, yes, an identification is a sort of analysis, but this is stretching the semantics...) ,
Another option which the Guidelines do recommend in some cases is @ref

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

No branches or pull requests

3 participants