Skip to content
Rory McNicholl edited this page Oct 11, 2024 · 13 revisions

Event

An event that can also be considered as a research output.

Sub-properties:

Example XML

  <event eventType="Exhibition">
    <contributors>
      <contributor contributorType="Curator">
        <contributorName nameType="Personal">Fyson, Will</contributorName>
        <givenName>Will</givenName>
        <familyName>Fyson</familyName>
        <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5727-2427</nameIdentifier>
        <affiliation affiliationIdentifier="https://ror.org/034hh2e11" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org">Victoria and Albert Museum</affiliation>
      </contributor>
      <contributor>
        <contributorName xml:lang="en" nameType="Organizational">Victoria and Albert Museum</creatorName>
        <nameIdentifier schemeURI="https://ror.org/" nameIdentifierScheme="ROR">https://ror.org/034hh2e11</nameIdentifier>
      </contributor>
    </contributors>
    <titles>
      <title xml:lang="en">Wonderful Sculpture Exhibition</title>
      <title xml:lang="en" titleType="Subtitle">A retrospective of the pretend work of Eleanor Dumbill</title>
    </titles>
    <dates>
      <date dateType="Duration">2024-01-01/2024-06-30</date>
      <date dateType="Other" dateInformation="Conceptualized">2023-01-01</date>
    </dates>
    <geoLocation>
      <geoLocationPlace>Kensington</geoLocationPlace>
      <geoLocationPoint>
        <pointLongitude>-52.000000</pointLongitude>
        <pointLatitude>69.000000</pointLatitude>
      </geoLocationPoint>
    </geoLocation>
    <geoLocation>
      <geoLocationBox>
        <westBoundLongitude>-123.27</westBoundLongitude>
        <eastBoundLongitude>-123.225</eastBoundLongitude>
        <southBoundLatitude>49.24</southBoundLatitude>
        <northBoundLatitude>49.28</northBoundLatitude>
      </geoLocationBox>
    </geoLocation>
    <contextStatement>
    ...
    </contextStatement>
    <files>...</files>
  </event>

eventType

Occurrences: 1

Definition: The type of the event.

Allowed values, examples, other constraints:

Use the controlled list values:

Back to : Portfolio Item

On to : Artefact