We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We don't currently have any Concept or Graql tests that test inserting Relation instances in the case of a role hierarchy.
These tests should be added to relation.feature in concept and insert.feature in graql/language.
relation.feature
concept
insert.feature
graql/language
An example test case is: if we do
define super-rel sub relation, relates abc-role; sub-rel sub super-rel; abc sub entity, plays super-rel:abc-role:
will be able to insert abc instances playing role abc-role in sub-rel?
abc
abc-role
sub-rel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem to Solve
We don't currently have any Concept or Graql tests that test inserting Relation instances in the case of a role hierarchy.
Proposed Solution
These tests should be added to
relation.feature
inconcept
andinsert.feature
ingraql/language
.An example test case is: if we do
will be able to insert
abc
instances playing roleabc-role
insub-rel
?The text was updated successfully, but these errors were encountered: