- Updated descriptions for EADDownload, EBook, EcclesiasticalProvince, EconomicArchive, EconomicArchiveRecordSetType, Edition, Editor, Education, EducationFacilityType, EducationLevel, and EducationProviderSubtype to improve clarity and multilingual support. - Introduced alternative descriptions and structured aliases for better localization. - Adjusted mappings to align with broader and close ontology relationships. - Added new ConflictTypes schema with detailed classifications for various crisis categories affecting heritage.
25 lines
704 B
YAML
25 lines
704 B
YAML
id: https://nde.nl/ontology/hc/class/FileLocation
|
|
name: FileLocation
|
|
title: File Location Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_value
|
|
- ../slots/has_label
|
|
classes:
|
|
FileLocation:
|
|
class_uri: schema:PropertyValue
|
|
description: Structured file location reference, such as local path or resolvable URI.
|
|
exact_mappings:
|
|
- schema:PropertyValue
|
|
slots:
|
|
- has_value
|
|
- has_label
|
|
annotations:
|
|
specificity_score: 0.25
|
|
specificity_rationale: Utility structure for recording file location values.
|
|
custodian_types: '["*"]'
|