Skip to content

Commit 007072a

Browse files
committed
add new rel for metadata profile to standard library
1 parent 65a403f commit 007072a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/openarchives/resourcesync/ResourceSync.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public class ResourceSync
2727
public static String REL_MEMENTO = "memento";
2828
public static String REL_TIMEGATE = "timegate";
2929
public static String REL_VIA = "via";
30+
public static String REL_PROFILE = "profile";
3031

3132
// capabilities
3233
public static String CAPABILITY_RESOURCESYNC = "resourcesync";

0 commit comments

Comments
 (0)