Collection - research-technologies/prvoices_schema GitHub Wiki
A reference to an ordered collection of things as distinct from the portfolio contents, but contained within it.
Sub-properties:
- collectionType (M)
- identifier (M)
- contributor (M)
- title
- date
- Extent
- contextStatement
- files
Example XML
<collection artefactType="playlist">
<identifier IdentifierType="URL">https://open.spotify.com/playlist/4Qf3fggT4nVn3DUurOKcYz</identifier>
<contributors>
<contributor contributorType="Compiler">
<contributorName nameType="Personal">Dyer, Thomas</contributorName>
<givenName>Thomas</givenName>
<familyName>Dyer</familyName>
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0003-4716-4670</nameIdentifier>
</contributor>
</contributors>
<titles>
<title xml:lang="en">Campfire bubblers</title>
</titles>
<extent extentType="duration" extentUnit="hours">20</extent>
<contextStatement>
...
</contextStatement>
<files>...</files>
</collection>
Occurrences: 1
Definition: The type of the collection.
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:
- Menu schema.org
- MusicAlbum schema.org
- MusicPlaylist scehma.org
- RadioSeason scehma.org
- RadioSeries scehma.org
- TVSeason scehma.org
- TVSeries scehma.org
Back to : Literature
On to : Files