Slot: pipeline_status
Current enrichment pipeline stage.
URI: gc:pipeline_status Alias: pipeline_status
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
Church | A distinct church congregation | yes |
Properties
- Range: String
Examples
Value |
---|
approved_for_gc_db |
no_website |
Comments
- Suggested stages: RAW → CLEAN → ENRICHED → VALIDATED. RAW: ingested with minimal checks. CLEAN: deduplicated & normalized. ENRICHED: scraped/AI fields added. VALIDATED: human-reviewed.
Identifier and Mapping Information
Schema Source
- from schema: https://global.church/schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | gc:pipeline_status |
native | gc:pipeline_status |
LinkML Source
```yaml name: pipeline_status description: Current enrichment pipeline stage. comments: - 'Suggested stages: RAW → CLEAN → ENRICHED → VALIDATED. RAW: ingested with minimal checks. CLEAN: deduplicated & normalized. ENRICHED: scraped/AI fields added. VALIDATED: human-reviewed. ' examples: - value: approved_for_gc_db description: Approved for Global.Church database. - value: no_website description: Entity lacks a website. in_subset: - internal from_schema: https://global.church/schema rank: 1000 alias: pipeline_status domain_of: - Church range: string ```