We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e22786 commit e0aaeceCopy full SHA for e0aaece
1 file changed
template/src/{{project_slug}}/schema/{% if add_example %}{{ project_slug }}.yaml{% endif %}.jinja
@@ -11,10 +11,10 @@ see_also:
11
prefixes:
12
{{project_slug}}: https://w3id.org/{{github_org}}/{{project_name}}/
13
linkml: https://w3id.org/linkml/
14
- biolink: https://w3id.org/biolink/
+ biolink: https://w3id.org/biolink/vocab/
15
schema: http://schema.org/
16
PATO: http://purl.obolibrary.org/obo/PATO_
17
- example: https://example.org/
+ example: http://www.example.org/rdf#
18
default_prefix: {{project_slug}}
19
default_range: string
20
@@ -83,6 +83,8 @@ slots:
83
84
enums:
85
PersonStatus:
86
+ description:
87
+ The vital status of a person
88
permissible_values:
89
ALIVE:
90
description: the person is living
0 commit comments