Archivematica 1.12.2 is a legacy release, and these documents are no longer being maintained.

Métadonnées PREMIS dans Archivematica

Archivematica supports PREMIS metadata and currently implements version 3. It captures extensive technical metadata about Objects and records actions (known as Events) taken on Objects by Agents. It also supports the addition of PREMIS Rights metadata. This page discusses how PREMIS is implemented in the AIP METS file.

On this page:

PREMIS Events metadata

PREMIS Events will be recorded in separate digiprovMD sections in the METS (see METS in Archivematica for more information). PREMIS Events recorded in the METS will contain metadata for most of the following semantic units and semantic components (only if applicable):

  • eventIdentifier - eventIdentifierType
  • eventIdentifier - eventIdentifierValue
  • eventType
  • eventDateTime
  • eventDetail
  • eventOutcomeInformation - eventOutcome
  • eventOutcomeDetail - eventOutcomeDetailNote
  • linkingAgentIdentifier - linkingAgentIdentifierType
  • linkingAgentIdentifier - linkingAgentIdentifierValue

For more information on semantic units and semantic components in PREMIS, please see the Data Dictionary. Below is an example of a PREMIS Event for file format identification.

    <mets:digiprovMD ID="digiprovMD_54">
      <mets:mdWrap MDTYPE="PREMIS:EVENT">
        <mets:xmlData>
          <premis:event xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
            <premis:eventIdentifier>
              <premis:eventIdentifierType>UUID</premis:eventIdentifierType>
              <premis:eventIdentifierValue>b0d7f0ce-1c47-42b9-b2f1-941ca8f90bfe</premis:eventIdentifierValue>
            </premis:eventIdentifier>
            <premis:eventType>format identification</premis:eventType>
            <premis:eventDateTime>2019-11-14T11:05:37.729651+00:00</premis:eventDateTime>
            <premis:eventDetailInformation>
              <premis:eventDetail>program="Siegfried"; version="1.7.10"</premis:eventDetail>
            </premis:eventDetailInformation>
            <premis:eventOutcomeInformation>
              <premis:eventOutcome>Positive</premis:eventOutcome>
              <premis:eventOutcomeDetail>
                <premis:eventOutcomeDetailNote>fmt/353</premis:eventOutcomeDetailNote>
              </premis:eventOutcomeDetail>
            </premis:eventOutcomeInformation>
            <premis:linkingAgentIdentifier>
              <premis:linkingAgentIdentifierType>preservation system</premis:linkingAgentIdentifierType>
              <premis:linkingAgentIdentifierValue>Archivematica-1.10</premis:linkingAgentIdentifierValue>
            </premis:linkingAgentIdentifier>
            <premis:linkingAgentIdentifier>
              <premis:linkingAgentIdentifierType>repository code</premis:linkingAgentIdentifierType>
              <premis:linkingAgentIdentifierValue>12345</premis:linkingAgentIdentifierValue>
            </premis:linkingAgentIdentifier>
            <premis:linkingAgentIdentifier>
              <premis:linkingAgentIdentifierType>Archivematica user pk</premis:linkingAgentIdentifierType>
              <premis:linkingAgentIdentifierValue>1</premis:linkingAgentIdentifierValue>
            </premis:linkingAgentIdentifier>

Note that there will be three Agents per Event listed under the linkingAgentIdentifier semantic unit. This means there will also be three linkingAgentIdentifierType and three linkingAgentIdentifierValue semantic components. Each Agent applied to a PREMIS event will also have its own digiprovMD section in the METS (see PREMIS Agent Metadata).

PREMIS Events list

There are PREMIS Events that apply to original files and some that apply to normalized files. Both are listed below, followed by a list of Events that occur when certain microservices run in Archivematica.

Aller à :

Default events for original files

The following microservices are run for all original objects ingested into Archivematica, including any submission documentation:

  • ingestion
  • message digest calculation
  • virus check

If a bag or a transfer with checksum manifests is ingested, then each file will include:

  • fixity check

Normalized files

