added constants declaring vocabulary names for relation fields

This commit is contained in:
Claudio Atzori 2021-09-15 16:02:29 +02:00
parent 3bffa796f2
commit 5ab85f35c2
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ public class ModelConstants {
public static final String DNET_REVIEW_LEVELS = "dnet:review_levels";
public static final String DNET_PROGRAMMING_LANGUAGES = "dnet:programming_languages";
public static final String DNET_EXTERNAL_REFERENCE_TYPE = "dnet:externalReference_typologies";
public static final String DNET_RELATIONS_RELTYPE = "dnet:relation_relType";
public static final String DNET_RELATIONS_SUBRELTYPE = "dnet:relation_subRelType";
public static final String DNET_RELATIONS_RELCLASS = "dnet:relation_relClass";
public static final String DNET_RELATION_RELTYPE = "dnet:relation_relType";
public static final String DNET_RELATION_SUBRELTYPE = "dnet:relation_subRelType";
public static final String DNET_RELATION_RELCLASS = "dnet:relation_relClass";
public static final String SYSIMPORT_CROSSWALK_REPOSITORY = "sysimport:crosswalk:repository";
public static final String SYSIMPORT_CROSSWALK_ENTITYREGISTRY = "sysimport:crosswalk:entityregistry";