- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
156 lines
7.2 KiB
YAML
156 lines
7.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/feature-place
|
|
name: feature_place_class
|
|
title: FeaturePlace Class
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/FeatureTypeEnum
|
|
- ../enums/PlaceSpecificityEnum
|
|
- ../slots/classifies_or_classified
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_note
|
|
- ../slots/has_or_had_score
|
|
- ../slots/has_or_had_type
|
|
- ../slots/is_or_was_derived_from
|
|
- ../slots/is_or_was_generated_by
|
|
- ../slots/temporal_extent
|
|
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\" \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\
|
|
\ | 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: # \u2190 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**:\nFeaturePlace 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_or_classified
|
|
- has_or_had_type
|
|
- has_or_had_description
|
|
- has_or_had_label
|
|
- has_or_had_note
|
|
- has_or_had_score
|
|
- temporal_extent
|
|
- is_or_was_derived_from
|
|
- is_or_was_generated_by
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: string
|
|
multivalued: true
|
|
inlined: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
label_text: Rijksmuseum building
|
|
language_code: nl
|
|
- value:
|
|
label_text: Manor house in Schilderswijk
|
|
language_code: en
|
|
has_or_had_description:
|
|
range: string
|
|
inlined: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
description_text: Neo-Gothic museum building designed by P.J.H. Cuypers, opened 1885
|
|
- value:
|
|
description_text: 17th-century canal mansion with ornate gable facade
|
|
classifies_or_classified:
|
|
range: CustodianPlace
|
|
required: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/place/rijksmuseum-location
|
|
has_or_had_note:
|
|
range: string
|
|
inlined: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
note_content: Classified as museum building based on current function
|
|
- value:
|
|
note_content: 'Rijksmonument #12345, Neo-Gothic style'
|
|
is_or_was_derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: true
|
|
is_or_was_generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '1885-01-01'
|
|
- value:
|
|
begin_of_the_begin: '1650-01-01'
|
|
end_of_the_end: '1950-12-31'
|
|
has_or_had_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:
|
|
has_or_had_type: MUSEUM
|
|
has_or_had_label:
|
|
label_text: Rijksmuseum building
|
|
language_code: nl
|
|
has_or_had_description:
|
|
description_text: Neo-Gothic museum building designed by P.J.H. Cuypers, opened 1885
|
|
has_or_had_note:
|
|
note_content: Rijksmonument, national heritage building
|
|
classifies_or_classified: https://nde.nl/ontology/hc/place/rijksmuseum-ams
|
|
is_or_was_derived_from:
|
|
- https://w3id.org/heritage/observation/heritage-register-entry
|
|
is_or_was_generated_by: null
|
|
temporal_extent:
|
|
begin_of_the_begin: '1885-07-13'
|
|
- value:
|
|
has_or_had_type: MANSION
|
|
has_or_had_label:
|
|
label_text: Canal mansion
|
|
language_code: en
|
|
has_or_had_description:
|
|
description_text: 17th-century patrician mansion with ornate gable facade
|
|
has_or_had_note:
|
|
note_content: Classified as mansion based on architectural survey
|
|
classifies_or_classified: https://nde.nl/ontology/hc/place/herenhuis-schilderswijk
|
|
is_or_was_derived_from:
|
|
- https://w3id.org/heritage/observation/notarial-deed-1850
|
|
temporal_extent:
|
|
begin_of_the_begin: '1650-01-01'
|
|
- value:
|
|
has_or_had_type: PARISH_CHURCH
|
|
has_or_had_label:
|
|
label_text: Medieval parish church
|
|
language_code: en
|
|
has_or_had_description:
|
|
description_text: Gothic church building with 14th-century tower
|
|
classifies_or_classified: https://nde.nl/ontology/hc/place/oude-kerk-ams
|
|
is_or_was_derived_from:
|
|
- https://w3id.org/heritage/observation/church-archive-catalog
|
|
temporal_extent:
|
|
begin_of_the_begin: '1306-01-01'
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|