Enviroment exercise for the PREMIS Tutorial
Abstract
Environment 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>app-1234</objectIdentifierValue>8 </objectIdentifier>9 <environmentFunction>10 11 <environmentFunctionType>Software</environmentFunctionType>11 <environmentFunctionLevel>1</environmentFunctionLevel>12 12 </environmentFunction>13 <environmentDesignation>14 <environmentName>Open Viewer </environmentName>15 <environmentVersion>Version 1.0</environmentVersion>16 <environmentOrigin>Name of the 17 institution</environmentOrigin>17 <environmentDesignationNote>Notes about the software 18 that the institution might want to 18 keep</environmentDesignationNote>18 </environmentDesignation>19 <relationship>20 <relationshipType authority ="relationshipType"21 authorityURI="http://id.loc.gov/vocabulary/preservation/relation21 shipType"21 valueURI="http://id.loc.gov/vocabulary/preservation/relationship21 Type/str">structural</relationshipType>21 <relationshipSubType authority ="relationshipSubType"22 authorityURI="http://id.loc.gov/vocabulary/preservation/relation22 shipSubType"22 valueURI="http://id.loc.gov/vocabulary/preservation/relationship22 SubType/isp">isRepresentedBy</relationshipSubType>22 <relatedObjectIdentifier>23 24 <relatedObjectIdentifierType>local</relatedObjectIdentifierType>24 25 <relatedObjectIdentifierValue>code-1234</relatedObjectIdentifier25 Value>25 Enviromentsexercise.xml 1
</relatedObjectIdentifier>26 </relationship>27 <linkingRightsStatementIdentifier>28 29 <linkingRightsStatementIdentifierType>UUID</linkingRightsStateme29 ntIdentifierType>29 <linkingRightsStatementIdentifierValue>1324354657 30 [etc]</linkingRightsStatementIdentifierValue>30 </linkingRightsStatementIdentifier>31 </object>32 <rights>33 <rightsStatement>34 <rightsStatementIdentifier>35 36 <rightsStatementIdentifierType>local</rightsStatementIdentifierT36 ype>36 37 <rightsStatementIdentifierValue>1234</rightsStatementIdentifierV37 alue>37 </rightsStatementIdentifier>38 <rightsBasis authority ="rightsBasis"39 authorityURI="http://id.loc.gov/vocabulary/preservation/rightsBa39 sis"39 valueURI="http://id.loc.gov/vocabulary/preservation/rightsBasis/39 cop">licence</rightsBasis>39 <licenseInformation>40 <licenseDocumentationIdentifier>41 42 <licenseDocumentationIdentifierType>URI</licenseDocumentationIde42 ntifierType>42 43 <licenseDocumentationIdentifierValue>http://www.apache.org/licen43 ses/LICENSE-2.0</licenseDocumentationIdentifierValue>43 <licenseDocumentationRole>Software 44 license</licenseDocumentationRole>44 </licenseDocumentationIdentifier>45 <licenseTerms>Terms of the license, or a 46 paraphrase of them.</licenseTerms>46 <licenseNote>Notes about the license that the 47 institution may want to keep </licenseNote>47 <licenseApplicableDates>48 <startDate>2016-09-22</startDate>49 <endDate>open</endDate>50 Enviromentsexercise.xml 2
</licenseApplicableDates>51 </licenseInformation>52 </rightsStatement>53 </rights>54 </premis>55 Enviromentsexercise.xml 3