glam/schemas/20251121/linkml/modules/classes/OutdoorSite.yaml
kempersc c1946e93f9 Refactor VideoPost and WebObservation schemas; remove deprecated slots and migrate to new structures
- Updated VideoPost.yaml to include new slots and remove deprecated ones, enhancing video-specific properties.
- Removed extraction_confidence from WebObservation.yaml, streamlining the schema.
- Deleted obsolete slot files: characteristics.yaml, class_definition.yaml, confidence.yaml, confidence_method.yaml, confidence_score.yaml, confidence_value.yaml, count.yaml, and hosts_branch.yaml.
- Introduced ghost_slots.txt to track unused slots.
- Archived previous versions of characteristics, class_definition, confidence, confidence_method, confidence_score, confidence_value, count, and hosts_branch slots for historical reference.
- Added new slots: has_or_had_citation, has_or_had_city_code, and is_or_was_location_of with appropriate descriptions and mappings.
2026-01-28 15:04:11 +01:00

285 lines
13 KiB
YAML

id: https://nde.nl/ontology/hc/class/outdoor-site
name: outdoor_site_class
title: OutdoorSite Class
imports:
- linkml:types
- ./ReconstructedEntity
- ./CustodianObservation
- ./ReconstructionActivity
- ./Area
- ./BioTypeClassification # Type/Types class hierarchy (was BioCustodianTypeEnum)
- ./BioTypeClassifications # 15 concrete subclasses
- ../enums/FeatureTypeEnum
- ../enums/OutdoorSiteTypeEnum
- ../slots/outdoor_site_id
- ../slots/outdoor_site_name
- ../slots/outdoor_site_description
- ../slots/outdoor_site_type
- ../slots/is_or_was_classified_as # was: bio_type_classification - migrated per Rule 53/56 (2026-01-17)
- ../slots/has_or_had_type # was: feature_type_classification - migrated per Rule 53 (2026-01-26)
- ./FeatureType
- ./FeatureTypes
# REMOVED 2026-01-15: ../slots/area_hectares - migrated to has_or_had_area + Area (Rule 53)
# REMOVED 2026-01-15: ../slots/has_area_in_hectare - BESPOKE SLOT INCORRECTLY CREATED, replaced with has_or_had_area + Area (Rule 53)
- ../slots/has_or_had_area
- ../slots/has_or_had_artwork_count
- ../slots/plant_species_count
- ../slots/contains_or_contained
- ../classes/Animal
- ../classes/Species
- ../slots/has_or_had_quantity
- ../classes/Quantity
- ../slots/is_open_to_public
- ../slots/opening_hour
- ../slots/seasonal_hour
# has_or_had_admission_fee REMOVED - migrated to has_or_had_fee + AdmissionFee (Rule 53)
- ../slots/has_or_had_fee
- ./AdmissionFee
- ../slots/historic_garden_designation
- ../slots/conservation_status
- ../slots/period_covered
- ../slots/has_or_had_accessibility_feature
- ../slots/specificity_annotation
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ../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
- ./SpecificityAnnotation
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
org: http://www.w3.org/ns/org#
dcterms: http://purl.org/dc/terms/
crm: http://www.cidoc-crm.org/cidoc-crm/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
wd: http://www.wikidata.org/entity/
classes:
OutdoorSite:
is_a: ReconstructedEntity
class_uri: schema:Park
description: "Outdoor site, grounds, garden, or natural area managed by a heritage custodian.\n\n**DEFINITION**:\n\nAn\
\ OutdoorSite is an outdoor area managed by a heritage custodian as an\nauxiliary property. This may include gardens,\
\ sculpture parks, archaeological\nsites, nature reserves, or historic grounds associated with the custodian's\nheritage\
\ mission.\n\n**SCHEMA.ORG ALIGNMENT**:\n\n`schema:Park` - \"A park.\" Extended to include gardens, grounds, and outdoor\n\
heritage sites.\n\n**WIKIDATA TYPE LINKAGE**:\n\nThis class links to TWO enum types:\n\n1. **BioCustodianTypeEnum**\
\ (1142 types) - For natural/botanical sites:\n - Q167346 (botanical garden)\n - Q10884 (arboretum)\n - Q43501\
\ (zoo)\n - Q18247357 (zoological garden)\n - Q22746 (park)\n \n2. **FeatureTypeEnum** (298 types) - For landscape/heritage\
\ features:\n - Q839954 (archaeological site)\n - Q1107656 (garden)\n - Q22698 (park)\n - Q2867476 (sculpture\
\ garden)\n - Q174782 (square/plaza)\n\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n\n| Type | Setting | Examples\
\ |\n|------|---------|----------|\n| **OutdoorSite** | Exterior/grounds | Gardens, sculpture parks |\n| HistoricBuilding\
\ | Interior structure | Historic houses, castles |\n| ExhibitionSpace | Interior gallery | Exhibition halls |\n| Storage\
\ | Interior storage | Depots, warehouses |\n\n**TYPES OF OUTDOOR SITES**:\n\n1. **Historic Gardens**: Formal gardens,\
\ pleasure grounds\n2. **Sculpture Parks**: Outdoor art installations\n3. **Archaeological Sites**: Excavation sites,\
\ ruins\n4. **Botanical Collections**: Arboreta, plant collections\n5. **Nature Reserves**: Managed natural areas\n\
6. **Castle/Estate Grounds**: Historic landscape parks\n7. **Cemeteries**: Historic burial grounds\n\n**USE CASES**:\n\
\n1. **Museum Sculpture Garden**:\n ```yaml\n OutdoorSite:\n outdoor_site_id: \"https://nde.nl/ontology/hc/aux/kroller-muller-sculpture\"\
\n outdoor_site_name: \"Kröller-Müller Beeldentuin\"\n feature_type_classification: SCULPTURE_GARDEN\n has_or_had_area:\
\n - area_value: 25.0\n has_or_had_unit:\n unit_type: HECTARE\n unit_symbol: \"ha\"\n has_or_had_artwork_count: 160\n ```\n\n2. **Historic Estate Grounds**:\n ```yaml\n OutdoorSite:\n outdoor_site_name:\
\ \"Paleis Het Loo Tuinen\"\n is_or_was_classified_as: BotanicalInstitutionClassification # Type/Types class\n feature_type_classification: FORMAL_GARDEN\n\
\ historic_garden_designation: true\n ```\n\n3. **Archaeological Site**:\n ```yaml\n OutdoorSite:\n outdoor_site_name:\
\ \"Archeologisch Park Matilo\"\n feature_type_classification: ARCHAEOLOGICAL_SITE\n period_covered: \"Roman\
\ period\"\n ```\n"
exact_mappings:
- schema:Park
close_mappings:
- org:Site
- crm:E27_Site
- wd:Q22698
related_mappings:
- schema:TouristAttraction
- crm:E53_Place
- hc:HistoricBuilding
slots:
- has_or_had_accessibility_feature
# has_or_had_admission_fee REMOVED - migrated to has_or_had_fee (Rule 53)
- has_or_had_fee
- contains_or_contained # was: has_or_had_animal_species_count - migrated per Rule 53 (2026-01-27)
- has_or_had_area
- has_or_had_artwork_count
- is_or_was_classified_as # was: bio_type_classification - migrated per Rule 53/56 (2026-01-17)
- conservation_status
- has_or_had_type # was: feature_type_classification - migrated per Rule 53 (2026-01-26)
- historic_garden_designation
- is_open_to_public
- opening_hour
- outdoor_site_description
- outdoor_site_id
- outdoor_site_name
- outdoor_site_type
- period_covered
- plant_species_count
- seasonal_hour
- specificity_annotation
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- 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:
outdoor_site_id:
range: uriorcurie
required: true
identifier: true
examples:
- value: https://nde.nl/ontology/hc/aux/kroller-muller-sculpture
description: Kröller-Müller sculpture garden
outdoor_site_name:
range: string
required: true
examples:
- value: Kröller-Müller Beeldentuin
description: Sculpture garden
- value: Paleis Het Loo Tuinen
description: Palace gardens
- value: Archeologisch Park Matilo
description: Archaeological park
outdoor_site_description:
range: string
examples:
- value: One of Europe's largest sculpture gardens with 160 works set in 25 hectares of park landscape within De Hoge
Veluwe National Park.
description: Sculpture garden description
outdoor_site_type:
range: OutdoorSiteTypeEnum
required: true
examples:
- value: SCULPTURE_GARDEN
description: Outdoor art display
- value: FORMAL_GARDEN
description: Historic garden
is_or_was_classified_as: # was: bio_type_classification - migrated per Rule 53/56 (2026-01-17)
range: BioTypeClassification # Type/Types class hierarchy (was BioCustodianTypeEnum)
inlined: true
required: false
description: >-
Optional biological/botanical classification from BioTypeClassification class hierarchy.
BioTypeClassification contains 15 high-level classification types for
botanical gardens, zoos, arboreta, and nature facilities based on collection focus,
primary function, institutional form, and collection type.
examples:
- value: BotanicalInstitutionClassification
description: Botanical garden
- value: ZoologicalInstitutionClassification
description: Zoo or wildlife park
has_or_had_type: # was: feature_type_classification - migrated per Rule 53 (2026-01-26)
description: |
MIGRATED from feature_type_classification per slot_fixes.yaml (Rule 53, 2026-01-26).
Classification of the outdoor site feature type.
Uses FeatureType class hierarchy (LandscapeFeatureType, SiteType) instead of FeatureTypeEnum.
range: FeatureType
required: false
any_of:
- range: LandscapeFeatureType
- range: SiteType
examples:
- value: SCULPTURE_GARDEN
description: Sculpture garden (LandscapeFeatureType)
- value: ARCHAEOLOGICAL_SITE
description: Archaeological site (SiteType)
- value: FORMAL_GARDEN
description: Formal garden (LandscapeFeatureType)
has_or_had_area:
description: >-
Area of the outdoor site.
MIGRATED from area_hectares and has_area_in_hectare (Rule 53).
range: Area
inlined: true
multivalued: true
examples:
- value:
area_value: 25.0
has_or_had_unit:
has_or_had_type: HECTARE
has_or_had_symbol: "ha"
has_or_had_label: "Sculpture garden area"
description: 25 hectares sculpture garden
- value:
area_value: 650.0
has_or_had_unit:
has_or_had_type: HECTARE
has_or_had_symbol: "ha"
is_estimate: true
has_or_had_label: "Estate grounds"
description: 650 hectares historic estate (estimated)
has_or_had_artwork_count:
range: integer
examples:
- value: 160
description: 160 sculptures
plant_species_count:
range: integer
examples:
- value: 2500
description: 2500 plant species
contains_or_contained:
range: Animal
multivalued: true
inlined: true
description: |
Animal species present at the site.
MIGRATED from has_or_had_animal_species_count per Rule 53.
Uses Animal class with Species classification and Quantity.
examples:
- value:
outdoor_site_id: https://nde.nl/ontology/hc/aux/kroller-muller-sculpture
outdoor_site_name: Kröller-Müller Beeldentuin
outdoor_site_description: One of Europe's largest sculpture gardens with 160 works set in 25 hectares of park landscape within De Hoge Veluwe National Park.
outdoor_site_type: SCULPTURE_GARDEN
has_or_had_type: SCULPTURE_GARDEN # was: feature_type_classification - migrated per Rule 53
has_or_had_area:
- area_value: 25.0
has_or_had_unit:
has_or_had_type: HECTARE
has_or_had_symbol: "ha"
has_or_had_label: "Total site area"
has_or_had_artwork_count: 160
is_open_to_public: true
has_or_had_fee:
- has_or_had_label: "Included with museum ticket"
opening_hour: "Tu-Su 10:00-17:00"
has_or_had_accessibility_feature:
- has_or_had_label: "Paved paths"
- has_or_had_label: "Wheelchair routes available"
description: Major sculpture garden
- value:
outdoor_site_id: https://nde.nl/ontology/hc/aux/het-loo-tuinen
outdoor_site_name: Paleis Het Loo Tuinen
outdoor_site_description: Formal baroque gardens restored to 17th-century design. Part of royal palace complex.
outdoor_site_type: FORMAL_GARDEN
is_or_was_classified_as: BotanicalInstitutionClassification # was: bio_type_classification, was: GARDEN
has_or_had_type: FORMAL_GARDEN # was: feature_type_classification - migrated per Rule 53
has_or_had_area:
- area_value: 650.0
has_or_had_unit:
has_or_had_type: HECTARE
has_or_had_symbol: "ha"
is_estimate: true
has_or_had_label: "Estate grounds"
is_open_to_public: true
has_or_had_fee:
- has_or_had_label: "Included with palace ticket"
seasonal_hour: Summer 10:00-18:00; Winter 10:00-16:00
historic_garden_designation: true
description: Historic palace gardens
- value:
outdoor_site_id: https://nde.nl/ontology/hc/aux/matilo-archaeological
outdoor_site_name: Archeologisch Park Matilo
outdoor_site_description: Archaeological park on site of Roman fort Matilo with reconstructed structures.
outdoor_site_type: ARCHAEOLOGICAL_SITE
has_or_had_type: ARCHAEOLOGICAL_SITE # was: feature_type_classification - migrated per Rule 53
has_or_had_area:
- area_value: 3.5
has_or_had_unit:
has_or_had_type: HECTARE
has_or_had_symbol: "ha"
has_or_had_label: "Archaeological park area"
is_open_to_public: true
has_or_had_fee:
- has_or_had_label: "Free"
period_covered: Roman period (50-400 CE)
description: Roman archaeological park