You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While mapping the eForms field BT-760-LotResult (Received Submissions Type), we observed that although in ePO the epo:SubmissionStatisticalInformation class provides a property epo:hasReceivedSubmissionType that points to at-voc:received-submission-type, as it can be seen here
, the value of field BT-760-LotResult is actually to be used to define conditions to help mapping the value of field BT-759-LotResult (Received Submissions Count) to one of the many alternative attributes of the class epo:SubmissionStatisticalInformation (epo:hasReceivedTenders, epo:hasReceivedParticipationRequests, epo:hasElectronicTenders, etc).
It seems that having dedicated attributes for each of the different subission statistical information type, makes the epo:hasReceivedSubmissionType property (especially with its 0..1 cardinality) not only redundant, but likely unusable in practice.
The text was updated successfully, but these errors were encountered:
While mapping the eForms field
BT-760-LotResult
(Received Submissions Type), we observed that although in ePO theepo:SubmissionStatisticalInformation
class provides a propertyepo:hasReceivedSubmissionType
that points toat-voc:received-submission-type
, as it can be seen here, the value of field
BT-760-LotResult
is actually to be used to define conditions to help mapping the value of fieldBT-759-LotResult
(Received Submissions Count) to one of the many alternative attributes of the classepo:SubmissionStatisticalInformation
(epo:hasReceivedTenders
,epo:hasReceivedParticipationRequests
,epo:hasElectronicTenders
, etc).It seems that having dedicated attributes for each of the different subission statistical information type, makes the
epo:hasReceivedSubmissionType
property (especially with its0..1
cardinality) not only redundant, but likely unusable in practice.The text was updated successfully, but these errors were encountered: