Created
November 28, 2022 17:01
-
-
Save flyingsilverfin/de3ba81d02b65f8b92d4550eff50aa8d to your computer and use it in GitHub Desktop.
Strong Typing in TypeDB blog: match organisation contractors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
match | |
$org isa organisation; | |
(buyer: $org, seller: $contracted) isa contract; | |
$contracted has name $name; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment