nwb-linkml/nwb-schema-linkml/project/graphql/nwb_schema_language.graphql

24 lines
332 B
GraphQL
Raw Normal View History

2023-08-16 23:07:36 +00:00
type NamedThing
{
id: Uriorcurie!
name: String
description: String
}
type Namespaces
{
id: Uriorcurie!
name: String
description: String
primaryEmail: String
birthDate: Date
ageInYears: Integer
vitalStatus: PersonStatus
}
type NamespacesCollection
{
entries: [Namespaces]
}