glam/frontend/public/schemas/20251121/linkml/modules/classes/FeaturePlace.yaml
kempersc 2d09776856 Refactor StorageCondition schema: Migrate compliance_status to has_or_had_status with ComplianceStatus class
- Removed compliance_status slot and replaced it with has_or_had_status.
- Updated has_or_had_status to use ComplianceStatus for structured representation.
- Adjusted examples to reflect new structure for compliance status.
- Updated documentation to indicate migration and provide details on the ComplianceStatus class.
2026-01-22 16:22:16 +01:00

203 lines
10 KiB
YAML

id: https://nde.nl/ontology/hc/class/feature-place
name: feature_place_class
title: FeaturePlace Class
imports:
- linkml:types
- ./Custodian
- ./CustodianObservation
- ./ReconstructionActivity
- ../enums/FeatureTypeEnum
- ../enums/PlaceSpecificityEnum
- ./ReconstructedEntity
- ../slots/is_or_was_derived_from # was: was_derived_from - migrated per Rule 53
- ../slots/is_or_was_generated_by # was: was_generated_by - migrated per Rule 53
- ../slots/temporal_extent # was: valid_from + valid_to - migrated per Rule 53
- ./TimeSpan
# REMOVED 2026-01-14: valid_from + valid_to - migrated to temporal_extent (Rule 53)
# classifies_place REMOVED - migrated to classifies_or_classified (Rule 53, 2026-01-19)
- ../slots/classifies_or_classified
- ../slots/has_or_had_custodian_type
- ../slots/feature_description
- ../slots/feature_language
- ../slots/feature_name
- ../slots/feature_note
- ../slots/feature_type
- ../slots/specificity_annotation
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ./SpecificityAnnotation
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
classes:
FeaturePlace:
is_a: ReconstructedEntity
class_uri: crm:E27_Site
description: "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\" → FeaturePlace: MUSEUM (building type)\n- \"het herenhuis\" → FeaturePlace:\
\ MANSION (building type)\n- \"de kerk\" → 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 | Typological classification |\n| crm:E53_Place | crm:E27_Site |\n\n**Example Integration**:\n\
```yaml\nCustodianPlace:\n place_name: \"Rijksmuseum\"\n place_language: \"nl\"\n place_specificity: BUILDING\n \
\ has_feature_type: # ← Link to FeaturePlace\n feature_type: MUSEUM\n feature_name: \"Rijksmuseum building\"\n\
\ feature_description: \"Monumental museum building designed by P.J.H. Cuypers (1885)\"\n```\n\n**Use Cases**:\n\
- Classify building types (mansion, church, castle, palace)\n- Identify monument types (memorial, sculpture, statue)\n\
- Categorize landscape features (park, cemetery, garden)\n- Specify infrastructure types (bridge, canal, fortification)\n\
\n**Institution Type**: Corresponds to 'F' (FEATURES) in GLAMORCUBESFIXPHDNT taxonomy\n\n**Generated by ReconstructionActivity**:\n\
FeaturePlace is generated when physical feature types are identified for\nnominal place references (e.g., classifying\
\ \"the building\" as a MANSION).\n"
exact_mappings:
- crm:E27_Site
- schema:LandmarksOrHistoricalBuildings
close_mappings:
- crm:E53_Place
- schema:Place
- schema:TouristAttraction
related_mappings:
- prov:Entity
- dcterms:Location
- geo:Feature
slots:
# classifies_place REMOVED - migrated to classifies_or_classified (Rule 53, 2026-01-19)
- classifies_or_classified
- has_or_had_custodian_type
- feature_description
- feature_language
- feature_name
- feature_note
- feature_type
- specificity_annotation
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- temporal_extent # was: valid_from + valid_to - migrated per Rule 53
- is_or_was_derived_from # was: was_derived_from - migrated per Rule 53
- is_or_was_generated_by # was: was_generated_by - migrated per Rule 53
slot_usage:
feature_type:
range: FeatureTypeEnum
required: true
examples:
- value: MANSION
description: Historic mansion building
- value: PARISH_CHURCH
description: Historic church building
- value: CEMETERY
description: Historic burial ground
feature_name:
range: string
required: false
examples:
- value: Rijksmuseum building
description: Museum building type name
- value: Manor house in Schilderswijk
description: Mansion building type name
- value: Parish church structure
description: Church building type name
feature_language:
range: string
required: false
examples:
- value: nl
description: Dutch feature name
- value: en
description: English feature name
feature_description:
range: string
required: false
examples:
- value: Neo-Gothic museum building designed by P.J.H. Cuypers, opened 1885
description: Museum building characteristics
- value: 17th-century canal mansion with ornate gable facade
description: Mansion architectural features
# classifies_place REMOVED - migrated to classifies_or_classified (Rule 53, 2026-01-19)
classifies_or_classified:
description: >-
Link to the CustodianPlace that this feature type classifies.
MIGRATED from classifies_place per slot_fixes.yaml (Rule 53, 2026-01-19).
range: CustodianPlace
required: true
examples:
- value: https://nde.nl/ontology/hc/place/rijksmuseum-location
description: Classifies 'Rijksmuseum' place as MUSEUM building type
feature_note:
range: string
required: false
examples:
- value: Classified as museum building based on current function
description: Classification reasoning
- value: 'Rijksmonument #12345, Neo-Gothic style'
description: Heritage and architectural notes
is_or_was_derived_from: # was: was_derived_from - migrated per Rule 53
range: CustodianObservation
multivalued: true
required: true
is_or_was_generated_by: # was: was_generated_by - migrated per Rule 53
range: ReconstructionActivity
required: false
temporal_extent: # was: valid_from + valid_to - migrated per Rule 53
description: |
Validity period using CIDOC-CRM TimeSpan.
MIGRATED from valid_from + valid_to per slot_fixes.yaml (Rule 53).
range: TimeSpan
inlined: true
required: false
examples:
- value:
begin_of_the_begin: '1885-01-01'
description: Building completed, classified as museum from this date
- value:
begin_of_the_begin: '1650-01-01'
end_of_the_end: '1950-12-31'
description: Mansion from construction to demolition
has_or_had_custodian_type:
equals_expression: '["hc:FeatureCustodianType"]'
comments:
- 'Represents FEATURE TYPE CLASSIFICATION: typological classification of nominal place references'
- 298 specific feature types from Wikidata heritage/place taxonomy
- 'CRITICAL: Classifies CustodianPlace, does NOT replace it'
- 'Example: CustodianPlace(''Rijksmuseum'') has FeaturePlace(MUSEUM)'
- Adds typological layer to nominal place references
- Maps to CIDOC-CRM E27_Site and Schema.org LandmarksOrHistoricalBuildings
- Institution Type F (FEATURES) when a physical feature IS the heritage custodian itself
see_also:
- http://www.cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E27
- https://schema.org/LandmarksOrHistoricalBuildings
- https://schema.org/Place
examples:
- value:
feature_type: MUSEUM
feature_name: Rijksmuseum building
feature_language: nl
feature_description: Neo-Gothic museum building designed by P.J.H. Cuypers, opened 1885
feature_note: Rijksmonument, national heritage building
classifies_or_classified: https://nde.nl/ontology/hc/place/rijksmuseum-ams # was: classifies_place - migrated per Rule 53
is_or_was_derived_from: # was: was_derived_from - migrated per Rule 53
- https://w3id.org/heritage/observation/heritage-register-entry
is_or_was_generated_by: # was: was_generated_by - migrated per Rule 53 https://w3id.org/heritage/activity/feature-classification-2025
valid_from: '1885-07-13'
description: Museum building type classification for 'Rijksmuseum' place reference
- value:
feature_type: MANSION
feature_name: Canal mansion
feature_language: en
feature_description: 17th-century patrician mansion with ornate gable facade
feature_note: Classified as mansion based on architectural survey
classifies_or_classified: https://nde.nl/ontology/hc/place/herenhuis-schilderswijk # was: classifies_place - migrated per Rule 53
is_or_was_derived_from: # was: was_derived_from - migrated per Rule 53
- https://w3id.org/heritage/observation/notarial-deed-1850
valid_from: '1650-01-01'
description: Mansion type classification for 'het herenhuis in de Schilderswijk' place reference
- value:
feature_type: PARISH_CHURCH
feature_name: Medieval parish church
feature_language: en
feature_description: Gothic church building with 14th-century tower
classifies_or_classified: https://nde.nl/ontology/hc/place/oude-kerk-ams # was: classifies_place - migrated per Rule 53
is_or_was_derived_from: # was: was_derived_from - migrated per Rule 53
- https://w3id.org/heritage/observation/church-archive-catalog
valid_from: '1306-01-01'
description: Church building type classification for 'Oude Kerk' place reference