Elements defined

pbcoreCreator

pbcoreCreator is a container for sub-elements creator and creatorRole.

Usage: optional, repeatable

Attributes

This element cannot have any attributes.

Subelements

  • creator: required | creator identifies the primary person, people, or organization(s) responsible for creating the asset. Note that non-primary names and roles should be included within the pbcoreContributor container.
  • creatorRole: optional | creatorRole is used to identify the role played by the person, people or organization(s) identified in the companion descriptor creator. The PBCore schema allows for creatorRole to be repeated in the pbcoreCreator container element. This can be useful when a single person or organization is associated with multiple roles in an asset.

Example

  
    <pbcoreCreator>
<!-- No data here directly; it's within sub-elements instead -->
<creator>WGBH Educational Foundation</creator>
<creatorRole source="PBCore creatorRole" ref="http://metadataregistry.org/conceptprop/list/concept_id/1425">Producer</creatorRole>
</pbcoreCreator>
<pbcoreCreator>
<creator>Lone Wolf Documentary Group</creator>
<creatorRole source="PBCore creatorRole" ref="http://metadataregistry.org/conceptprop/list/concept_id/1425">Producer</creatorRole>
</pbcoreCreator>
<pbcoreCreator>
<creator>Paula Apsell</creator>
<creatorRole>Senior Executive Producer</creatorRole>
</pbcoreCreator>
<pbcoreCreator>
<creator>Jed Rauscher</creator>
<creatorRole>Editor</creatorRole>
</pbcoreCreator>
<pbcoreCreator>
<creator>Matthew Collins</creator>
<creatorRole source="PBCore creatorRole" ref="http://metadataregistry.org/conceptprop/list/concept_id/1425">Producer</creatorRole>
</pbcoreCreator>
<pbcoreCreator>
<creator>Matthew Collins</creator>
<creatorRole>Writer</creatorRole>
</pbcoreCreator>
<pbcoreCreator>
<creator>Kirk Wolfinger</creator>
<creatorRole>Producer</creatorRole>
</pbcoreCreator>
<pbcoreCreator>
<creator>Lisa Quijano Wolfinger</creator>
<creatorRole source="PBCore creatorRole" ref="http://metadataregistry.org/conceptprop/list/concept_id/1425">Producer</creatorRole>
</pbcoreCreator>