Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flyingsilverfin/de3ba81d02b65f8b92d4550eff50aa8d to your computer and use it in GitHub Desktop.
Save flyingsilverfin/de3ba81d02b65f8b92d4550eff50aa8d to your computer and use it in GitHub Desktop.
Strong Typing in TypeDB blog: match organisation contractors
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