Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Dec 18, 2024
1 parent 20588df commit 00861b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ private List<EntityRelationship> assembleDigitalSpecimenEntityRelationships(
fdoProperties.getApplicationName(), fdoProperties.getApplicationPID()));
}
if (ds.getDwcCollectionID() != null && ds.getDwcCollectionID().startsWith("http")) {
relationships.add(addEntityRelationship(HAS_COLLECTION_ID, ds.getDctermsLicense(),
relationships.add(addEntityRelationship(HAS_COLLECTION_ID, ds.getDwcCollectionID(),
fdoProperties.getApplicationName(), fdoProperties.getApplicationPID()));
}
if (ds.getOdsHasCitations() != null) {
Expand Down

0 comments on commit 00861b9

Please sign in to comment.