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

how should we use @target ? #5

Open
sardinecan opened this issue Jul 7, 2022 · 0 comments
Open

how should we use @target ? #5

sardinecan opened this issue Jul 7, 2022 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@sardinecan
Copy link
Owner

@target is a pointer to the ID of another element. Maybe we could use it to link events with relations or with functions

<chronItem id="event001">
   <date standardDate="1706-01-02"/>
   <event>Naissance</event>
   <place>
      <placeName>Paris, paroisse St Roch</placeName>
   </place>
</chronItem>
[…]
<relation target="#event001">
   <targetEntity targetType="person">
      <part localType="forename">Antoine</part>
      <part localType="surname">Martin</part>
   </targetEntity>
   <relationType>god father</relationType>
</relation>
@sardinecan sardinecan self-assigned this Jul 7, 2022
@sardinecan sardinecan added the question Further information is requested label Jul 7, 2022
@sardinecan sardinecan changed the title how should we use @target how should we use @target ? Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant