Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* ucoProject/UCO#563

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Nov 22, 2023
1 parent f6ad984 commit 1bdbac5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 3 additions & 7 deletions ontology/CASE-unstable-2.0.0.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1170,14 +1170,10 @@ action:Action

action:Action-disjointWith-Event-shape
a sh:NodeShape ;
sh:message "action:Action and core:event are disjoint classes."@en ;
sh:node [
sh:message "action:Action and core:Event are disjoint classes."@en ;
sh:not [
a sh:NodeShape ;
rdfs:comment "This blank node is provided to avoid a SHACL multiple-inheritance issue."@en ;
sh:not [
a sh:NodeShape ;
sh:class core:Event ;
] ;
sh:class core:Event ;
] ;
sh:targetClass action:Action ;
.
Expand Down
10 changes: 3 additions & 7 deletions ontology/CASE-unstable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1170,14 +1170,10 @@ action:Action

action:Action-disjointWith-Event-shape
a sh:NodeShape ;
sh:message "action:Action and core:event are disjoint classes."@en ;
sh:node [
sh:message "action:Action and core:Event are disjoint classes."@en ;
sh:not [
a sh:NodeShape ;
rdfs:comment "This blank node is provided to avoid a SHACL multiple-inheritance issue."@en ;
sh:not [
a sh:NodeShape ;
sh:class core:Event ;
] ;
sh:class core:Event ;
] ;
sh:targetClass action:Action ;
.
Expand Down

0 comments on commit 1bdbac5

Please sign in to comment.