Skip to content

Commit

Permalink
Merge pull request #198 from vincentkelleher/update_ifabsent_metamodel
Browse files Browse the repository at this point in the history
Update ifabsent metamodel
  • Loading branch information
cmungall authored Jun 27, 2024
2 parents 9fff22e + e68c4f3 commit 76bc327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linkml_model/model/schema/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1504,8 +1504,7 @@ slots:
range: string
inherited: true
description: >-
function that provides a default value for the slot. Possible values for this slot are defined in
linkml.utils.ifabsent_functions.default_library:
function that provides a default value for the slot.
* [Tt]rue -- boolean True
* [Ff]alse -- boolean False
* bnode -- blank node identifier
Expand All @@ -1517,6 +1516,7 @@ slots:
* slot_uri -- URI for the slot
* slot_curie -- CURIE for the slot
* string(value) -- string value
* EnumName(PermissibleValue) -- enum value
close_mappings:
- sh:defaultValue
in_subset:
Expand Down

0 comments on commit 76bc327

Please sign in to comment.