Skip to content

Commit

Permalink
Allowing users to modify checksum and other premis properties
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Aug 28, 2015
1 parent 731e92c commit 1bddc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -300,7 +300,7 @@ public final class RdfLexicon {

static {
final ImmutableSet.Builder<Property> b = ImmutableSet.builder();
b.addAll(membershipProperties).addAll(fixityProperties).addAll(ldpProperties).addAll(
b.addAll(membershipProperties).addAll(ldpProperties).addAll(
repositoryProperties).addAll(namespaceProperties).addAll(
otherServiceProperties).addAll(structProperties).addAll(contentProperties).addAll(
versioningProperties).addAll(jcrProperties);
Expand Down
Expand Up @@ -69,7 +69,7 @@
[fedora:Binary] > fedora:Resource mixin
- premis:hasOriginalName (STRING)
- premis:hasSize (LONG) COPY
- premis:hasMessageDigest (URI) COPY
- premis:hasMessageDigest (URI) COPY multiple

[fedora:Skolem] > mix:referenceable mixin

Expand Down

0 comments on commit 1bddc7f

Please sign in to comment.