The following microservices are run for all normalized files:

  • creation
  • message digest calculation
  • validation (if there is a validation tool available for the identified format)

Note that for original files with a normalized derivative, a normalization PREMIS Event will be added.

<mets:digiprovMD ID="digiprovMD_17">
  <mets:mdWrap MDTYPE="PREMIS:EVENT">
    <mets:xmlData>
      <premis:event xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
        <premis:eventIdentifier>
          <premis:eventIdentifierType>UUID</premis:eventIdentifierType>
          <premis:eventIdentifierValue>d7746761-d98c-4a78-80e0-2e91e4c187d4</premis:eventIdentifierValue>
        </premis:eventIdentifier>
        <premis:eventType>normalization</premis:eventType>
        <premis:eventDateTime>2019-11-14T11:11:29.620854+00:00</premis:eventDateTime>
        <premis:eventDetailInformation>
          <premis:eventDetail>ArchivematicaFPRCommandID="a34ddc9b-c922-4bb6-8037-bbe713332175"; program="convert"; version="Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org"
</premis:eventDetail>
        </premis:eventDetailInformation>
        <premis:eventOutcomeInformation>
          <premis:eventOutcome></premis:eventOutcome>
          <premis:eventOutcomeDetail>
            <premis:eventOutcomeDetailNote>%SIPDirectory%objects/View_from_lookout_over_Queenstown_towards_the_Remarkables_in_spring-d8717b3a-d12c-408a-9c37-732425331f44.tif</premis:eventOutcomeDetailNote>
          </premis:eventOutcomeDetail>
        </premis:eventOutcomeInformation>

Name cleanup

If this microservice is run on a file, then it is entered as the following PREMIS Event which also records the original filename:

  • name cleanup
<mets:digiprovMD ID="digiprovMD_11">
  <mets:mdWrap MDTYPE="PREMIS:EVENT">
    <mets:xmlData>
      <premis:event xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
        <premis:eventIdentifier>
          <premis:eventIdentifierType>UUID</premis:eventIdentifierType>
          <premis:eventIdentifierValue>842774e2-7eeb-49a2-99ee-eade80f6bd1f</premis:eventIdentifierValue>
        </premis:eventIdentifier>
        <premis:eventType>name cleanup</premis:eventType>
        <premis:eventDateTime>2020-01-06T15:01:52.881142+00:00</premis:eventDateTime>
        <premis:eventDetailInformation>
          <premis:eventDetail>prohibited characters removed: program="sanitize_names"; version="1.10.db4f6aca278e6daf2af160ed40349baf7c6f53af"</premis:eventDetail>
        </premis:eventDetailInformation>
        <premis:eventOutcomeInformation>
          <premis:eventOutcome></premis:eventOutcome>
          <premis:eventOutcomeDetail>
            <premis:eventOutcomeDetailNote>Original name="%transferDirectory%objects/(brackets)/@at.txt"; cleaned up name="%transferDirectory%objects/(brackets)/_at.txt"</premis:eventOutcomeDetailNote>
          </premis:eventOutcomeDetail>
        </premis:eventOutcomeInformation>

Format identification

When this microservice is run, the following PREMIS Events may be recorded:

  • format identification
  • validation (if there is a validation tool available for the identified format)

Extract packages

This PREMIS Event will be recorded on all extracted files:

  • unpacking
<mets:digiprovMD ID="digiprovMD_54">
  <mets:mdWrap MDTYPE="PREMIS:EVENT">
    <mets:xmlData>
      <premis:event xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
        <premis:eventIdentifier>
          <premis:eventIdentifierType>UUID</premis:eventIdentifierType>
          <premis:eventIdentifierValue>bfeecc68-855c-41ad-a628-37c2a1fb2142</premis:eventIdentifierValue>
        </premis:eventIdentifier>
        <premis:eventType>unpacking</premis:eventType>
        <premis:eventDateTime>2020-03-05T18:02:26.966342+00:00</premis:eventDateTime>
        <premis:eventDetailInformation>
          <premis:eventDetail>Unpacked from: %transferDirectory%objects/Project.zip (63706dd1-6f8f-4460-a5a5-546bac061d91)</premis:eventDetail>
        </premis:eventDetailInformation>
        <premis:eventOutcomeInformation>

