API Reference
interfaces
Conformancecondition

@coasys/ad4m / Exports / ConformanceCondition

Interface: ConformanceCondition

A single structured conformance condition for relation filtering. DB-agnostic representation that can be translated to any query language.

Table of contents

Properties

Properties

predicate

predicate: string

The predicate URI to check on the target node

Defined in

shacl/SHACLShape.ts:106 (opens in a new tab)


type

type: "required" | "flag"

Type of check: 'flag' (predicate + value) or 'required' (predicate exists)

Defined in

shacl/SHACLShape.ts:104 (opens in a new tab)


value

Optional value: string

For 'flag' conditions: the expected value

Defined in

shacl/SHACLShape.ts:108 (opens in a new tab)