Slot: website_root

Root URL of the church website (scheme and domain only).

URI: gc:website_root Alias: website_root

Applicable Classes

Name Description Modifies Slot
Church A distinct church congregation no

Properties

Examples

Value
https://gracechurch.org
https://stpauls-sydney.org.au

Comments

  • The canonical root domain for the church website, e.g., https://example.org. Used for web scraping and deduplication. Exclude any path, query, or fragment components.

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self gc:website_root
native gc:website_root

LinkML Source

```yaml name: website_root description: Root URL of the church website (scheme and domain only). comments: - 'The canonical root domain for the church website, e.g., https://example.org. Used for web scraping and deduplication. Exclude any path, query, or fragment components. ' examples: - value: https://gracechurch.org description: Root domain for scraping. - value: https://stpauls-sydney.org.au description: Australian church root domain. in_subset: - internal from_schema: https://global.church/schema rank: 1000 alias: website_root domain_of: - Church range: uri ```