- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
37 lines
871 B
YAML
37 lines
871 B
YAML
id: https://nde.nl/ontology/hc/slot/postal_code
|
|
name: postal_code_slot
|
|
title: Postal Code Slot
|
|
description: 'Postal code or ZIP code for a location.
|
|
|
|
|
|
Format varies by country:
|
|
|
|
- Netherlands: "1071 XX" (4 digits + 2 letters)
|
|
|
|
- USA: "20500" or "20500-0001" (5 or 9 digits)
|
|
|
|
- UK: "SW1A 1AA" (outward + inward codes)
|
|
|
|
'
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
locn: http://www.w3.org/ns/locn#
|
|
slots:
|
|
postal_code:
|
|
slot_uri: schema:postalCode
|
|
range: string
|
|
required: false
|
|
description: 'Postal code or ZIP code for the location.
|
|
|
|
'
|
|
exact_mappings:
|
|
- locn:postCode
|
|
- vcard:postal-code
|
|
- schema:postalCode
|
|
broad_mappings:
|
|
- dcterms:identifier
|
|
comments:
|
|
- Format varies by country
|
|
- Store as string to preserve leading zeros and special characters
|