Files
tools/ontology/premis-1-0-0.rdf
2026-08-30 18:50:48 -04:00

1895 lines
212 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<rdf:RDF xml:base="http://www.loc.gov/premis/rdf/v1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<owl:Ontology rdf:about="">
<dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2012-09-14T00:00:00Z</dcterms:modified>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.loc.gov/standards/premis/v2/premis-2-2.pdf</rdfs:isDefinedBy>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.0.0</owl:versionInfo>
<rdfs:seeAlso>http://multimedialab.elis.ugent.be/users/samcoppe/ontologies/Premis/index.html for the OWL Documentation of the ontology.</rdfs:seeAlso>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Preservation Metadata: Implementation Strategies (PREMIS) Ontology</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
This ontology identifies the classes and properties used to describe preservation metadata in RDF.
It aligns with PREMIS Data Dictionary version 2.2.</rdfs:comment>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/actionsGranted"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/agentType"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/contentLocationType"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/copyrightStatus"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/environmentCharacteristic"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/environmentPurpose"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/eventRelatedAgentRole"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/eventType"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/formatRegistryRole"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/hardwareType"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/inhibitorTarget"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/inhibitorType"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/objectCategory"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/preservationLevelRole"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/relationshipSubType"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/relationshipType"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/rightsBasis"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/rightsRelatedAgentRole"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/signatureEncoding"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/signatureMethod"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/softwareType"/>
<owl:imports rdf:resource="http://id.loc.gov/vocabulary/preservation/storageMedium"/>
</owl:Ontology>
<owl:Class rdf:ID="TermOfGrant" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class rdf:ID="ApplicableDates"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasStartDate"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The time period for the permissions granted.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The permission to preserve may be time bounded.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="RelatedObjectIdentification" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasRelatedObject"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="hasRelatedObjectSequence"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"> Definition: The identifier and sequential context of the related resource</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: The related object may or may not be held within the preservation repository. Recommended practice is that objects reside within the repository unless there is a good reason to reference an object outside. Internal and external references should be clear.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="FormatRegistry" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasFormatRegistryKey"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="hasFormatRegistryName"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Identifies and/or gives further information about the format by reference to an entry in a format registry.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: If central format registries are available to the preservation repository, they may provide an excellent way of referencing detailed format information.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Either formatDesignation or at least one instance of formatRegistry is required. If more than one formatRegistry needs to be recorded the format container should be repeated to include each additional set of formatRegistry information.
The PREMIS working group assumed that a number of format registries will be developed and maintained to support digital preservation efforts. The proposal for a Global Digital Format Registry (GDFR) (http://hul.harvard.edu/gdfr/documents.html#data), for example, would create a network-accessible registry designed to store detailed specifications on formats and profiles.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Inhibitors" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasInhibitorType"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: Inhibitors are more likely to be present on an object ingested by the repository than applied by the repository itself. It is often not possible to tell that a file has been encrypted by parsing it; the file may appear to be ASCII text. Therefore, information about inhibitors should be supplied as metadata with submitted objects when possible.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Features of the object intended to inhibit access, use, or migration.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Format information may indicate whether a file is encrypted, but the nature of the encryption also must be recorded, as well as the access key.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Some file formats allow encryption for embedded bitstreams.
Some file formats such as PDF use passwords to control access to content or specific functions. Although this is actually implemented at the bitstream level, for preservation purposes it is effectively managed at the file level; that is, passwords would not be recorded for individually addressable bitstreams.
For certain types of inhibitor keys, more granularity may be required. If the inhibitor key information is identical to key information in digital signatures, use those semantic units.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Event" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class rdf:ID="PremisEntity"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasEventType"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasIdentifier"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasEventDateTime"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Entity properties:
Must be related to one or more objects.
Can be related to one or more agents.
Links between entities may be recorded from either direction and need not be bi-directional.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The Event entity aggregates information about an action that involves one or more Object entities. Metadata about an Event would normally be recorded and stored separately from the digital object.
Whether or not a preservation repository records an Event depends upon the importance of the event. Actions that modify objects should always be recorded. Other actions such as copying an object for backup purposes may be recorded in system logs or an audit trail but not necessarily in
an Event entity.
Mandatory semantic units are: eventIdentifier, eventType, and eventDateTime.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Environment" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasEnvironmentCharacteristic"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: This information may be omitted when the repository is doing only bit-level preservation on the object.
Rather than having each repository record this locally, it would be preferable to have a registry of environment information similar to proposed registries of format information.
Repositories may choose to design mechanisms for inheritance, so that if the environment required for each file within a representation is identical to the environment recorded for the representation as a whole, it is not necessary to store this information in each file.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Hardware/software combinations supporting use of the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Environment is the means by which the user renders and interacts with content. Separation of digital content from its environmental context can result in the content becoming unusable.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: All of this semantic units subunits are optional. At least one subunit (i.e. environmentNote, dependency, software, hardware, and/or environmentExtension) must be present if this container is included.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Representation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<vs:term_status>stable</vs:term_status>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A digital object instantiating or embodying an Intellectual Entity. A representation is the set of stored digital files and structural metadata needed to provide a complete and reasonable rendition of the Intellectual Entity.</rdfs:comment>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition</rdfs:seeAlso>
<rdfs:subClassOf>
<owl:Class rdf:ID="Object"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="RightsDocumentation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasRightsDocumentationRole"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A designation used to uniquely identify documentation supporting the
specified rights within the repository system.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="SignificantProperties" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: Significant properties may pertain to all objects of a certain class; for example, the repository can decide that for all PDF files, only the content need be preserved. In other cases, for example, for media art, the significant properties may be unique to each individual object. Where values are unique, they must be supplied by the submitter or provided by the curatorial staff of the repository.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Characteristics of a particular object subjectively determined to be important to maintain through preservation actions.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Objects that have the same technical properties may still differ as to the properties that should be preserved for future presentation or use.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: All of this semantic units subunits are optional. At least one of the significantPropertiesValue and significantPropertiesExtension subunits must be present if this container is included or both may be used.
Significant properties may be objective technical characteristics subjectively considered important, or subjectively determined characteristics. For example, a PDF may contain links that are not considered important and JavaScript that is considered important. Or future migrations of a TIFF image may require optimization for line clarity or for color; the option chosen would depend upon a curatorial judgment of the significant properties of the image.
Listing significant properties implies that the repository plans to preserve these properties across time and requires them to acceptably survive preservation action; for example, to be maintained during emulation or after format migration. It also implies that the repository would note when preservation action results in modification of significant properties.
In practice, significant properties might be used as measures of preservation success, as part of quality checking the results of a preservation action or evaluating the efficacy of a preservation method. For example, if the listed significant properties are not maintained after application of a particular preservation method, it may indicate a failure of the process or that the method is not well suited to the type of material.
More experience with digital preservation is needed to determine the best ways of representing significant properties in general, and of representing modification of significant properties.
The semantic units included in the significantProperties container aim to provide a flexible structure for describing significant properties, allowing general types of aspects, facets or attributes of an object to be declared and to be paired with specific significant details about the object pertaining to that aspect, facet or attribute.
For example, some repositories may define significant properties for objects related to facets of content, appearance, structure, behavior, and context. Examples of facet:detail pairs in this case could include:
significantPropertiesType = “content”
significantPropertiesValue = “all textual content and images”
significantPropertiesType = “behavior”
significantPropertiesValue = “editable”
Other repositories may choose to describe significant properties at a more granular attribute level; for example:
significantPropertiesType = “page count”
significantPropertiesValue = “7”
significantPropertiesType = “page width”
significantPropertiesValue = “210 mm”
Each facet:detail pair should be contained in a separate, repeated significantProperties container.
Further work on determining and describing significant properties may yield more detailed schemes to facilitate general description.
Representing modification of significant properties as a result of preservation action also requires further work. One possible way involves the use of Object and Event information: Object A has significant properties volume and timing, which are recorded as significantProperties of A. In migrated version B, the timing is modified, which is noted in the eventOutcome of the migration event. Only volume is listed as a significant property of B.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Fixity" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasMessageDigestAlgorithm"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasMessageDigest"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: Automatically calculated and recorded by repository.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information used to verify whether an object has been altered in an undocumented or unauthorized way.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: To perform a fixity check, a message digest calculated at some earlier time is compared with a message digest calculated at a later time. If the digests are the same, the object was not altered in the interim. Recommended practice is to use two or more message digests calculated by different algorithms. (Note that the terms “message digest” and “checksum” are commonly used interchangeably. However, the term “checksum” is more correctly used for the product of a cyclical redundancy check (CRC), whereas the term “message digest” refers to the result of a cryptographic hash function, which is what is referred to here.)
The act of performing a fixity check and the date it occurred would be recorded as an Event. The result of the check would be recorded as the eventOutcome. Therefore, only the messageDigestAlgorithm and messageDigest need to be recorded as objectCharacteristics for future comparison.
Representation level: It could be argued that if a representation consists of a single file or if all the files comprised by a representation are combined (e.g., zipped) into a single file, then a fixity check could be performed on the representation. However, in both cases the fixity check is actually being performed on a file, which in this case happens to be coincidental with a representation.
Bitstream level: Message digests can be computed for bitstreams although they are not as common as with files. For example, the JPX format, which is a JPEG2000 format, supports the inclusion of MD5 or SHA-1 message digests in internal metadata that was calculated on any range of bytes of the file.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="ObjectCharacteristics" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasFormat"/>
</owl:onProperty>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasCompositionLevel"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Technical properties of a file or bitstream that are applicable to all or most formats.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: There are some important technical properties that apply to objects of any format. Detailed definition of format-specific properties is outside the scope of this Data Dictionary, although such properties may be included within objectCharacteristicsExtension.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: The semantic units included in objectCharacteristics should be treated as a set of information that pertains to a single object at a single compositionLevel. Object characteristics may be repeated when an object was created by applying two or more encodings, such as compression and encryption. In this case each repetition of objectCharacteristics would have an incrementally higher compositionLevel.
When encryption is applied, the objectCharacteristics block must include an inhibitors semantic unit.
A bitstream embedded within a file may have different object characteristics than the file. Where these characteristics are relevant for preservation, they should be recorded.
When a single file is equivalent to a representation, objectCharacteristics may be applied and thus associated with the representation. In these cases, the relationship between the file comprising the representation and other associated files may be expressed using relationshipSubType.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Identifier" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasIdentifierValue"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasIdentifierType"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This class is used in PREMIS OWL to describe identifiers if the identifiers are not http URIs.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Dependency" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#hasIdentifier"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="hasDependencyName"/>
</owl:onProperty>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: Recommended practice is for a repository to archive objects on which other objects depend. These may be sent by the submitter of the primary object, or they may in some cases be automatically obtained by the repository. For example, a markup file will often contain links to other objects it requires such as DTDs or XML Schema. If it does, these objects can often be identified by the link and downloaded by the repository.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about a non-software component or associated file needed in order to use or render the representation or file, for example, a schema, a DTD, or an entity file declaration.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This semantic unit is for additional objects that are necessary to render a file or representation, not for required software or hardware. It may also be used for a non-executable component of the object, such as a font or style sheet. For things that the software requires, see swDependency.
This semantic unit does not include objects required by structural relationships, such as child content objects (e.g., figures that are part of an article), which are recorded under relationship with a relationshipType of “structural”.
It is up to the repository to determine what constitutes a dependency in the context of the designated community.
The objects noted may be internal or external to the preservation repository.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="EventOutcomeInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasEventOutcome"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about the outcome of an event.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: A repository may wish to supplement a coded eventOutcome value with additional information in eventOutcomeDetail. Since events may have more than one outcome, the container is repeatable.
All subunits of this semantic unit are optional. At least one subunit (i.e. eventOutcome or eventOutcomeDetail) must be present if this container is included.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Software" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasSoftwareType"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasSoftwareName"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: If recording this explicitly, many different software environments may apply; for example, a particular object such as a PDF file may be viewable by several versions of several applications running under several operating systems and operating system versions. Although at least one software environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which software environments to record.
Also, what appears to the user as a single rendering program can have many dependencies, including system utilities, runtime libraries, and so on, which each might have their own dependencies in turn.
As with environment, metadata may be more efficiently managed in conjunction with a format registry either internal or external to a repository. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to software environment.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Software required to render or use the object.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="RightsGranted" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasAct"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasTermOfGrant"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasTermOfRestriction"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The action(s) that the granting agency has allowed the repository.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Bitstream" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:InverseFunctionalProperty rdf:ID="hasObjectCharacteristics"/>
</owl:onProperty>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.</rdfs:comment>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition</rdfs:seeAlso>
<rdfs:subClassOf>
<owl:Class rdf:about="#Object"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="Agent" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class rdf:about="#PremisEntity"/>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/Agent"/>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Entity properties:
May hold or grant one or more rights.
May carry out, authorize, or compel one or more events.
May create or act upon one or more objects through an event or with respect to a rights statement.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The Agent entity aggregates information about attributes or characteristics of agents (persons, organizations, or software) associated with rights management and preservation events in the life of a data object. Agent information serves to identify an agent unambiguously from all other
Agent entities.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="EventOutcomeDetail" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasEventOutcomeDetailNote"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A detailed description of the result or product of the event.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: An event outcome may be sufficiently complex that a coded description is not adequate to document it.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This may be used to record all error and warning messages issued by a program involved in the event or to record a pointer to an error log.
If the event was a validity check (e.g., profile conformance) any anomalies or quirks discovered would be recorded here.
All subunits of this semantic unit are optional. At least one subunit (i.e. eventOutcomeDetailNote and/or eventOutcomeDetailExtension) must be present if this container is included.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="ContentLocation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasContentLocationType"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="hasContentLocationValue"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: A preservation repository should never refer to content that it does not control. Therefore, the PREMIS working group assumed that the repository will always assign the contentLocation, probably by program.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information needed to retrieve a file from the storage system, or to access a bitstream within a file.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: If the preservation repository uses the objectIdentifier as a handle for retrieving data, contentLocation is implicit and does not need to be recorded.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="CopyrightInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasCopyrightStatus"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasCopyrightJurisdiction"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about the copyright status of the object(s).</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: When rights basis is a copyright, copyrightInformation should be provided.
Repositories may need to extend this with more detailed information. See the California Digital Library's copyrightMD schema (www.cdlib.org/inside/projects/rights/schema/) for an example of a more detailed scheme.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="RightsStatement"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#ApplicableDates" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#hasStartDate"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="hasEndDate"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The date range during which the particular rights statement applies or is
applied to the content.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:comment>Rationale Specific dates may apply to the particular rights statement.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#PremisEntity" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Basicly, the preservation information in PREMIS OWL consists of five entities related to each other. The entities are: Agent, Event, IntellectualEntity, Object, and RightsStatement.</rdfs:comment>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PREMIS 2.2 Owl v2</owl:versionInfo>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="LicenseInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class rdf:about="#RightsStatement"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasLicenseTerms"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about a license or other agreement granting permissions related to an object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Note: When rights basis is a license, licenseInformation should be provided.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="FormatDesignation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="hasFormatName"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: An identification of the format of the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Either formatDesignation or at least one instance of formatRegistry is required. Both may be included.
The most specific format (or format profile) should be recorded. A repository (or formats registry) may wish to use multipart format names (e.g., “TIFF_GeoTIFF” or “WAVE_MPEG_BWF”) to achieve this specificity.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="TermOfRestriction" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#hasStartDate"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The time period for the restriction granted.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The current definition of termOfGrant is "time period for the permissions granted." This allows for expressing information about the rights granted, but some repositories may need to express timebounded restrictions like embargoes. If this is applicable startDate for the beginning of the embargo and endDate for the end of the embargo should be recorded.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#ApplicableDates"/>
</owl:Class>
<owl:Class rdf:about="#Object" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf rdf:resource="#PremisEntity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Entity properties:
Can be associated with one or more rights statements.
Can participate in one or more events.
Links between entities may be recorded from either direction and need not be bi-directional.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Entity types:
Representation: A digital object instantiating or embodying an Intellectual Entity. A representation is the set of stored digital files and structural metadata needed to provide a complete and reasonable rendition of the Intellectual Entity.
File: A named and ordered sequence of bytes that is known to an operating system.
Bitstream: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The object class aggregates information about a digital object held by a preservation repository and describes those characteristics relevant to preservation management. The only mandatory property is objectIdentifier.
The object class has three subclasses: Representation, File, and Bitstream.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Hardware" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasHardwareType"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasHardwareName"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: Hardware environment information can be very difficult to provide. Many different hardware environments may apply; there are a huge number of combinations of maker and type of CPU, memory, video drivers, and so on. Although at least one hardware environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which hardware environments to record.
Because of the difficulty recording this information comprehensively, it would be optimal if central registries of environment information existed. In many cases the environment of a file object is directly associated with the format, making registry lookup by format feasible. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to hwEnvironment.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Hardware components needed by the software referenced in swName or the human user of the referenced software.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="IntellectualEntity" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf rdf:resource="#PremisEntity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: a set of content that is considered a single intellectual unit for purposes of management and description: for example, a particular book, map, photograph, or database. An Intellectual Entity can include other Intellectual Entities; for example, a Web site can include a Web page; a Web page can include an image. An Intellectual Entity may have one or more digital representations.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Intellectual entities are described via Descriptive metadata models. These are very domain-specific and are out of scope for PREMIS. Examples: Dublin Core, Mets, MARC</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Signature" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasSignatureEncoding"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasSignatureMethod"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="hasSignatureValidationRules"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasSignatureValue"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information needed to use a digital signature to authenticate the signer of an object and/or the information contained in the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: A repository may have a policy of generating digital signatures for files on ingest, or may have a need to store and later validate incoming digital signatures.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Several of the semantic components of signatureInformation are taken from the W3Cs XML-Signature Syntax and Processing; see www.w3.org/TR/2002/REC-xmldsig-core-20020212/ for more information on the structure and application of these semantic units.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="Format" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasFormatDesignation"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasFormatRegistry"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: The format of a file or bitstream should be ascertained by the repository on ingest. Even if this information is provided by the submitter, directly in metadata or indirectly via the file name extension, recommended practice is to independently identify the format by parsing the file when possible. If the format cannot be identified at the time of ingest, it is valid to record that it is unknown, but the repository should subsequently make an effort to identify the format, even if manual intervention is required.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Identification of the format of a file or bitstream where format is the organization of digital information according to preset specifications.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Many preservation activities depend on detailed knowledge about the format of the digital object. An accurate identification of format is essential. The identification provided, whether by name or pointer into a format registry, should be sufficient to associate the object with more detailed format information.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: A bitstream embedded within a file may have different characteristics than the larger file. For example, a bitstream in LaTex format could be embedded within an SGML file, or multiple images using different colorspaces could be embedded within a TIFF file. format must be recorded for every object. When the bitstream format can be recognized by the repository and the repository might want to treat the bitstream differently from the embedding file for preservation purposes, format can be recorded for embedded bitstreams.
Although this semantic unit is mandatory, both of its subunits are optional. At least one subunit (i.e. either formatDesignation or formatRegistry) must be present if this container is included or both may be used. If the subunit (formatDesignation or formatRegistry) needs to be repeated, the entire format container is repeated. This allows for association of format designation with a particular set of format registry information. For example, if the precise format cannot be determined and two format designations are recorded, each is given within a separate format container. The format container may also be repeated for multiple format registry entries.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="File" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:InverseFunctionalProperty rdf:about="#hasObjectCharacteristics"/>
</owl:onProperty>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A named and ordered sequence of bytes that is known to an operating system.</rdfs:comment>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition</rdfs:seeAlso>
<rdfs:subClassOf rdf:resource="#Object"/>
</owl:Class>
<owl:Class rdf:ID="Storage" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasContentLocation"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasStorageMedium"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about how and where a file is stored in the storage system.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: It is necessary for a repository to associate the contentLocation with the storageMedium.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Normally there would be a single storage location and medium for an object, because an object in another location would be considered a different object. The storage composite should be repeated if there are two or more copies that are identical bit-wise and managed as a unit except for the medium on which they are stored. They must have a single objectIdentifier and be managed as a single object by the repository.
Although this semantic unit is mandatory, both of its subunits are optional. At least one subunit (i.e. either contentLocation or storageMedium) must be present or both may be used.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:about="#RightsStatement" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf rdf:resource="#PremisEntity"/>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/RightsStatement"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasApplicableDates"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#hasIdentifier"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Documentation of the repository's right to perform one or more acts.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: In OWL one can define its own subclasses to the the RightsStatement class to denote OtherRightsInformation of the PREMIS data dictionary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This semantic unit is optional because in some cases rights may be unknown. Institutions are encouraged to record rights information when possible.
Either rightsStatement or rightsExtension must be present if the Rights entity is included.
The rightsStatement should be repeated when the act(s) described has more than one basis, or when different acts have different bases.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="PreservationLevel" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasPreservationLevelRole"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="hasPreservationLevelValue"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata. The repository may also choose to record additional metadata indicating the context for the assignment of the preservation level.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information indicating the decision or policy on the set of preservation functions to be applied to an object and the context in which the decision or policy was made.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Some preservation repositories will offer multiple preservation options depending on factors such as the value or uniqueness of the material, the “preservability” of the format, the amount the customer is willing to pay, etc. The context surrounding the choice of a particular preservation option for an object may also require further explanation.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: If the repository offers only a single preservation level, this value does not need to be explicitly recorded within the repository.
Application of a particular set of preservationLevel semantic units may only cover a single representation of an object: representations in other technical forms or serving other functions may have a different preservationLevel applied.
The container may be repeated if a preservation level value needs to be recorded in additional contexts (see preservationLevelRole).</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="CreatingApplication" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasCreatingApplicationName"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasCreatingApplicationVersion"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasDateCreatedByApplication"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: If the object was created by the repository, assignment of creating application information should be straightforward.
If the object was created outside the repository, it is possible this information could be supplied by the depositor. It might also be extracted from the file itself; the name of the creating application is often embedded within the file.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about the application that created the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Information about the creating application, including the version of the application and the date the file was created, can be useful for problem solving purposes. For example, it is not uncommon for certain versions of software to be known for causing conversion errors or introducing artifacts. It is also useful to determine which rendering software is available for the digital object. For example, if you know that the Distiller program created the PDF file, you know it will be renderable with (among other programs) Adobe Reader.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This semantic unit applies to both objects created external to the repository and subsequently ingested, and to objects created by the repository, for example, through migration events.
The creatingApplication container is repeatable if more than one application processed the object in turn. For example, a file could be created by Microsoft Word and later turned into a PDF using Adobe Acrobat. Details of both the Word and Acrobat applications may be recorded. However, if both files are stored in the repository, each file should be completely described as an Object entity and linked by using relationship information with a relationshipType “derivation.”
It may also be repeated to record the creating application before the object was ingested as well as the creating application used as part of the ingest process. For example, an HTML file was created pre-ingest using Dreamweaver, and the Web crawler Heritrix then captured a snapshot of the files as part of the ingest.
The amount of information needed for creatingApplication given here is minimal. For more granularity, extensibility is provided.
Rather than having each repository record this locally, it would be preferable to have a registry of this information similar to format or environment registries.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:Class rdf:ID="StatuteInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subClassOf rdf:resource="#RightsStatement"/>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasStatuteCitation"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasStatuteJurisdiction"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about the statute allowing use of the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: When rights basis is a statute, statuteInformation should be provided.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<owl:ObjectProperty rdf:ID="hasEventOutcomeDetail" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#EventOutcomeDetail"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EventOutcomeInformation class definition and EventOutcomeDetail class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain rdf:resource="#EventOutcomeInformation"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasEventRelatedAgent" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="hasAgent"/>
</rdfs:subPropertyOf>
<vs:term_status>unstable</vs:term_status>
<rdfs:comment>This propety links a Event instance to an Agent instance. Via this property a distinction can be made in the linkingAgent properties based on the domain.</rdfs:comment>
<rdfs:comment>Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.</rdfs:comment>
<rdfs:seeAlso>http://id.loc.gov/vocabulary/preservation/eventRelatedAgentRole</rdfs:seeAlso>
<rdfs:domain rdf:resource="#Event"/>
<rdfs:range rdf:resource="#Agent"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasInhibitorTarget" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorTarget</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The content or function protected by the inhibitor.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/inhibitorTarget"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
<rdfs:domain rdf:resource="#Inhibitors"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasObject" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about an object associated with an event or rightsstatement.</rdfs:comment>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Event and RightsStatement class definition and Object class definition</rdfs:seeAlso>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Digital provenance often requires that relationships between objects and events are documented. / Rights statements must be associated with the objects to which they pertain, either by linking from the rights statement to the object(s) or by linking from the object(s) to the rights statement. This provides the mechanism for the link from the rights statement to an object. For denoting the role of the object, when related to an event,one can extend this ontology be defining your own subproperties, such as those given by http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole.</rdfs:comment>
<rdfs:seeAlso>http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole</rdfs:seeAlso>
<rdfs:comment>Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Event"/>
<owl:Class rdf:about="#RightsStatement"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="#Object"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasEventRelatedObject" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Information about an object associated with an event.</rdfs:comment>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Event class definition and Object class definition</rdfs:seeAlso>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Digital provenance often requires that relationships between objects and events are documented.</rdfs:comment>
<rdfs:seeAlso>http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole</rdfs:seeAlso>
<rdfs:comment>Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:subPropertyOf rdf:resource="http://www.loc.gov/premis/rdf/v1#hasObject"/>
<rdfs:domain rdf:resource="#Event"/>
<rdfs:range rdf:resource="#Object"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasRelatedStatuteInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#StatuteInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: This property is used to relate certain StatuteInformation instances. The rationale for this is that in the PREMIS data dictionary, a RightsStatement instance can consist of several StatuteInformation instances. In the PREMIS OWL ontology, the StatuteInformation class is subclassed to RightsStatement. The restore the relation between the grouped StatuteInformation instances of a RightsStatement of the PREMIS data dictionary, this property is used is PREMIS OWL.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="#StatuteInformation"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasRightsDocumentation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<vs:term_status>stable</vs:term_status>
<rdfs:seeAlso>RiightsDocumentation class definition</rdfs:seeAlso>
<rdfs:range rdf:resource="#RightsDocumentation"/>
<rdfs:domain rdf:resource="#RightsStatement"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasEventOutcomeInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Event class definition and EventOutcomeInformation class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="#EventOutcomeInformation"/>
<rdfs:domain rdf:resource="#Event"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasAgent" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Agent class definition</rdfs:seeAlso>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: link to the associated Agent.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Digital provenance requires often that relationships between agents and events are documented. The role of the associated agent may need to be documented. For this, a SKOS vocabulary can be used. The LOC will publish a vocabulary at http://id.loc.gov/, denoting the agent's role. These vocabulary will publish the concepts also as subproperties to the linkingAgent property, for denoting the role of the agent in the event or rightsstatement.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Event"/>
<owl:Class rdf:about="#RightsStatement"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="#Agent"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasFormatDesignation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Format class definition and FormatDesignation class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="#FormatDesignation"/>
<rdfs:domain rdf:resource="#Format"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasRightsDocumentationRole" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#RightsDocumentation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: This property denotes the role of the related documentation. The value must be taken from a skos vocabulary. A value indicating the purpose or expected use of the documentation being identified.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:comment>Rationale: This information distinguishes the purpose of the supporting documentation especially when there are multiple documentation identifiers.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasDependency" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Environment class definition and Dependency class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="#Dependency"/>
<rdfs:domain rdf:resource="#Environment"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasRelatedObject" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#RelatedObjectIdentification"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: This property related to all object belonging to a RelatedObjectIdentification to describe the related objects as an aggregation.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="#Object"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasRightsRelatedAgent" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:subPropertyOf rdf:resource="#hasAgent"/>
<rdfs:seeAlso>http://id.loc.gov/vocabulary/preservation/rightsRelatedAgentRole</rdfs:seeAlso>
<rdfs:comment>Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.</rdfs:comment>
<rdfs:comment>This propety links a RightsStatement instance to an Agent instance. Via this property a distinction can be made in the linkingAgent properties based on the domain.</rdfs:comment>
<vs:term_status>unstable</vs:term_status>
<rdfs:range rdf:resource="#Agent"/>
<rdfs:domain rdf:resource="#RightsStatement"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasPreservationLevel" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition and PreservationLevel class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#File"/>
<owl:Class rdf:about="#Representation"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="#PreservationLevel"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasSignificantProperties" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition and SignificantProperties class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain rdf:resource="#Object"/>
<rdfs:range rdf:resource="#SignificantProperties"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasEnvironmentPurpose" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentPurpose</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The use(s) supported by the specified environment.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Different environments can support different uses of objects. For example, the environment needed to edit and modify a file can be quite different than the environment needed to render it.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/environmentPurpose"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
<rdfs:domain rdf:resource="#Environment"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasAgentType" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/agentType </rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A high-level characterization of the type of agent.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/agentType"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
<rdfs:domain rdf:resource="#Agent"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasApplicableDates" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#RightsStatement"/>
<vs:term_status>stable</vs:term_status>
<rdfs:seeAlso>ApplicableDates class definition</rdfs:seeAlso>
<rdfs:range rdf:resource="#ApplicableDates"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasRightsStatement" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#RightsStatement"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A rights statement associated with the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: A repository may choose to link from a rights statement to an object or from an object to a rights statement or both.</rdfs:comment>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RightsStatement class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Agent"/>
<owl:Class rdf:about="#Object"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasKeyInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Signature class definition and KeyInformation class definition</rdfs:seeAlso>
<vs:term_status>unstable</vs:term_status>
<rdfs:domain rdf:resource="#Signature"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasSignature" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Signature class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Bitstream"/>
<owl:Class rdf:about="#File"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="#Signature"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasTermOfRestriction" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#TermOfRestriction"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RightsGranted and TermOfRestriction class definitions</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain rdf:resource="#RightsGranted"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasStorage" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#Storage"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition and Storage class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Bitstream"/>
<owl:Class rdf:about="#File"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasFormat" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#ObjectCharacteristics"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ObjectCharacteristics class definition and Format class definition. Next to the premis:Format class this property can also link to a pronom:file-format or udfr:AbstractFormat .</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Format"/>
<rdf:Description rdf:about="http://reference.data.gov.uk/technical-registry/file-format"/>
<rdf:Description rdf:about="http://www.udfr.org/onto#AbstractFormat"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasEnvironment" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#Environment"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition and Environment class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain rdf:resource="#Object"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasEnvironmentCharacteristic" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentCharacteristic</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: An assessment of the extent to which the described environment supports its purpose.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: If multiple environments are described, this element can help to distinguish among them.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/environmentCharacteristic"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
<rdfs:domain rdf:resource="#Environment"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasEvent" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The event associated with the object or an agent.</rdfs:comment>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition, the Agent class Definition and Event class definition</rdfs:seeAlso>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Use to link to events that are not associated with relationships between objects, such as format validation, virus checking, etc.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Agent"/>
<owl:Class rdf:about="#Object"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="#Event"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasInhibitors" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#ObjectCharacteristics"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ObjectCharacteristics class definition and Inhibitors class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="#Inhibitors"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasSignatureEncoding" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The encoding used for the values of signatureValue, keyInformation.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: These values cannot be interpreted correctly if the encoding is unknown.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/signatureEncoding"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
<rdfs:domain rdf:resource="#Signature"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasStorageMedium" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/storageMedium</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The physical medium on which the object is stored (e.g., magnetic tape, hard disk, CD-ROM, DVD).</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The repository needs to know the medium on which an object is stored in order to know how and when to do media refreshment and media migration.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/storageMedium"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
<rdfs:domain rdf:resource="#Storage"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasCreatingApplication" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#ObjectCharacteristics"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ObjectCharacteristics class definition and CreatingApplication class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="#CreatingApplication"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasSoftware" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#Software"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Environment class definition and Software class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain rdf:resource="#Environment"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasRelationship" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">testing</vs:term_status>
<rdfs:comment>The LOC will provide a SKOS vocabulary, where the concepts can also be used as object properties at http://id.loc.gov/. These relationships will capture the relationship type and subtype. One can define its own relationships, but for interoperability reasons, these should be linked to or made a subproperty of the properties of the LOC vocabulary.</rdfs:comment>
<rdfs:comment>Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.</rdfs:comment>
<rdfs:seeAlso>http://id.loc.gov/vocabulary/preservation/relationshipType</rdfs:seeAlso>
<rdfs:seeAlso>http://id.loc.gov/vocabulary/preservation/relationshipSubType</rdfs:seeAlso>
<rdfs:comment>Definition: This property links one object to one or more other objects.</rdfs:comment>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Object"/>
<owl:Class rdf:about="#RelatedObjectIdentification"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:domain rdf:resource="#Object"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasIntellectualEntity" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#IntellectualEntity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: An intellectual entity associated with the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Use to link to an intellectual entity that is related to the object. This may be a link to descriptive metadata that describes the intellectual entity or some other surrogate for it that can be referenced. This link will likely be to an identifier of an object that is at a higher conceptual level than the object for which the metadata is provided, for example, to a collection or parent object.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:domain rdf:resource="#Object"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasHardware" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Environment"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Environment class definition and Hardware class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="#Hardware"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasEventType" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/eventType</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A categorization of the nature of the event.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Categorizing events will aid the preservation repository in machine processing of event information, particularly in reporting.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/eventType"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
<rdfs:domain rdf:resource="#Event"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasRightsGranted" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RightsStatement class definition and RightsGranted class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="#RightsGranted"/>
<rdfs:domain rdf:resource="#RightsStatement"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasIdentifier" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
<vs:term_status>stable</vs:term_status>
<rdfs:seeAlso>Identifier class definition</rdfs:seeAlso>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Agent"/>
<owl:Class rdf:about="#Dependency"/>
<owl:Class rdf:about="#Event"/>
<owl:Class rdf:about="#LicenseInformation"/>
<owl:Class rdf:about="#Object"/>
<owl:Class rdf:about="#RightsDocumentation"/>
<owl:Class rdf:about="#RightsStatement"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:ID="hasMessageDigestOriginator" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: DRS, A0000978</rdfs:comment>
<rdfs:domain rdf:resource="#Fixity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: If the calculation of the initial message digest is treated by the repository as an Event, this information could be obtained from an Event record.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The agent that created the original message digest that is compared in a fixity check.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: A preservation repository may ingest files that have had message digests calculated by the submitter; checking these ensures that the file as received is the same as the file as sent. The repository may also ingest files that do not have message digests, and so must calculate the initial value upon ingest. It can be useful to know who calculated the initial value of the message digest.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: The originator of the message digest could be represented by a string representing the agent (e.g., “NRS” referring to the archive itself) or a pointer to an agent description (e.g., “A0000987” taken here to be an agentIdentifierValue).</rdfs:comment>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasSoftwareOtherInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Software"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional requirements or instructions related to the software referenced in swName.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: Install Acroread (Adobe Acrobat) first; copy nppdf.so (the plug-in) to your Mozilla plug-ins directory, and make sure a copy of (or symlink to) Acroread is in your PATH.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This could be a reliable persistent identifier or URI pointing to software documentation within or outside the repository.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasHardwareOtherInformation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional requirements or instructions related to the hardware referenced in hwName.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: 32MB minimum, Required RAM for Apache is unknown</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: For hardware, the amount of computing resource needed (such as memory, storage, processor speed, etc.) may need to be documented. In addition, more detailed instructions may be needed to install and/or operate the hardware.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This could be an identifier or URI used to point to hardware documentation.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#Hardware"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#hasPreservationLevelValue" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Some preservation repositories will offer multiple preservation options depending on factors such as the value or uniqueness of the material, the “preservability” of the format, the amount the customer is willing to pay, etc.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: bit-level, full, fully supported with future migrations (File), 0</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Value should be taken from a controlled vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Only one preservationLevelValue may be recorded per preservationLevel container. If a further preservationLevelValue applies to the object in a different context, a separate preservationLevel container should be repeated.</rdfs:comment>
<rdfs:domain rdf:resource="#PreservationLevel"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A value indicating the set of preservation functions expected to be applied to the object.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#hasFormatName" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Value should be taken from a controlled vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A designation of the format of the file or bitstream.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: Text/sgml, image/tiff/geotiff, Adobe PDF, DES, PGP, base64, unknown, LaTex</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: For unidentified formats, formatName may be recorded as “unknown”.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#FormatDesignation"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasSize" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The size in bytes of the file or bitstream stored in the repository.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: 2038937</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Size is useful for ensuring the correct number of bytes from storage have been retrieved and that an application has enough room to move or process files. It might also be used when billing for storage.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: Automatically obtained by the repository.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#long"/>
<rdfs:domain rdf:resource="#ObjectCharacteristics"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Defining this semantic unit as size in bytes makes it unnecessary to record a unit of measurement. However, for the purpose of data exchange the unit of measurement should be stated or understood by both partners.</rdfs:comment>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#hasContentLocationValue" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The reference to the location of the content used by the storage system.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: http://wwasearch.loc.gov/107th/200212107035/http://house.gov/langevin/ (file), c:\apache2\htdocs\index.html (file), 64 [offset from start of file c:\apache2\htdocs\image\logo.gif] (bitstream)</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This could be a fully qualified path and filename, or the information used by a resolution system (e.g., a handle) or the native information used by a storage management system. For a bitstream or filestream, this would probably be the reference point and offset of the starting position of the bitstream. It is up to the repository to determine the level of granularity that should be recorded.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#ContentLocation"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasRightsStatementNote" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional information about the RightsStatement of an object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: Copyright expiration expected in 2010 unless renewed.
License is embedded in XMP block in file header.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#RightsStatement"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasFormatVersion" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The version of the format named in formatName.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: 6.0, 2003</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Many authority lists of format names are not granular enough to indicate version, for example, MIME Media types.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: If the format is versioned, formatVersion should be recorded. It can be either a numeric or chronological designation.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#FormatDesignation"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasFormatNote" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional information about format.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: tentative identification, disjunction, multiple format identifications found</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Qualifying information may be needed to supplement format designation and registry information or record a status for identification.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: The formatNote may contain free text, a reference pointer, or a value from a controlled list.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#Format"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasSoftwareDependency" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Software"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The name and, if applicable, version of any software component needed by the software referenced in swName in the context of using this object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: GNU gcc &gt;=2.7.2</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: The value should be constructed in a way that is consistent with the construction of swName and swVersion. This semantic unit identifies the software that is needed by what is recorded in swName, for example, a Perl script that depends on a Perl module. In this case the Perl script is listed in swName, with the module in swDependency within a software container.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#hasSignatureValidationRules" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The operations to be performed in order to validate the digital signature.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The repository should not assume that the procedure for validating any particular signature will be known many years in the future without documentation.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This may include the canonicalization method used before calculating the message digest, if the object was normalized before signing.
This value could also be a pointer to archive documentation.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#Signature"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasRightsGrantedNote" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional information about the rights granted.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: A textual description of the rights granted may be needed for additional explanation.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This semantic unit may include a statement about risk assessment, for example, when a repository is not certain about what permissions have been granted.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#RightsGranted"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#hasDependencyName" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Dependency"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A designation for a component or associated file needed by the representation or file.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: Additional Element Set for Language Corpora</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: It may not be self-evident from the dependencyIdentifier what the name of the object actually is.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasRestriction" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A condition or limitation on the act.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: No more than three, Allowed only after one year of archival retention has elapsed, Rightsholder must be notified after completion of act</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#RightsGranted"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasEnvironmentNote" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Environment"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional information about the environment.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: This environment assumes that the PDF will be stored locally
and used with a standalone PDF reader.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: There may be a need to give a textual description of the environment for additional explanation.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This note could be used to record the context of the environment information. For example, if a file can be rendered through a PC client application or through a browser with a plug-in, this note could be used to identify which situation applies.
The note should not be used for a textual description of environment information recorded more rigorously elsewhere.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasSignatureProperties" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional information about the generation of the signature.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This may include the date/time of signature generation, the serial number of the cryptographic hardware used, or other information related to the generation of the signature. Repositories will likely want to define a suitably granular structure to signatureProperties.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#Signature"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#hasRelatedObjectSequence" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#RelatedObjectIdentification"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The order of the related object relative to other objects with the same
type of relationship.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: This semantic unit is particularly useful for structural relationships. In order to reconstruct a representation, it may be necessary to know the order of components with sibling or part-whole relationships. For example, to render a page-image book, it is necessary to know the order of files representing pages.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#hasEndDate" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The ending date of the permission granted.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Use “0000-00-00T00:00:00+00:00” for an open ended term of grant. Omit endDate if the ending date is unknown or the permission statement applies to many objects with different end dates.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:domain rdf:resource="#ApplicableDates"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasAgentName" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A text string which could be used in addition to agentIdentifier to identify an agent.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: Erik Owens, Pc</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: This semantic unit provides a more reader-friendly version of the agent identified by the agentIdentifier.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Note: The value is not necessarily unique.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#Agent"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasAgentNote" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Agent"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional information about the agent.
</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Additional information may be needed to describe or disambiguate
the agent.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#hasFormatRegistryName" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A designation identifying the referenced format registry.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: PRONOM, www.nationalarchives.gov.uk/pronom, Representation Information Registry Repository, FRED: A format registry demonstration, release 0.07</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This can be a formal name, internally used name, or URI.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#FormatRegistry"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasPreservationLevelDateAssigned" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The date, or date and time, when a particular preservationLevelValue was assigned to the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: 2001-10-26T19:32:52+00:00</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The preservationLevel applicable to an object is expected to be reviewed and changed over time, in response to changes in repository preservation requirements, policies, or capabilities relevant to the object. The date that the current preservationLevelValue was assigned aids review of decisions.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:domain rdf:resource="#PreservationLevel"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasPreservationLevelRationale" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The reason a particular preservationLevelValue was applied to
the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: user pays, legislation, defective file, bit-level preservation only available for this format</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Application of a particular preservationLevelValue may require justification, especially if it differs from that usually applied according to repository policy.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This optional semantic unit records the reason for applying the preservationLevelValue.
This information can be particularly important when the assigned preservationLevelValue differs from usual repository policy.
For example, a repository may normally assign a preservationLevelValue of “full preservation” for JPEG2000 files, but detects that a particular file is defective. This may mean that the repositorys preservation strategy for JPEG2000 may not be effective for this particular file, so the repository may assign a preservationLevelValue of “bit-level preservation” to this file, recording “defective file” as the rationale.
Similarly, legislative requirements or contractual agreements may require a higher level of preservation to be assigned to a particular object than would be assigned to that class of object according to usual policy. In this case, the rationale for the assignment may be recorded as “legislation” or “user pays”, for example.
preservationLevelRationale may be repeated if more than one reason needs to be recorded.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#PreservationLevel"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="hasEventDetail" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Additional information about the event.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: Object permanently withdrawn by request of Caroline Hunt,
Program=“MIGJP2JP2K”; version=“2.2”</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: eventDetail is not intended to be processed by machine. It may record any information about an event and/or point to information stored elsewhere.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#Event"/>
</owl:DatatypeProperty>
<owl:FunctionalProperty rdf:about="#hasContentLocationType" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#ContentLocation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The means of referencing the location of the content.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: To understand the meaning of the value it is necessary to know what location scheme is used.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/contentLocationType"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasMessageDigestAlgorithm" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Fixity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The specific algorithm used to construct the message digest for the digital object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasFormatRegistry" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Format"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Format class definition and FormatRegistry class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="#FormatRegistry"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasCopyrightStatus" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#CopyrightInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A coded designation for the copyright status of the object at the time the rights statement is recorded.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/copyrightStatus"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasCreatingApplicationName" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#CreatingApplication"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A designation for the name of the software program that created the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: MSWord</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: The creatingApplication is the application that created the object in its current format, not the application that created the copy written to storage. For example, if a document is created by Microsoft Word and subsequently copied to archive storage by a repositorys Ingest program, the creatingApplication is Word, not the Ingest program.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasPreservationLevelRole" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#PreservationLevel"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/preservationLevelRole</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A value indicating the context in which a set of preservation options is applicable.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Repositories may assign preservationLevelValues in different contexts which must be differentiated, and may need to record more than one context.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/preservationLevelRole"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasAct" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#RightsGranted"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/actionsGranted </rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The action the preservation repository is allowed to take.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/actionsGranted"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasCopyrightJurisdiction" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#CopyrightInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values should be taken from ISO 3166.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The country whose copyright laws apply.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: us, de, be</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Copyright law can vary from country to country.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasHardwareName" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Hardware"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Manufacturer, model, and version (if applicable) of the hardware.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: Intel Pentium III, 1 GB DRAM, Windows XPcompatible joystick</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Include manufacturer when this helps to identify or disambiguate the product.
Include version for firmware or other components where that information is pertinent.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="hasFormatRegistryRole" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#FormatRegistry"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The purpose or expected use of the registry.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The same format may be defined in different registries for different purposes. For example, one registry may give detailed format specifications while another has profile information. If multiple registries are recorded, this semantic unit can be used to distinguish among them.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/formatRegistryRole"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasStatuteCitation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#StatuteInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: An identifying designation for the statute.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: Legal Deposit (Jersey) Law 200, National Library of New Zealand (Te Puna Mātauranga o Aotearoa) Act 2003 no 19 part 4 s 34</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Use standard citation form when applicable.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasStartDate" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#ApplicableDates"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The beginning date of the permission granted.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="hasStatuteInformationDeterminationDate" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#StatuteInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The date that the determination was made that the statute authorized the permission(s) noted.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: 2001-10-26T19:32:52+00:00</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The permission in question may be the subject of some interpretation. These assessments are made within a specific context and at a specific time. At another time the context, and therefore the assessment, could change. For this reason it can be important to record the date of the decision.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasLicenseTerms" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#LicenseInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Text describing the license or agreement by which permission was granted.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This could contain the actual text of the license or agreement or a paraphrase or summary.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasIdentifierValue" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Identifier"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Defnition: The value of the Identifier.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: 0000000312 (Representation), IU2440 (File), WAC1943.56 (File), http://nrs.harvard.edu/urn-3:FHCL.Loeb:sal (File), IU2440-1 (Bitstream)</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasCompositionLevel" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: An indication of whether the object is subject to one or more processes of decoding or unbundling.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: Composition level will generally be supplied by the repository, which should attempt to supply this value automatically. If the object was created by the repository, the creating routine knows the composition level and can supply this metadata. If the object is being ingested by the repository, repository programs will have to attempt to identify the composition level from the object itself or from externally supplied metadata.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: 0, 1, 2</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraints: Non-negative integers.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="#ObjectCharacteristics"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: A file or bitstream can be subject to multiple encodings that must be decoded in reverse order (highest to lowest). For example, file A may be compressed to create file B, which is encrypted to create file C. To recreate a copy of the base file A, one would have to unencrypt file C to create file B and then uncompress file B to create file A. A compositionLevel of zero indicates that the object is a base object and not subject to further decoding, while a level of 1 or higher indicates that one or more decodings must be applied.
Numbering goes lowest to highest (first encoded = 0). 0 is base object; 1-n are subsequent encodings.
Use 0 as the default if there is only one compositionLevel.
When multiple file objects are bundled together as filestreams within a package file object (e.g., a ZIP file), the individual filestream objects are not composition levels of the package file object. They should be considered separate objects, each with their own composition levels. For example, two encrypted files zipped together and stored in an archive as one file object would be described as three separate objects, each with its own associated metadata. The storage location of the two inner objects would point to the ZIP file, but the ZIP file itself would have only a single composition level (of zero) whose format would be “zip.”</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: A file or bitstream can be encoded with compression, encryption, etc., or bundled with other files or bitstreams into larger packages. Knowing the order in which these actions are taken is important if the original object or objects must be recovered.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="hasInhibitorKey" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Inhibitors"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The decryption key or password.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: [DES decryption key]</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: The key should be provided if known. However, it is not advisable to actually store the inhibitorKey in plain text in an unsecure database.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasStatuteJurisdiction" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#StatuteInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values should be taken from a controlled vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The country or other political body enacting the statute.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: us, de, be</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The connection between the object and the rights granted is based on jurisdiction.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="hasSignificantPropertiesValue" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#SignificantProperties"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Description of the characteristics of a particular object subjectively determined to be important to maintain through preservation actions.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: [For a Web page containing animation that is not considered essential] Content only, [For detail associated with a significantPropertiesType of "behavior"] Hyperlinks traversable, [For a Word document with embedded links that are not considered essential] Content only, [For detail associated with significantPropertiesType of "behavior"] Editable, [For detail associated with a significantPropertiesType of "page width"] 210 mm, [For a PDF with an embedded graph, where the lines' color determines the lines' meaning] Color, [For detail associated with a significantPropertiesType of "appearance"] Color</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: If facet:detail pairs are used, the content of significantPropertiesValue should describe the significant properties of object relevant to the aspect, facet, or attribute declared in the significantPropertiesType with which it is paired.
If facet:detail pairs are not used, significantPropertiesValue may be used to freely describe any characteristic of an object.
significantPropertiesValue is not repeatable. Multiple significant properties should be described in separate, repeated significantProperties container units.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasCreatingApplicationVersion" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#CreatingApplication"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The version of the software program that created the object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: 2000</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasContentLocation" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Storage"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Storage class definition and ContentLocation class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="#ContentLocation"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="hasOriginalName" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The name of the object as submitted to or harvested by the repository, before any renaming by the repository.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#File"/>
<owl:Class rdf:about="#Representation"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The name used within the preservation repository may not be known outside of the repository. A depositor might need to request a file by its original name. Also, the repository may need to reconstruct internal links for dissemination.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Creation / Maintenance Notes: This value would always be supplied to the repository by the submitter or harvesting application. How much of the file path to preserve would be up to the repository.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: N419.pdf</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This is the name of the object as designated in the Submission Information Package (SIP). The object may have other names in different contexts. When two repositories are exchanging content, it would be important for the receiving repository to know and record the name of the representation at the originating repository. In the case of representations, this may be a directory name.</rdfs:comment>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasIdentifierType" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: DLC, DRS, hdl:4263537</rdfs:comment>
<rdfs:domain rdf:resource="#Identifier"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Identifier values cannot be assumed to be unique across domains. The combination of identifierType and identifierValue should ensure uniqueness.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Value should be taken from controlled vocabulary.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A designation of the domain within which the identifier is unique.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: The type of the identifier may be implicit within the repository as long it can be explicitly communicated when the item is disseminated outside of it.</rdfs:comment>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="hasCopyrightStatusDeterminationDate" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#CopyrightInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The date that the copyright status recorded in copyrightStatus was determined.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: 2001-10-26T19:32:52+00:00</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="hasSignificantPropertiesType" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#SignificantProperties"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The aspect, facet, or attribute of an object about which significant properties are being described.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: content, structure, behavior, page count, page width, typeface, hyperlinks (representation), image count (representation), color space [for an embedded image] (bitstream)</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: This semantic unit is optional and may be used as part of a facet:detail pair with significantPropertiesValue.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasEventOutcomeDetailNote" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#EventOutcomeDetail"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A detailed description of the result or product of the event in textual form.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: LZW compressed file, Non-standard tags found in header</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Additional information in textual form may be needed about the outcome of the event.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasInhibitorType" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Inhibitors"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorType</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The inhibitor method employed.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/inhibitorType"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasTermOfGrant" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#RightsGranted"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RightsGranted class definition and TermOfGrant class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="#TermOfGrant"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasFormatRegistryKey" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#FormatRegistry"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The unique key used to reference an entry for this format in a format registry.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: info:gdfr/fred/f/tiff, TIFF/6.0</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasSoftwareType" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Software"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/softwareType</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Class or category of software.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: Several different layers of software can be required to support an object.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/softwareType"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasHardwareType" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Hardware"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Class or category of the hardware.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range>
<owl:Restriction>
<owl:hasValue rdf:resource="http://id.loc.gov/vocabulary/preservation/hardwareType"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
</owl:Restriction>
</rdfs:range>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="hasSoftwareVersion" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Software"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The version or versions of the software referenced in swName.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: &gt;=2.2.0, 6.0, 2003</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: If there is no formal version, the date of issuance can be used.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasDateCreatedByApplication" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#CreatingApplication"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The actual or approximate date and time the object was created.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: 2001-10-26T19:32:52+00:00</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Use the most precise date available.
This is the date the object was created by the creating application, not the date any copy was made externally or by the repository. For example, if a file is created by Microsoft Word in 2001 and two copies are made in 2003, the dateCreatedByApplication of all three files is 2001. The date a file is written to storage can be recorded as an Event.
If the object itself contains internal creation and modification dates, the modification date should be used as dateCreatedByApplication.
If the application is a Web harvester capturing an object at a point of time, use for date captured.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasSignatureMethod" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Signature"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Values are taken from a SKOS vocabulary</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A designation for the encryption and hash algorithms used for signature generation.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The same algorithms must be used for signature validation.</rdfs:comment>
<vs:term_status>stable</vs:term_status>
<rdfs:comment>Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasSignatureValue" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Signature"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The digital signature; a value generated from the application of a private key to a message digest.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: juS5RhJ884qoFR8flVXd/rbrSDVGn40CapgB7qeQiT+rr0NekEQ6BHhUA8dT3+BCTBUQI0dBjlml9lwzENXvS83zRECjzXbMRTUtVZiPZG2pqKPnL2YU3A9645UCjTXU+jgFumv7k78hieAGDzNci+PQ9KRmm//icT7JaYztgt4=</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasSoftwareName" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Software"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: Manufacturer and title of the software application.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: Adobe Photoshop, Adobe Acrobat Reader</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Include manufacturer when this helps to identify or disambiguate the product, for example, use “Adobe Photoshop” rather than “Photoshop.”</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasEventOutcome" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: Value should be taken from a controlled vocabulary.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: A coded way of representing the outcome of an event may be useful for machine processing and reporting. If, for example, a fixity check fails, the event record provides both an actionable and a permanent record.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples: 00 [a code meaning “action successfully completed”], CV-01 [a code meaning “checksum validated”]</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#EventOutcomeInformation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Recommended practice is to use a controlled vocabulary that a system can act upon automatically. More detail about the outcome may be recorded in eventOutcomeDetail.
Recommended practice is to define events with sufficient granularity that each event has a single outcome.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: A categorization of the overall result of the event in terms of success, partial success, or failure.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasMessageDigest" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Fixity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The output of the message digest algorithm.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: 7c9b35da4f2ebd436f1cf88e5a39b3a257edf4a22be3c955ac49da2e2107b67a1924419563</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: This must be stored so that it can be compared in future fixity checks.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="#hasEventDateTime" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:domain rdf:resource="#Event"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The single date and time, or date and time range, at or during which the event occurred.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example: 2001-10-26T19:32:52+00:00</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: Recommended practice is to record the most specific time possible and to designate the time zone.</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:FunctionalProperty>
<owl:InverseFunctionalProperty rdf:about="#hasObjectCharacteristics" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#ObjectCharacteristics"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object class definition and ObjectCharacteristics class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Bitstream"/>
<owl:Class rdf:about="#File"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</owl:InverseFunctionalProperty>
<owl:InverseFunctionalProperty rdf:ID="hasFixity" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#Fixity"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ObjectCharacteristics class definition and Fixity class definition</rdfs:seeAlso>
<vs:term_status>stable</vs:term_status>
<rdfs:domain rdf:resource="#ObjectCharacteristics"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</owl:InverseFunctionalProperty>
<owl:AnnotationProperty rdf:ID="hasSigner" xmlns:pronom="http://reference.data.gov.uk/technical-registry/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:idlc="http://id.loc.gov/vocabulary/preservation/" xmlns="http://www.loc.gov/premis/rdf/v1#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:udfrs="http://www.udfr.org/onto#">
<rdfs:range rdf:resource="#Agent"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Definition: The individual, institution, or authority responsible for generating the signature.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rationale: The signer might also be carried in the keyInformation, but it can be accessed more conveniently if recorded here.</rdfs:comment>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Usage Notes: If the signer is an Agent known to the repository, this property can directly link to this agent. The consequence is punning: a datatype property and object property with the same name, i.e., :signer</rdfs:comment>
<vs:term_status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#Signature"/>
</owl:AnnotationProperty>
</rdf:RDF>