- Updated generated timestamp in manifest.json - Refactored EnvironmentalZone.yaml to replace zone_name and zone_description with has_or_had_label and has_or_had_description respectively - Archived previous slots zone_name, zone_id, and zone_description with detailed migration notes - Introduced new classes for ApprovalTimeType, ApprovalTimeTypes, ISO639-3Identifier, Investment, InvestmentArea, Language, Liability, NetAsset, ResourceType, ResponseFormat, ResponseFormatType, Token, TrackIdentifier, TraditionalProductType, TranscriptFormat, TypeStatus, UNESCODomain, UNESCODomainType, VenueTypes, and VideoFrames with appropriate attributes and slots - Added subclasses for ApprovalTimeTypes, ResponseFormatTypes, TraditionalProductTypes, and UNESCODomainTypes
25 lines
624 B
YAML
25 lines
624 B
YAML
# Language - Language class
|
|
id: https://nde.nl/ontology/hc/class/Language
|
|
name: Language
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dct: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_code
|
|
classes:
|
|
Language:
|
|
class_uri: dct:LinguisticSystem
|
|
description: A language with ISO codes
|
|
slots:
|
|
- has_or_had_code
|
|
attributes:
|
|
language_name:
|
|
range: string
|
|
iso_639_1:
|
|
range: string
|
|
description: ISO 639-1 two-letter code
|
|
iso_639_3:
|
|
range: string
|
|
description: ISO 639-3 three-letter code
|