Slot: scraped_address

Postal address extracted from the website.

URI: gc:scraped_address Alias: scraped_address

Applicable Classes

Name Description Modifies Slot
Church A distinct church congregation no

Properties

Examples

Value
456 Ocean Ave, Malibu, CA 90265

Comments

  • Use when the canonical address is not available or differs from the site. This value may be noisy and should be normalized or validated before publishing.

Identifier and Mapping Information

Schema Source

  • from schema: https://global.church/schema

Mappings

Mapping Type Mapped Value
self gc:scraped_address
native gc:scraped_address
exact schema:address

LinkML Source

```yaml name: scraped_address description: Postal address extracted from the website. comments: - 'Use when the canonical `address` is not available or differs from the site. This value may be noisy and should be normalized or validated before publishing. ' examples: - value: 456 Ocean Ave, Malibu, CA 90265 description: Address parsed from the footer. in_subset: - public - enrichment from_schema: https://global.church/schema exact_mappings: - schema:address rank: 1000 alias: scraped_address domain_of: - Church range: string ```