Slot: primary_church
FK to the user’s primary Church.
URI: gc:primary_church Alias: primary_church
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
User | A registered platform user | no |
Properties
- Range: Uuid
Examples
Value |
---|
a4b7b3a1-2c6e-4b0a-8c0a-2d6e5c9a2f11 |
Comments
- Points to
Church.church_id
. Use when a user affiliates with a single congregation. If the user participates at multiple churches, consider also settingalternate_church
.
Identifier and Mapping Information
Schema Source
- from schema: https://global.church/schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | gc:primary_church |
native | gc:primary_church |
LinkML Source
```yaml name: primary_church description: FK to the user’s primary Church. comments: - 'Points to `Church.church_id`. Use when a user affiliates with a single congregation. If the user participates at multiple churches, consider also setting `alternate_church`. ' examples: - value: a4b7b3a1-2c6e-4b0a-8c0a-2d6e5c9a2f11 description: UUID of the primary church. in_subset: - private from_schema: https://global.church/schema rank: 1000 alias: primary_church domain_of: - User range: uuid ```