Skip to content

Slot: partial_match

if not true then the pattern must match the whole string, as if enclosed in ^...$

URI: linkml:partial_match Alias: partial_match

Applicable Classes

Name Description Modifies Slot
PatternExpression a regular expression pattern used to evaluate conformance of a string no

Properties

Type and Range

Property Value
Range Boolean
Domain PatternExpression
Domain Of PatternExpression

Cardinality and Requirements

Property Value

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self linkml:partial_match
native linkml:partial_match

LinkML Source

name: partial_match
description: if not true then the pattern must match the whole string, as if enclosed
  in ^...$
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: pattern_expression
alias: partial_match
domain_of:
- pattern_expression
range: boolean