OCR transcription

If OCR is run over a file in the Ingest tab, then the file will include the following PREMIS Event:

  • transcription

AIP reingest

If an AIP has been partially or fully reingested there will be a PREMIS Event for all files in the objects directory:

  • reingestion

Sending transfers to backlog

If a transfer was sent to backlog there will be an PREMIS Event:

  • removal from backlog
<mets:digiprovMD ID="digiprovMD_11">
  <mets:mdWrap MDTYPE="PREMIS:EVENT">
    <mets:xmlData>
      <premis:event xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
        <premis:eventIdentifier>
          <premis:eventIdentifierType>UUID</premis:eventIdentifierType>
          <premis:eventIdentifierValue>de7463a9-1ecd-4499-b692-b61034290452</premis:eventIdentifierValue>
        </premis:eventIdentifier>
        <premis:eventType>removal from backlog</premis:eventType>
        <premis:eventDateTime>2019-11-18T12:24:38.892676+00:00</premis:eventDateTime>
        <premis:eventDetailInformation>

PREMIS Agent metadata

PREMIS Agents that are linked to a PREMIS Event will also be placed in its own digiprovMD section. The default semantic units for each agent are:

  • agentIdentifier
  • agentName
  • agentType

There are three types of Agents associated with every PREMIS Event. They will be listed under agentType as the following three options (METS XML examples included):

Software

    <mets:digiprovMD ID="digiprovMD_57">
      <mets:mdWrap MDTYPE="PREMIS:AGENT">
        <mets:xmlData>
          <premis:agent xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
            <premis:agentIdentifier>
              <premis:agentIdentifierType>preservation system</premis:agentIdentifierType>
              <premis:agentIdentifierValue>Archivematica-1.10</premis:agentIdentifierValue>
            </premis:agentIdentifier>
            <premis:agentName>Archivematica</premis:agentName>
            <premis:agentType>software</premis:agentType>
          </premis:agent>

Organization

    <mets:digiprovMD ID="digiprovMD_58">
      <mets:mdWrap MDTYPE="PREMIS:AGENT">
        <mets:xmlData>
          <premis:agent xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
            <premis:agentIdentifier>
              <premis:agentIdentifierType>repository code</premis:agentIdentifierType>
              <premis:agentIdentifierValue>12345</premis:agentIdentifierValue>
            </premis:agentIdentifier>
            <premis:agentName>XYZ Library</premis:agentName>
            <premis:agentType>organization</premis:agentType>
          </premis:agent>

Archivematica user

    <mets:digiprovMD ID="digiprovMD_59">
      <mets:mdWrap MDTYPE="PREMIS:AGENT">
        <mets:xmlData>
          <premis:agent xmlns:premis="http://www.loc.gov/premis/v3" xsi:schemaLocation="http://www.loc.gov/premis/v3 http://www.loc.gov/standards/premis/v3/premis.xsd" version="3.0">
            <premis:agentIdentifier>
              <premis:agentIdentifierType>Archivematica user pk</premis:agentIdentifierType>
              <premis:agentIdentifierValue>1</premis:agentIdentifierValue>
            </premis:agentIdentifier>
            <premis:agentName>username="analyst", first_name="Jane", last_name="Smith"</premis:agentName>
            <premis:agentType>Archivematica user</premis:agentType>
          </premis:agent>

One of each type of Agent will be included in each amdSec as its own digiprovMD in the METS AIP file (See METS in Archivematica).

PREMIS Rights metadata

PREMIS rights metadata can be added during transfer or ingest; it can be entered via the GUI interface to be applied to the entirety of the SIP or transfer. Rights can also be entered at the object level by describing them in a rights.csv file and using the Import metadata feature.

Ci-dessous, le modèle de saisie correspondant à chaque base de privilèges est décrit, suivi des actions « accordé/limité ».

Aller à :

Base : Loi

