scieee AI-readable full text Open interactive document viewer

Events, Agents and Rights exercise for the PREMIS Tutorial

PREMIS Editorial Committee

Abstract

Events, Agents and Rights exercise for the PREMIS Tutorial with answers both as the filled in exercise and as XML.

Full text

<?xml version="1.0" encoding="UTF-8"?>1 <premis xmlns="http://www.loc.gov/premis/v3"2 xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance"3 xsi:schemaLocation ="http://www.loc.gov/premis/v3 4 http://www.loc.gov/standards/premis/premis.xsd" version ="3.0">4 <object xsi:type ="intellectualEntity">5 <objectIdentifier>6 <objectIdentifierType>local</objectIdentifierType>7 8 <objectIdentifierValue>II-0378_Page_0416_M_a</objectIdentifierVa8 lue>8 </objectIdentifier>9 </object>10 <event>11 <eventIdentifier>12 <eventIdentifierType>UUID</eventIdentifierType>13 <eventIdentifierValue>1234567890 14 [etc]</eventIdentifierValue>14 </eventIdentifier>15 <eventType>creation</eventType>16 <eventDateTime>2016-09-22</eventDateTime>17 <linkingAgentIdentifier>18 19 <linkingAgentIdentifierType>local</linkingAgentIdentifierType>19 20 <linkingAgentIdentifierValue>sRomkey</linkingAgentIdentifierValue>20 20 <linkingAgentRole>implementor </linkingAgentRole>21 </linkingAgentIdentifier>22 <linkingObjectIdentifier>23 24 <linkingObjectIdentifierType>local</linkingObjectIdentifierType>24 25 <linkingObjectIdentifierValue>II-0378_Page_0416_M_a</linkingObje25 ctIdentifierValue>25 <linkingObjectRole>source</linkingObjectRole>26 </linkingObjectIdentifier>27 </event>28 <agent>29 <agentIdentifier>30 <agentIdentifierType>local</agentIdentifierType>31 <agentIdentifierValue>sRomkey</agentIdentifierValue>32 </agentIdentifier>33 EventsAgentRightsExercise.xml 1 <agentName>Sarah Romkey</agentName>34 <agentType authority ="agentType"35 authorityURI="http://id.loc.gov/vocabulary/preservation/agentType"35 35 valueURI="http://id.loc.gov/vocabulary/preservation/agentType/per"35 >person</agentType>35 <agentNote>Person responsible for migrating preservation 36 copies to access copies [etc] </agentNote>36 <linkingEventIdentifier>37 38 <linkingEventIdentifierType>UUID</linkingEventIdentifierType>38 <linkingEventIdentifierValue>1234567890 39 [etc]</linkingEventIdentifierValue>39 </linkingEventIdentifier>40 </agent>41 <rights>42 <rightsStatement>43 <rightsStatementIdentifier>44 45 <rightsStatementIdentifierType>UUID</rightsStatementIdentifierTy45 pe>45 <rightsStatementIdentifierValue>0987654321 46 [etc]</rightsStatementIdentifierValue>46 </rightsStatementIdentifier>47 <rightsBasis>copyright</rightsBasis>48 <copyrightInformation>49 <copyrightStatus>Public domain</copyrightStatus>50 <copyrightJurisdiction>ca 51 [etc]</copyrightJurisdiction>51 52 <copyrightStatusDeterminationDate>2016-09-22</copyrightStatusDet52 erminationDate>52 <copyrightNote>This work has been identified as 53 being free of known restrictions under copyright law, including 53 all related and neighboring rights. You can copy, modify, 53 distribute and perform the work, even for commercial purposes, 53 all without asking permission. [etc] </copyrightNote>53 <copyrightApplicableDates>54 <startDate>2016-09-22</startDate>55 <endDate>open</endDate>56 </copyrightApplicableDates>57 </copyrightInformation>58 <rightsGranted>59 EventsAgentRightsExercise.xml 2 <act>Use [for example] </act>60 <restriction>Unrestricted use of this item 61 because of expired copyright [etc] </restriction>61 <termOfGrant>62 <startDate>2016-09-22</startDate>63 <endDate>open</endDate>64 </termOfGrant>65 </rightsGranted>66 </rightsStatement>67 </rights>68 </premis>69 EventsAgentRightsExercise.xml 3