Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion linkml_model/model/schema/extended_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ title: Core LinkML metamodel extended types
name: extended_types
id: https://w3id.org/linkml/extended_types

description: Extensions to core LinkML types
description: >-
Extensions to core LinkML types.

Status: Experimental. This schema is not yet fully supported by the LinkML
toolkit — in particular, the `union_of` construct on types is not handled
by `PythonGenerator`.
license: https://creativecommons.org/publicdomain/zero/1.0/
status: testing

prefixes:
linkml: https://w3id.org/linkml/
Expand Down
Loading