issued credential was using dateTimeValue not dateIssued; also property config changes for VIVO-408
This commit is contained in:
parent
ae80d6c63d
commit
cb611da8ad
6 changed files with 104 additions and 6 deletions
|
@ -28,7 +28,7 @@ public class PersonHasIssuedCredentialGenerator extends VivoBaseGenerator implem
|
|||
|
||||
final static String issuedCredentialTypeClass = vivoCore + "IssuedCredential";
|
||||
final static String credentialTypeClass = vivoCore + "Credential";
|
||||
final static String yearCredentialedPred = vivoCore + "dateTimeValue";
|
||||
final static String yearCredentialedPred = vivoCore + "dateIssued";
|
||||
final static String issuedCredentialToInterval = vivoCore + "dateTimeInterval";
|
||||
final static String intervalType = vivoCore + "DateTimeInterval";
|
||||
final static String intervalToStart = vivoCore + "start";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue