35 lines
No EOL
1 KiB
YAML
35 lines
No EOL
1 KiB
YAML
id: https://nde.nl/ontology/hc/slot/staff_id
|
|
name: staff_id_slot
|
|
title: staff_id slot
|
|
version: 1.0.0
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dct: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
staff_id:
|
|
description: 'Unique identifier for the staff member within the source organization.
|
|
|
|
Format: {org_slug}_staff_{index}_{name_slug}
|
|
|
|
'
|
|
slot_uri: dct:identifier
|
|
range: string
|
|
pattern: ^[a-z0-9-]+_staff_[a-z0-9-_]+$
|
|
examples:
|
|
- value: rijksmuseum_staff_0042_jan_van_der_berg
|
|
description: Staff ID with org prefix, index, and name slug
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
exact_mappings: |