Artefact - research-technologies/prvoices_schema GitHub Wiki
A reference to a digital object that represents a non-text artefact output.
Sub-properties:
- artefactType (M)
- identifier (M)
- contributor (M)
- title
- date
- geoLocation
- contextStatement
- files
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>
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:
- PhysicalObject DataCite
- VisualMedia DataCite 1 DataCite 2 COAR
- StillImage COAR
- Drawing schema.org
- Painting schema.org
- Photograph schema.org
- Artwork schema.org
- Illustration Getty AAT
- DigitalVisualMedia Getty AAT
- MovingImage COAR
- DigitalTime-basedMedia
- Animation Getty AAT
- Film schema.org COAR
- Documentary Getty AAT
- Audio-visualPresentation
- TVEpisode schema.org
- TVClip schema.org
- CartographicMaterial COAR schema.org
- StillImage COAR
- Sound COAR DataCite
- MusicalComposition COAR schema.org
- MusicRecording schema.org
- SpokenWord Getty AAT
- RadioPlay schema.org
- RadioClip schema.org
- PoetryRecording Getty AAT
- AudioBook schema.org
- Podcast schema.org
- InteractiveResource COAR DataCite
- VideoGame schema.org
- Website COAR schema.org
- Design COAR
- Dataset COAR DataCite schema.org
Occurrences: 0-1
Definition: The identifier for the artefact item.
Allowed values, examples, other constraints:
Example: 10.1021/jacs.9b01862
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:
- ARK
- arXiv
- bibcode
- DOI
- EAN13
- EISSN
- Handle
- IGSN
- ISBN
- ISSN
- ISTC
- LISSN
- LSID
- PMID
- PURL
- RAiD
- UPC
- URL
- URN
- w3id
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
See Contributor for details
See Title for details
See Date for details
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