glam/schemas/20251121/linkml/modules/classes/OutdoorSite.yaml
kempersc 4319f38c05 Add archived slots for audience size, audience type, and capacity metrics
- Created new YAML files for audience size and audience type slots, defining their properties and annotations.
- Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges.
- Introduced a template specificity slot for context-aware RAG filtering.
- Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
2026-01-17 18:53:23 +01:00

323 lines
14 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/has_or_had_classification # was: bio_type_classification - migrated per Rule 53/56 (2026-01-17)
- ../slots/feature_type_classification
# 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/has_or_had_animal_species_count
- ../slots/is_open_to_public
- ../slots/opening_hour
- ../slots/seasonal_hour
- ../slots/has_or_had_admission_fee
- ../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 has_or_had_classification: 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
- has_or_had_animal_species_count
- has_or_had_area
- has_or_had_artwork_count
- has_or_had_classification # was: bio_type_classification - migrated per Rule 53/56 (2026-01-17)
- conservation_status
- feature_type_classification
- 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
has_or_had_classification: # 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
feature_type_classification:
range: FeatureTypeEnum
required: false
examples:
- value: SCULPTURE_GARDEN
description: Sculpture garden
- value: ARCHAEOLOGICAL_SITE
description: Archaeological site
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
has_or_had_animal_species_count:
range: integer
examples:
- value: 150
description: 150 animal species
is_open_to_public:
range: boolean
examples:
- value: true
description: Open to public
has_or_had_admission_fee:
range: string
examples:
- value: Included with museum ticket
description: Combined admission
- value: Free
description: Free admission
opening_hour:
range: string
examples:
- value: Daily 10:00-17:00
description: Daily hours
seasonal_hour:
range: string
examples:
- value: 'Summer (Apr-Oct): 10:00-18:00; Winter (Nov-Mar): 10:00-16:00'
description: Seasonal hours
historic_garden_designation:
range: boolean
examples:
- value: true
description: Historic garden designation
conservation_status:
range: string
examples:
- value: Natura 2000
description: EU nature protection
period_covered:
range: string
examples:
- value: Roman period (50-400 CE)
description: Archaeological period
has_or_had_accessibility_feature:
range: string
multivalued: true
examples:
- value: Paved paths
description: Path accessibility
- value: Wheelchair-accessible routes
description: Wheelchair access
is_or_was_derived_from: # was: was_derived_from - migrated per Rule 53
range: CustodianObservation
multivalued: true
required: false
is_or_was_generated_by: # was: was_generated_by - migrated per Rule 53
range: ReconstructionActivity
required: false
comments:
- OutdoorSite models outdoor areas managed by heritage custodians
- Schema.org Park extended for gardens, grounds, and heritage sites
- Links to BOTH BioCustodianTypeEnum AND FeatureTypeEnum
- BioCustodianTypeEnum for botanical/zoo classifications
- FeatureTypeEnum for landscape/archaeological features
- "MIGRATION NOTE: has_or_had_area replaced area_hectares and has_area_in_hectare (Rule 53)"
see_also:
- https://schema.org/Park
- https://www.wikidata.org/wiki/Q22698
- https://www.wikidata.org/wiki/Q167346
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 in 25 hectares within De Hoge Veluwe
National Park.
outdoor_site_type: SCULPTURE_GARDEN
feature_type_classification: SCULPTURE_GARDEN
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_admission_fee: Included with museum ticket
opening_hour: Tu-Su 10:00-17:00
has_or_had_accessibility_feature:
- Paved paths
- 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
has_or_had_classification: BotanicalInstitutionClassification # was: bio_type_classification, was: GARDEN
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_admission_fee: 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
feature_type_classification: ARCHAEOLOGICAL_SITE
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_admission_fee: Free
period_covered: Roman period (50-400 CE)
description: Roman archaeological park