-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change minCount from 1 to 0 on multiple properties on Investigation object #98
Comments
@eoghanscasey Is it possible that you intended to change |
@plbt5 Yes, I did mean investigationForm. Thank you for this correction. |
@ajnelson-nist : Running However, running the (now corrected)
|
@plbt5 : I suppose the extra comment on
|
A follow-on patch will regenerate Make-managed files. References: * casework/CASE#98 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE#98 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
A follow-on patch will regenerate Make-managed files. References: * casework/CASE#98 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * casework/CASE#98 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
This is proposed as a FastTrack change
Background
Most properties in CASE are optional. Setting minCount = 1 is enforced by SHACL makes a property required. This constraint will create problems in use cases in which a property is known to have existed but the value is not available.
Requirements
Requirement 1
Allow adopters to create an object when the existence of an object is known but an associated property is not known.
Risk / Benefit analysis
The proposed change allows adopters to decide which property is needed, except when it is ontologically necessary.
Benefits
Allow adopters to decide which property is needed.
Risks
The submitter is unaware of risks associated with this change.
Competencies demonstrated
Adopter creates an object when the existence of an object is known but an associated property is not known.
Solution suggestion
Change minCount to 0 from 1 on the following Investigation properties:
Coordination
develop
The text was updated successfully, but these errors were encountered: