- 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.
56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/FeaturePlace
|
|
name: FeaturePlace
|
|
title: Feature Place 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/
|
|
dcterms: http://purl.org/dc/terms/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/FeatureTypeEnum
|
|
- ../slots/classify
|
|
- ../slots/has_type
|
|
- ../slots/has_label
|
|
- ../slots/has_description
|
|
- ../slots/has_note
|
|
- ../slots/temporal_extent
|
|
- ../slots/derive_from
|
|
- ../slots/generated_by
|
|
- ../slots/has_score
|
|
classes:
|
|
FeaturePlace:
|
|
is_a: ReconstructedEntity
|
|
class_uri: crm:E27_Site
|
|
description: Typological classification of a place reference as a physical heritage feature.
|
|
exact_mappings:
|
|
- crm:E27_Site
|
|
close_mappings:
|
|
- schema:LandmarksOrHistoricalBuildings
|
|
- schema:Place
|
|
slots:
|
|
- classify
|
|
- has_type
|
|
- has_label
|
|
- has_description
|
|
- has_note
|
|
- temporal_extent
|
|
- derive_from
|
|
- generated_by
|
|
- has_score
|
|
slot_usage:
|
|
classify:
|
|
range: CustodianPlace
|
|
required: true
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
derive_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
annotations:
|
|
specificity_score: 0.5
|
|
specificity_rationale: Reconstruction output that classifies nominal place references into feature types.
|
|
custodian_types: '["*"]'
|