Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • lido-development lido-development
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LIDO
  • lido-developmentlido-development
  • Issues
  • #116

Closed
Open
Created Jun 10, 2021 by p.gknaus@p.gknausDeveloper

displayDate needed for vitalDatesActor

In the EODEM sample file I have found the following:

<lido:vitalDatesActor>
    <lido:earliestDate>active about 1506</lido:earliestDate>
    <lido:latestDate>died 1576</lido:latestDate>
</lido:vitalDatesActor>

My first guess was to change it into something like this:

<lido:vitalDatesActor>
  ** <lido:displayDate xml:lang="en">active between 1506 and 1576</lido:displayDate>**
    <lido:earliestDate>1506</lido:earliestDate>
    <lido:latestDate>1576</lido:latestDate>
</lido:vitalDatesActor>

but a) this it not valid and b) the type of date still needs to be characterized.

So it might look like this:

<lido:vitalDatesActor lido:type="http://terminology.lido-schema.org/lido00819">
  ** <lido:displayDate xml:lang="en">active between 1506 and 1576</lido:displayDate>**
     <lido:earliestDate lido:type="estimated_date">1506</lido:earliestDate>
    <lido:latestDate lido:type="estimated_date">1506</lido:latestDate>
</lido:vitalDatesActor>

<lido:vitalDatesActor lido:type="ttp://terminology.lido-schema.org/lido00787">
    <lido:earliestDate lido:type="estimated_date">1576</lido:earliestDate>
    <lido:latestDate lido:type="estimated_date">1576</lido:latestDate>
</lido:vitalDatesActor>

What do you think?

Edited Jun 10, 2021 by p.gknaus
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking