Skip to content
Snippets Groups Projects
Commit ffbe8bab authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added MD5 property to NodeProperties

parent 8f719996
No related branches found
No related tags found
No related merge requests found
Pipeline #2056 passed
...@@ -40,6 +40,7 @@ public abstract class NodeProperties { ...@@ -40,6 +40,7 @@ public abstract class NodeProperties {
public static final String SUBJECT_URI = "ivo://ivoa.net/vospace/core#subject"; // the topic of the resource public static final String SUBJECT_URI = "ivo://ivoa.net/vospace/core#subject"; // the topic of the resource
public static final String TITLE_URI = "ivo://ivoa.net/vospace/core#title"; // a name given to the resource public static final String TITLE_URI = "ivo://ivoa.net/vospace/core#title"; // a name given to the resource
public static final String TYPE_URI = "ivo://ivoa.net/vospace/core#type"; // the nature or genre of the resource public static final String TYPE_URI = "ivo://ivoa.net/vospace/core#type"; // the nature or genre of the resource
public static final String MD5_URI = "ivo://ivoa.net/vospace/core#MD5"; // MD5 of a DataNode. This should be a standard property, however it is currently used only in examples and it is not present in the list of standard properties
// //
// Non-standard properties // Non-standard properties
public static final String ASYNC_TRANS_URN = "urn:async_trans"; public static final String ASYNC_TRANS_URN = "urn:async_trans";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment