glam/schemas/20251121/linkml/modules/classes/FeaturePlace.yaml
kempersc 37852a46b0 Refactor significance and social media classes for improved clarity and multilingual support
- Updated SignificanceType.yaml to enhance descriptions, add alternative language descriptions, and clarify comments.
- Refined CommunitySignificance, EconomicSignificance, HistoricalSignificance, ScientificSignificance, AestheticSignificance, TerroirSignificance, and DiplomaticSignificance classes with structured aliases and comments.
- Enhanced SilenceSegment.yaml with multilingual descriptions and structured aliases.
- Improved Size.yaml with clearer descriptions and added multilingual support.
- Updated SocialMediaPlatformType.yaml and SocialMediaProfile.yaml to include alternative descriptions in multiple languages and refined modeling notes.
- Added has_url slot to SocialMediaProfile for better URL management.
- Enhanced Warehouse and WarehouseType classes with preserved modeling notes for clarity on definitions and distinctions.
- Updated WebClaim and WebPortalType classes with preserved descriptions for better understanding of their roles and structures.
2026-02-15 23:26:52 +01:00

63 lines
2.6 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
notes:
- |
Preserved from prior description (commit ee5e8e5a):
Preserved from prior description (commit ee5e8e5a):
"Physical feature type classification for nominal place references.\n\nCRITICAL: This is NOT a separate place - it CLASSIFIES the CustodianPlace.\n\n**Relationship to CustodianPlace**:\n\nCustodianPlace provides a NOMINAL REFERENCE to where a custodian is located:\n- \"Rijksmuseum\" (building name as place reference)\n- \"het herenhuis in de Schilderswijk\" (mansion in a neighborhood)\n- \"de kerk op het Damrak\" (church on a street)\n\nFeaturePlace provides the FEATURE TYPE of that same place:\n- \"Rijksmuseum\" \u2192 FeaturePlace: MUSEUM (building type)\n- \"het herenhuis\" \u2192 FeaturePlace: MANSION (building type)\n- \"de kerk\" \u2192 FeaturePlace: PARISH_CHURCH (building type)\n\n**Key Distinction**:\n\n| CustodianPlace | FeaturePlace |\n|----------------|--------------|\n| WHERE (nominal reference) | WHAT TYPE (classification) |\n| \"Rijksmuseum\" as place name | MUSEUM building type |\n| \"het herenhuis in Schilderswijk\" | MANSION building type |\n| Emic reference\
annotations:
specificity_score: 0.5
specificity_rationale: Reconstruction output that classifies nominal place references into feature types.
custodian_types: '["*"]'