id: https://nde.nl/ontology/hc/class/MultilingualText name: multilingual_text_class title: MultilingualText Class prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ skos: http://www.w3.org/2004/02/skos/core# default_prefix: hc default_range: string imports: - linkml:types - ../metadata - ./SpecificityAnnotation - ./TemplateSpecificityScores - ../slots/de - ../slots/en - ../slots/fr - ../slots/nl - ../slots/specificity_annotation - ../slots/template_specificity classes: MultilingualText: class_uri: skos:Concept description: | Container for multilingual text values (titles, descriptions). Supports any ISO 639-1 language code as a slot name. Common slots: nl (Dutch), en (English), de (German), fr (French). slots: - de - en - fr - nl - specificity_annotation - template_specificity slot_usage: nl: description: Dutch text en: description: English text de: description: German text fr: description: French text specificity_annotation: range: SpecificityAnnotation inlined: true template_specificity: range: TemplateSpecificityScores inlined: true comments: - At least one language slot should be populated - nl is primary for Dutch archives slots: nl: description: Dutch language text range: string en: description: English language text range: string de: description: German language text range: string fr: description: French language text range: string