Skip to content

Commit e0aaece

Browse files
committed
Reduce warnings in example to 4
1 parent 9e22786 commit e0aaece

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

template/src/{{project_slug}}/schema/{% if add_example %}{{ project_slug }}.yaml{% endif %}.jinja

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ see_also:
1111
prefixes:
1212
{{project_slug}}: https://w3id.org/{{github_org}}/{{project_name}}/
1313
linkml: https://w3id.org/linkml/
14-
biolink: https://w3id.org/biolink/
14+
biolink: https://w3id.org/biolink/vocab/
1515
schema: http://schema.org/
1616
PATO: http://purl.obolibrary.org/obo/PATO_
17-
example: https://example.org/
17+
example: http://www.example.org/rdf#
1818
default_prefix: {{project_slug}}
1919
default_range: string
2020

@@ -83,6 +83,8 @@ slots:
8383

8484
enums:
8585
PersonStatus:
86+
description:
87+
The vital status of a person
8688
permissible_values:
8789
ALIVE:
8890
description: the person is living

0 commit comments

Comments
 (0)