API Reference
interfaces
Linkpattern

@coasys/ad4m / Exports / LinkPattern

Interface: LinkPattern

Link pattern for state detection Used to check if an expression is in a particular state

Table of contents

Properties

Properties

predicate

predicate: string

Required predicate to match

Defined in

shacl/SHACLFlow.ts:16 (opens in a new tab)


source

Optional source: string

Optional source pattern (if omitted, uses the expression address)

Defined in

shacl/SHACLFlow.ts:14 (opens in a new tab)


target

target: string

Required target value to match

Defined in

shacl/SHACLFlow.ts:18 (opens in a new tab)