-
Notifications
You must be signed in to change notification settings - Fork 34
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
Issue 562: Revise pattern:patternExpression to be object property, and test for error form #566
Conversation
This test is spelled as a "Negative" constraint to avoid attempting to hard-code a list of the recognized OWL "built-in" datatypes alongside custom RDFS datatypes (such as UCO's vocabulary namespace members). The anonymous node shape design pattern is documented in PR 564, commit 77cd47d. This patch is known to fail CI at the moment because it catches the error described in 562, but does not resolve that situation. This patch is provided now to prevent this implementation error pattern from arising in the future. References: * #562 * 77cd47d Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
This PR is ready for review and merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the comment of the property pattern:patternExpression
, i.e.,
rdfs:comment "An explicit logical pattern expression."@en
,
is formulated as if the element that is addressed is a Class as opposed to a property. I consider this a minor issue not relevant for this review, hence my approval.
This Pull Request resolves all requirements of Issue #562 .
Coordination
develop-2.0.0
unstable-2.0.0
branch (7dc3423
)unstable-2.0.0
branch tracking UCO'sunstable-2.0.0
as submodule (4aff9c9
)