Skip to content

Artefact

Rory McNicholl edited this page Oct 11, 2024 · 28 revisions

Artefact

A reference to a digital object that represents a non-text artefact output.

Sub-properties:

Example XML

  <artefact artefactType="sculpture">
    <identifier IdentifierType="URL">https://sculpture.org/this-is-a-sculpture</identifier>
    <contributors>
      <contributor contributorType="sculptor">
        <contributorName nameType="Personal">Dumbill, Eleanor</contributorName>
        <givenName>Eleanor</givenName>
        <familyName>Dumbill</familyName>
        <nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5727-2427</nameIdentifier>
        <affiliation affiliationIdentifier="https://ror.org/03efmqc40" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org">Arizona State University</affiliation>
      </contributor>
      <contributor contributorType="HostingInstitution">
        <contributorName xml:lang="en" nameType="Organizational">Victoria and Albert Museum</contributorName>
        <nameIdentifier schemeURI="https://ror.org/" nameIdentifierScheme="ROR">https://ror.org/034hh2e11</nameIdentifier>
      </contributor>
    </contributors>
    <titles>
      <title xml:lang="en">Wonderful Sculpture</title>
      <title xml:lang="en" titleType="Subtitle">Crocodile in repose</title>
    </titles>
    <dates>
       <date dateType="Created">2022-08-01</date>
       <date dateType="Collected">2004-03-02/2005-06-02</date>
       <date dateType="Other" dateInformation="Conceptualized">2020-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>

  </artefact>

artefactType

Occurrences: 1

Definition: The type of the artefact.

Allowed values, examples, other constraints:

Please see general note on our approach to Types in the Practice Research Voices schema

Use the controlled list values:

identifier

Occurrences: 0-1

Definition: The identifier for the artefact item.

Allowed values, examples, other constraints:

Example: 10.1021/jacs.9b01862

identifierType

Occurrences: 0-1

Definition: The type of the identifier for the artefact.

Allowed values, examples, other constraints:

Use the controlled list values as stated in DataCite relatedIdentifierType:

Where applicable we have used DataCite's Appendix 1: Controlled List Definitions - relatedIdentifierType for definitions, examples, and usage notes (just replace the string relatedItem with portfolioItem). Otherwise see identifierType

contributor

See Contributor for details

title

See Title for details

date

See Date for details

geoLocation

Occurrences: 0-1

Definition: Spatial region or named place where the artefact is associated with or otherwise focussed

Allowed values, examples, other constraints:

Based on https://datacite-metadata-schema.readthedocs.io/en/4.5/properties/geolocation/

Back to : Event

On to : Literature