- 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.
33 lines
855 B
YAML
33 lines
855 B
YAML
id: https://nde.nl/ontology/hc/class/Feature
|
|
name: Feature
|
|
title: Feature Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
- ../slots/has_label
|
|
- ../slots/has_description
|
|
classes:
|
|
Feature:
|
|
class_uri: crm:E27_Site
|
|
description: Physical heritage feature such as a building, site, or monument.
|
|
exact_mappings:
|
|
- crm:E27_Site
|
|
close_mappings:
|
|
- schema:Place
|
|
slots:
|
|
- has_type
|
|
- has_label
|
|
- has_description
|
|
slot_usage:
|
|
has_type:
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.45
|
|
specificity_rationale: Feature-level representation for physical heritage entities.
|
|
custodian_types: '["*"]'
|