47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
# OriginalEntryLocation - Location from original source entry
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/OriginalEntryLocation
|
|
name: OriginalEntryLocation
|
|
title: OriginalEntryLocation
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
OriginalEntryLocation:
|
|
description: Location from original source entry
|
|
attributes:
|
|
city:
|
|
range: string
|
|
region:
|
|
range: string
|
|
country:
|
|
range: string
|
|
postal_code:
|
|
range: string
|
|
street_address:
|
|
range: string
|
|
latitude:
|
|
range: float
|
|
longitude:
|
|
range: float
|
|
geonames_id:
|
|
any_of:
|
|
- range: string
|
|
- range: integer
|
|
description: GeoNames geographic database ID
|
|
is_primary:
|
|
range: boolean
|
|
description: Whether this is the primary location
|