PREMIS dans METS XML: <premis:rightsBasis>Loi</premis:rightsBasis>

Domaine de compétence juridique

Règle « Pays ou autre entité juridique où s’applique la loi. »

<premis:rightsStatement>
   <premis:statuteInformation>
      <premis:statuteJurisdiction>ca</premis:statuteJurisdiction>

Notes Les valeurs saisies devraient être choisies parmi des termes standardisés. Recommandation : ISO 3166.

Référence à la loi

Règle « Désignation permettant d’identifier la loi. »

<premis:rightsStatement>
   <premis:statuteInformation>
      <premis:statuteCitation>Freedom of Information and Protection of Privacy Act [RBSC 1996] Chapter 165</premis:statuteCitation>

Statute determination date

Règle « Date à laquelle il a été déterminé que la loi autorisait les permissions données. »

<premis:rightsStatement>
   <premis:statuteInformation>
      <premis:statuteInformationDeterminationDate>2015-07-02</premis:statuteInformationDeterminationDate>

Note Utilise la norme ISO 8061

Date d’entrée en vigueur de la loi

Règle « Date à laquelle une loi particulière prend effet ou s’applique au contenu. »

<premis:rightsStatement>
   <premis:statuteApplicableDates>
      <premis:startDate>2015-01-01</premis:startDate>

Note Utilise la norme ISO 8061

Date d’expiration de la loi

Règle « Date à laquelle une loi particulière prend fin ou cesse de s’appliquer au contenu. »

<premis:rightsStatement>
   <premis:statuteApplicableDates>
      <premis:endDate>2020-01-01</premis:endDate>

Note Uses ISO 8061. End date can be left open by clicking « Open End Date. »

Identifiant de documentation concernant la loi - Type

Règle « Désignation du domaine dans lequel l’identifiant de la documentation concernant la loi est unique. »

<premis:rightsStatement>
   <premis:statuteDocumentationIdentifier>
      <premis:statuteDocumentationIdentifierType>Acts</premis:statuteDocumentationIdentifierType>

Identifiant de la documentation concernant la loi- Valeur

Règle « Valeur de l’identifiant de documentation concernant la loi. »

<premis:rightsStatement>
   <premis:statuteDocumentationIdentifier>
      <premis:statuteDocumentationIdentifierValue>RBSC 1996</premis:statuteDocumentationIdentifierValue>

Identifiant de la documentation concernant la loi - Rôle

Règle « Valeur indiquant le rôle et l’utilisation supposés de la documentation identifiée. »

<premis:rightsStatement>
   <premis:statuteDocumentationIdentifier>
      <premis:statuteDocumentationIdentifierRole>Law</premis:statuteDocumentationIdentifierRole>

Notes sur la loi

Règle « Informations supplémentaires sur la loi. »

<premis:rightsStatement>
   <premis:statuteInformation>
      <premis:statuteNote>Social insurance numbers, health information covered by personal privacy provisions</premis:statuteNote>

Base : Licence

Below is a list of the template fields and the associated rule. The example also includes the resulting block of METS XML.

PREMIS dans METS XML : <premis:rightsBasis>Licence</premis:rightsBasis>

Termes et conditions de la licence

Règle « Description de la licence ou de l’entente accordant la permission. »

<premis:rightsStatement>
   <premis:licenseInformation>
      <premis:licenseTerms>This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license</premis:licenseTerms>

Date d’entrée en vigueur de la licence

Règle « Date à laquelle un statut particulier prend effet ou s’applique au contenu. »

<premis:rightsStatement>
   <premis:licenseInformation>
      <premis:licenseApplicableDates>
         <premis:startDate>2015-01-01</premis:startDate>

Note Utilise la norme ISO 8061.

Date d’expiration de la licence

Règle « Date à laquelle la licence prend fin ou cesse de s’appliquer au contenu. »

<premis:rightsStatement>
   <premis:licenseInformation>
      <premis:licenseApplicableDates>
         <premis:endDate>OPEN</premis:endDate>
Note Uses ISO 8061. End date can be left open by clicking « Open End Date » as
shown above.

