forked from D-Net/dnet-hadoop
added orcid class name among the constants set
This commit is contained in:
parent
4b0d1530a2
commit
51c582c08c
|
@ -9,6 +9,7 @@ public class ModelConstants {
|
|||
|
||||
public static final String ORCID = "orcid";
|
||||
public static final String ORCID_PENDING = "orcid_pending";
|
||||
public static final String ORCID_CLASSNAME = "Open Researcher and Contributor ID";
|
||||
|
||||
public static final String DNET_SUBJECT_TYPOLOGIES = "dnet:subject_classification_typologies";
|
||||
public static final String DNET_RESULT_TYPOLOGIES = "dnet:result_typologies";
|
||||
|
|
Loading…
Reference in New Issue