26 lines
775 B
YAML
26 lines
775 B
YAML
id: https://nde.nl/ontology/hc/slot/standardized_name
|
|
name: standardized_name_slot
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
standardized_name:
|
|
slot_uri: skos:prefLabel
|
|
range: string
|
|
description: The canonical emic name accepted by custodian itself (REQUIRED)
|
|
required: true
|
|
broad_mappings:
|
|
- rdfs:label
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
exact_mappings:
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
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#
|