Identifiant de documentation concernant la licence - Type

Règle « Désignation du domaine dans lequel l’identifiant de documentation concernant la licence est unique. »

<premis:rightsStatement>
   <premis:licenseInformation>
      <premis:licenseDocumentationIdentifier>
         <premis:licenseDocumentationIdentifierType>Accession form number</premis:licenceDocumentationIdentifierType>

Identifiant de documentation concernant la licence- Valeur

Règle « Valeur de l’identifiant de documentation concernant la licence. »

<premis:rightsStatement>
   <premis:licenseInformation>
      <premis:licenseDocumentationIdentifier>
         <premis:licenseDocumentationIdentifierValue>CCA-2011-29</premis:licenseDocumentationIdentifierValue>

Identifiant de documentation concernant la licence- Rôle

Règle « Valeur indiquant le rôle et l’utilisation supposés de la documentation identifiée. »

<premis:rightsStatement>
   <premis:licenseInformation>
      <premis:licenseDocumentationIdentifier>
         <premis:licenseDocumentationRole>Accession form license area</premis:licenseDocumentationRole>

Notes sur la licence

Règle « Informations supplémentaires sur la licence. »

<premis:rightsStatement>
   <premis:licenseInformation>
      <premis:licenseNote>Donors are prompted to choose a Creative Commons license on accession form</premis:licenseNote>

Base : Donateur

Below is a list of the template fields and the associated rule. The example also includes the resulting block of METS XML.

Note

Archivematica provides a template for donor rights, which are translated in PREMIS as « other ». In the METS file, you will find Donor rights in a rightsMD <premis:rightsBasis>Other</premisrightsBasis>.

Date d’entrée en vigueur de la convention de donation

Rule « Date when the other right applies or is applied to the content. »

<premis:rightsStatment>
   <premis:otherRightsInformation>
     <premis:otherRightsApplicableDates>
        <premis:startDate>2015-01-01</premis:startDate>

Note Utilise la norme ISO 8061.

Date d’expiration de la convention de donation

Rule « Date when the other right no longer applies or is applied to the content. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
     <premis:otherRightsApplicableDates>
        <premis:endDate>2025-01-01</premis:endDate>

Note Uses ISO 8061. End date can be left open by clicking « Open End Date. »

Identifiant de documentation concernant le donateur- Type

Rule « A designation of the domain within which the rights statement documentation identifier is unique. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierType>Donor form number</premis:otherRightsDocumentationIdentifierType>

Identifiant de documentation concernant le donateur- Valeur

Rule « The value of the otherRightsDocumentationIdentifier. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierValue>CCA-2011-89</premis:otherRightsDocumentationIdentifierValue>

Identifiant de documentation concernant le donateur- Rôle

Règle « Valeur indiquant le rôle et l’utilisation supposés de la documentation identifiée. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierRole>Agreement</premis:otherRightsDocumentationIdentifierRole>

Note sur la convention de donation

Rule « Additional information about the rights of the object ».

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsNote>Ten-year restriction on access by donor request</premis:otherRightsNote>

Base : Politique

Below is a list of the template fields and the associated rule. The example also includes the resulting block of METS XML.

Note

Archivematica provides a template for policy rights, which are translated in PREMIS as « other ». In the METS file, you will find Policy rights in a rightsMD <premis:rightsBasis>Other</premisrightsBasis>.

Date d’entrée en vigueur de la politique

Rule « Date when the other right applies or is applied to the content. »

<premis:rightsStatment>
   <premis:otherRightsInformation>
     <premis:otherRightsApplicableDates>
        <premis:startDate>2015-01-01</premis:startDate>

Note Utilise la norme ISO 8061.

Date d’expiration de la politique

Rule « Date when the other right no longer applies or is applied to the content. »

METS XML

<premis:rightsStatement>
   <premis:otherRightsInformation>
     <premis:otherRightsApplicableDates>
        <premis:endDate>2025-01-01</premis:endDate>

Note Uses ISO 8061. End date can be left open by clicking « Open End Date. »

Identifiant de documentation concernant la politique- Type

