Skip to content

Commit

Permalink
Merge pull request #575 from ucoProject/Feature-Issue-573-2.0.0
Browse files Browse the repository at this point in the history
Issue 573: Require target or source on an ObservableRelationship be Observables
  • Loading branch information
plbt5 authored May 1, 2024
2 parents f7145bf + 7e20ff5 commit 78cfcc2
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 78cfcc2

Please sign in to comment.