Skip to content

Commit

Permalink
Require target and source on an ObservableRelationship be Observables
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* #573

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Dec 21, 2023
1 parent 02e05ee commit de51af3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ontology/uco/observable/observable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5062,15 +5062,11 @@ observable:ObservableRelationship
sh:property
[
sh:class observable:Observable ;
sh:message "The source on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:path core:source ;
sh:severity sh:Warning ;
] ,
[
sh:class observable:Observable ;
sh:message "The target on an ObservableRelationship is expected to be typed as an Observable, and the noted value node is not. This will be an error in UCO 2.0.0."@en ;
sh:path core:target ;
sh:severity sh:Warning ;
]
;
sh:targetClass observable:ObservableRelationship ;
Expand Down

0 comments on commit de51af3

Please sign in to comment.