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

23 lines
332 B
GraphQL

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]
}