Skip to content

Commit

Permalink
Using ebucore:filename for content filename
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed May 14, 2015
1 parent 538c431 commit 738d442
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ public final class RdfLexicon {
public static final Property HAS_MIME_TYPE =
createProperty(EBUCORE_NAMESPACE + "hasMimeType");
public static final Property HAS_ORIGINAL_NAME =
createProperty(PREMIS_NAMESPACE + "hasOriginalName");
createProperty(EBUCORE_NAMESPACE + "filename");

public static final Set<Property> contentProperties = of(HAS_CONTENT_LOCATION, HAS_CONTENT_LOCATION_VALUE,
HAS_SIZE);
Expand Down

0 comments on commit 738d442

Please sign in to comment.