Skip to content

Commit 1655184

Browse files
authored
Merge pull request #45 from ber-data/43-add-entitytypes-to-form-relationships
add EntityType permissible values
2 parents d9ea00e + 27517ab commit 1655184

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/schema/linkml/bertron_schema.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,19 @@ enums:
273273
sequence:
274274
taxon:
275275
unspecified:
276+
project:
277+
description: An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.
278+
aliases:
279+
- study
280+
- proposal
281+
site:
282+
description: An entity that describes a location of experimentation or sample collection
283+
todos:
284+
- Better description from an ontology!
285+
data set:
286+
description: A single or collection or data generated from an experimental entity
287+
todos:
288+
- Better description from an ontology!
276289

277290
NameType:
278291
description: The relationship between a name and a synonym of that name.

0 commit comments

Comments
 (0)