Rule « A designation of the domain within which the rights statement documentation identifier is unique. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierType>RFA policy number</premis:otherRightsDocumentationIdentifierType>

Identifiant de documentation concernant la politique- Valeur

Rule The value of the otherRightsDocumentationIdentifier

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierValue>RFA-P-1992/040</premis:otherRightsDocumentationIdentifierValue>

Identifiant de documentation concernant la politique- Rôle

Règle « Valeur indiquant le rôle et l’utilisation supposés de la documentation identifiée. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierRole>Policy</premis:otherRightsDocumentationIdentifierRole>

Note sur la politique

Rule « Additional information about the rights of the object ».

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsNote>Thirty-year closure rule: Executive Office records available only to Richards Foundation staff and BoD</premis:otherRightsNote>

Base : Autre

Below is a list of the template fields and the associated rule. The example also includes the resulting block of METS XML.

PREMIS dans METS XML: <premis:rightsBasis>Autre</premisrightsBasis>

Other rights basis

Rule « Designation of the basis for the other right or permission described in the rightsStatementIdentifier. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsBasis>Agreements</premis:otherRightsBasis>

Other start date

<premis:rightsStatment>
   <premis:otherRightsInformation>
     <premis:otherRightsApplicableDates>
        <premis:startDate>2015-01-01</premis:startDate>

Note Utilise la norme ISO 8061.

Other end date

<premis:rightsStatement>
   <premis:otherRightsInformation>
     <premis:otherRightsApplicableDates>
        <premis:endDate>2025-01-01</premis:endDate>

Note Uses ISO 8061. End date can be left open by clicking « Open End Date. »

Other documentation identifier- Type

Rule « A designation of the domain within which the rights statement documentation identifier is unique. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierType>MOU number</premis:otherRightsDocumentationIdentifierType>

Other documentation identifier- Value

Rule « The value of the otherRightsDocumentationIdentifier. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierValue>MOU-F-89</premis:otherRightsDocumentationIdentifierValue>

Other documentation identifier- Role

Règle « Valeur indiquant le rôle et l’utilisation supposés de la documentation identifiée. »

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsDocumentationIdentifier>
         <premis:otherRightsDocumentationIdentifierRole>Agreement number</premis:otherRightsDocumentationIdentifierRole>

Note

Rule « Additional information about the rights of the object ».

<premis:rightsStatement>
   <premis:otherRightsInformation>
      <premis:otherRightsNote>Terms of MOU with depositor include 10-year embargo for access</premis:otherRightsNote>

Actions accordées ou limitées

Below is a list of the template fields and the associated rule. The example also includes the resulting block of METS XML.

Action

Rule « The action the preservation repository is allowed to take; e.g. replicate, migrate, modify, use, disseminate, delete. »

<premis:rightsStatement>
   <premis:rightsGranted>
      <premis:act>Delete</premis:act>

Accordé/limité

Règle Menu déroulant: choisir entre Permis, Interdit, Conditionnel

<premis:rightsStatement>
   <premis:rightsGranted>
      <premis:restriction>Disallow</premis:restriction>

Début

Rule « Beginning date of the rights or restrictions granted. »

<premis:rightsStatement>
   <premis:rightsGranted>
      <premis:termOfRestriction>
         <premis:startDate>2015-01-01</premis:startDate>

Note Utilise la norme ISO 8061.

Fin

Rule « Ending date of the rights or restrictions granted. »

<premis:rightsStatement>
   <premis:rightsGranted:
      <premis:termofRestriction>
         <premis:endDate>2025-01-01</premis:endDate>

Note Uses ISO 8061. End date can be left open by clicking « Open End Date. »

Grant/restriction note

Rule « Additional information about the rights granted. »

<premis:rightsStatement>
   <premis:rightsGranted>
      <premis:rightsGrantedNote>Publication restricted until copyright expires.</premis:rightsGrantedNote>

Retour en haut de page

Archivematica 1.12.2

Contenu

License

Archivematica documentation by Artefactual Systems Inc. is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons License