We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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>
The text was updated successfully, but these errors were encountered:
sardinecan
No branches or pull requests
@target is a pointer to the ID of another element. Maybe we could use it to link events with relations or with functions
The text was updated successfully, but these errors were encountered: