- Migrate 236+ class files from custodian_types to has_or_had_custodian_type - Archive deprecated slots: custodian_type, custodian_types, custodian_type_broader/narrower/related - Update main schema and manifest imports - Fix Custodian.yaml class to use new slot - Fix annotation format (list→scalar) in has_or_had_custodian_type.yaml Rules applied: - Rule 39: RiC-O naming convention (hasOrHad pattern) - Rule 43: Slot nouns must be singular (multivalued:true for cardinality) - Rule 38: Slot centralization with semantic URI
26 lines
743 B
YAML
26 lines
743 B
YAML
id: https://nde.nl/ontology/hc/slot/spatial_resolution
|
|
name: spatial_resolution
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
slots:
|
|
spatial_resolution:
|
|
slot_uri: schema:spatialCoverage
|
|
range: string
|
|
description: |
|
|
Level of spatial detail.
|
|
|
|
Values:
|
|
- BUILDING: Individual building footprint
|
|
- PARCEL: Cadastral parcel
|
|
- STREET: Street address level
|
|
- NEIGHBORHOOD: Neighborhood/district
|
|
- CITY: City/municipality centroid
|
|
- REGION: Province/state level
|
|
- COUNTRY: Country centroid
|
|
examples:
|
|
- value: BUILDING
|
|
description: Rijksmuseum building
|
|
- value: CITY
|
|
description: Amsterdam centroid
|