-
Notifications
You must be signed in to change notification settings - Fork 90
Adding automation groups #747
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest build of the Brick ontology on this PR is available here. |
|
The latest build of the Brick ontology on this PR is available here. |
Co-authored-by: Dogan Fennibay <Dogan.Fennibay.Tr+github@ieee.org>
|
The latest build of the Brick ontology on this PR is available here. |
|
This is the current validation error: My interpretation is that we're now running against the following constraint Brick/bricksrc/root_class_shapes.ttl Lines 49 to 54 in f7f0db9
But urn:example/collection#FrostDetection is of type brick:AutomationGroup. So I don't understand what is going wrong here. Could it be that the SHACL engine is using a cached version or a different format of this ttl file? |
|
The latest build of the Brick ontology on this PR is available here. |
It was actually a different constraint that was getting triggered! I had to add a feature to my SHACL engine to follow blank nodes in the report which let me see what the rest of the shape was. |
Addressing #722