Skip to content

Portfolio Item

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

PortfolioItem

Occurrences: 0-n

Definition: Information about a resource(s) within the Portfolio.

Allowed values, examples, other constraints:

Can be used to provide series information or a text citation where the related resource does not have an identifier. However, it is also optional to provide an identifier here.

PortfolioItems is an ordered set

Sub-properties:

Example XML

  <portfolioItems>
    <portfolioItem portfolioItemType="Artefact">
      <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>
      </artefact>
    </portfolioItem>
    <portfolioItem portfolioItemType="Event">  
      <portfolioItemIdentifier portfolioItemIdentifierType="URL">/prvoices_schema/wiki/Event</portfolioItemIdentifier>
      <event eventType="exhibition">
      ...
      </event>
    </portfolioItem>
    <portfolioItem portfolioItemType="Literature">  
      <portfolioItemIdentifier portfolioItemIdentifierType="URL">/prvoices_schema/wiki/Literature</portfolioItemIdentifier>
      <literature literatureType="guide">
      ...
      </literature>
    </portfolioItem>
   <portfolioItem portfolioItemType="Collection">  
      <portfolioItemIdentifier portfolioItemIdentifierType="URL">/prvoices_schema/wiki/Collection</portfolioItemIdentifier>
      <collection collectionType="catalogue">
      ...
      </collection>
    </portfolioItem>
  </portfolioItems>

portfolioItemType

Occurrences: 1

Definition: The type of the portfolio item.

Allowed values, examples, other constraints:

Use the controlled list values:

See the individual portfolioItem pages for definitions, examples, and usage notes.

Back to : Project

On to : Event