- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
390 lines
16 KiB
YAML
390 lines
16 KiB
YAML
id: https://nde.nl/ontology/hc/class/auxiliary-place
|
|
name: auxiliary_place_class
|
|
title: AuxiliaryPlace Class
|
|
imports:
|
|
- linkml:types
|
|
- ./Custodian
|
|
- ./CustodianPlace
|
|
- ./CustodianObservation
|
|
- ./ReconstructionActivity
|
|
- ./FeaturePlace
|
|
- ./GeoSpatialPlace
|
|
- ./Country
|
|
- ./Subregion
|
|
- ./Settlement
|
|
- ./TimeSpan
|
|
- ../enums/AuxiliaryPlaceTypeEnum
|
|
- ./ReconstructedEntity
|
|
- ./BranchOffice
|
|
- ./AdministrativeOffice
|
|
- ./TemporaryLocation
|
|
- ./ConservationLab
|
|
- ./ReadingRoom
|
|
- ./ReadingRoomAnnex
|
|
- ./Warehouse
|
|
- ./ResearchCenter
|
|
- ./ExhibitionSpace
|
|
- ./HistoricBuilding
|
|
- ./EducationCenter
|
|
- ./OutdoorSite
|
|
- ./CateringPlace
|
|
- ./GiftShop
|
|
- ./Storage
|
|
- ./OrganizationBranch
|
|
- ../slots/has_feature_type
|
|
- ../slots/has_geospatial_location
|
|
- ../slots/geonames_id
|
|
- ../slots/latitude
|
|
- ../slots/longitude
|
|
- ../slots/street_address
|
|
- ../slots/postal_code
|
|
- ../slots/city
|
|
- ../slots/auxiliary_place_id
|
|
- ../slots/has_auxiliary_place_type
|
|
- ../slots/country
|
|
- ../slots/hosts_branch
|
|
- ../slots/is_auxiliary_of_place
|
|
- ../slots/place_description
|
|
- ../slots/place_name
|
|
- ../slots/refers_to_custodian
|
|
- ../slots/settlement
|
|
- ../slots/specialized_place
|
|
- ../slots/specificity_annotation
|
|
- ../slots/subregion
|
|
- ../slots/template_specificity
|
|
- ../slots/temporal_extent
|
|
- ../slots/valid_from
|
|
- ../slots/valid_to
|
|
- ../slots/was_derived_from
|
|
- ../slots/was_generated_by
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ../slots/has_auxiliary_place_identifier
|
|
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#
|
|
locn: http://www.w3.org/ns/locn#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
vcard: http://www.w3.org/2006/vcard/ns#
|
|
geosparql: http://www.opengis.net/ont/geosparql#
|
|
classes:
|
|
AuxiliaryPlace:
|
|
is_a: ReconstructedEntity
|
|
class_uri: org:Site
|
|
description: "Secondary or subordinate physical location associated with a heritage custodian.\n\n**CRITICAL DISTINCTION\
|
|
\ - THREE-TIER PLACE MODEL**:\n\n1. **CustodianPlace** (preferred place reference):\n - Main/primary place designation\
|
|
\ for the custodian\n - Like CustodianName is the preferred emic label\n - Examples: \"Rijksmuseum\" (main building),\
|
|
\ \"National Archives\" (headquarters)\n \n2. **AuxiliaryPlace** (subordinate places) - THIS CLASS:\n - Secondary\
|
|
\ locations: branch offices, storage facilities, regional sites\n - Like CustodianAppellation is to CustodianName\n\
|
|
\ - Examples: Depot Amersfoort (off-site storage), Regional office Noord-Holland\n \n3. **FeaturePlace** (feature\
|
|
\ type classification):\n - Classifies the TYPE of physical feature (museum building, warehouse, etc.)\n - Applies\
|
|
\ to both CustodianPlace and AuxiliaryPlace\n\n**W3C ORG ALIGNMENT**:\n\n`org:Site` - \"An office or other premise at\
|
|
\ which the organization is located. \nMany organizations are spread across multiple sites and many sites will host\
|
|
\ \nmultiple locations. In most cases a Site will be a physical location.\"\n\nKey properties:\n- `org:siteOf` - links\
|
|
\ site to organization (inverse of org:hasSite)\n- `org:siteAddress` - locn:Address for physical address\n- `locn:geometry`\
|
|
\ - geometric representation (lat/lon)\n\n**RELATIONSHIP TO ORGANIZATIONBRANCH**:\n\nAuxiliaryPlace represents PHYSICAL\
|
|
\ LOCATION (where)\nOrganizationBranch represents ORGANIZATIONAL UNIT (what operates there)\n\n```\nCustodian (hub)\n\
|
|
\ ├── place_designation → CustodianPlace (main place)\n │ └── auxiliary_places → AuxiliaryPlace (subordinate sites)\n\
|
|
\ │ └── hosts_branch → OrganizationBranch (org unit at site)\n │ └── has_operational_unit → OrganizationalStructure\
|
|
\ (teams)\n │\n └── organizational_structure → OrganizationalStructure (informal units)\n └── located_at → AuxiliaryPlace\
|
|
\ (optional physical location)\n```\n\n**USE CASES**:\n\n1. **Off-site Storage Facilities**:\n - Museum depot in Amersfoort\
|
|
\ (Rijksmuseum)\n - Archive annexes and document centers\n\n2. **Branch Libraries/Offices**:\n - University library\
|
|
\ branches at satellite campuses\n - Regional archive offices (Noord-Holland, Zuid-Holland)\n\n3. **Research Centers**:\n\
|
|
\ - Conservation lab in separate building\n - Digitization center at different address\n\n4. **Historic Buildings\
|
|
\ Under Same Custodian**:\n - Mauritshuis manages multiple historic houses\n - Abbey with multiple monastic buildings\n\
|
|
\n5. **Temporary Locations**:\n - Exhibition pavilions\n - Pop-up museums/archives\n - Storage during renovation\n\
|
|
\n**Example - Rijksmuseum with Multiple Sites**:\n```yaml\nCustodian:\n hc_id: \"https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804\"\
|
|
\n preferred_label: \"Rijksmuseum\"\n place_designation:\n place_name: \"Rijksmuseum\" # Main building on Museumplein\n\
|
|
\ auxiliary_places:\n - place_name: \"Depot Amersfoort\"\n auxiliary_place_type: STORAGE_FACILITY\n \
|
|
\ street_address: \"Euterpelaan 25, Amersfoort\"\n - place_name: \"Rijksmuseum Schiphol\"\n auxiliary_place_type:\
|
|
\ BRANCH_OFFICE\n street_address: \"Schiphol Airport, Lounge 2\"\n hosts_branch:\n branch_name:\
|
|
\ \"Schiphol Exhibition Space\"\n```\n\n**TEMPORAL VALIDITY**:\n\nAuxiliary places can open/close independently:\n-\
|
|
\ Storage facility opened 1995, closed 2010 (moved to new location)\n- Branch office valid_from 2000, valid_to null\
|
|
\ (still active)\n\nTrack with valid_from/valid_to or temporal_extent (for fuzzy dates).\n"
|
|
exact_mappings:
|
|
- org:Site
|
|
close_mappings:
|
|
- schema:Place
|
|
- crm:E27_Site
|
|
- locn:Address
|
|
- vcard:Location
|
|
related_mappings:
|
|
- crm:E53_Place
|
|
- schema:branch
|
|
- org:siteAddress
|
|
- vcard:Address
|
|
slots:
|
|
- auxiliary_place_id
|
|
- has_auxiliary_place_type
|
|
- city
|
|
- country
|
|
- geonames_id
|
|
- has_feature_type
|
|
- has_geospatial_location
|
|
- hosts_branch
|
|
- is_auxiliary_of_place
|
|
- latitude
|
|
- longitude
|
|
- place_description
|
|
- place_name
|
|
- postal_code
|
|
- refers_to_custodian
|
|
- settlement
|
|
- specialized_place
|
|
- specificity_annotation
|
|
- street_address
|
|
- subregion
|
|
- template_specificity
|
|
- temporal_extent
|
|
- valid_from
|
|
- valid_to
|
|
- was_derived_from
|
|
- was_generated_by
|
|
slot_usage:
|
|
has_auxiliary_place_identifier:
|
|
range: uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux-place/rijksmuseum-depot-amersfoort
|
|
description: Rijksmuseum off-site storage facility
|
|
place_name:
|
|
range: string
|
|
required: true
|
|
examples:
|
|
- value: Depot Amersfoort
|
|
description: Off-site storage facility name
|
|
- value: Rijksmuseum Schiphol
|
|
description: Airport branch location
|
|
- value: Reading Room Annex
|
|
description: Overflow reading room
|
|
has_auxiliary_place_type:
|
|
range: AuxiliaryPlaceTypeEnum
|
|
required: true
|
|
examples:
|
|
- value: STORAGE_FACILITY
|
|
description: Off-site depot
|
|
- value: BRANCH_OFFICE
|
|
description: Regional branch
|
|
- value: RESEARCH_CENTER
|
|
description: Digitization center - use ResearchCenter class for details
|
|
specialized_place:
|
|
range: ReconstructedEntity
|
|
required: false
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
research_center_id: https://nde.nl/hc/research/kb-digitization
|
|
center_name: KB Digitization Center
|
|
research_center_type: DIGITIZATION_CENTER
|
|
description: ResearchCenter instance for digitization facility
|
|
- value:
|
|
conservation_lab_id: https://nde.nl/hc/lab/rkd-paper
|
|
lab_name: RKD Paper Conservation Lab
|
|
conservation_specialties:
|
|
- Works on paper
|
|
- Drawings
|
|
description: ConservationLab instance
|
|
place_description:
|
|
range: string
|
|
examples:
|
|
- value: Off-site storage facility housing overflow collections. Staff access only.
|
|
description: Depot description
|
|
street_address:
|
|
range: string
|
|
examples:
|
|
- value: Euterpelaan 25
|
|
description: Street address
|
|
- value: Schiphol Airport, Lounge 2, Holland Boulevard
|
|
description: Airport location
|
|
postal_code:
|
|
range: string
|
|
examples:
|
|
- value: 3824 BK
|
|
description: Dutch postal code
|
|
city:
|
|
range: string
|
|
examples:
|
|
- value: Amersfoort
|
|
description: City name
|
|
country:
|
|
range: Country
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/country/NL
|
|
description: Netherlands
|
|
subregion:
|
|
range: Subregion
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/subregion/NL-UT
|
|
description: Utrecht province
|
|
settlement:
|
|
range: Settlement
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/settlement/2759633
|
|
description: Amersfoort (GeoNames ID 2759633)
|
|
latitude:
|
|
range: float
|
|
examples:
|
|
- value: 52.1561
|
|
description: Amersfoort latitude
|
|
longitude:
|
|
range: float
|
|
examples:
|
|
- value: 5.3878
|
|
description: Amersfoort longitude
|
|
geonames_id:
|
|
range: integer
|
|
examples:
|
|
- value: 2759633
|
|
description: Amersfoort GeoNames ID
|
|
has_geospatial_location:
|
|
range: GeoSpatialPlace
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
geospatial_id: https://nde.nl/ontology/hc/geo/depot-amersfoort-building
|
|
latitude: 52.1561
|
|
longitude: 5.3878
|
|
geometry_wkt: POLYGON((5.385 52.154, 5.390 52.154, 5.390 52.158, 5.385 52.158, 5.385 52.154))
|
|
geometry_type: POLYGON
|
|
osm_id: way/234567890
|
|
has_accuracy_in_meters: 1.0
|
|
spatial_resolution: BUILDING
|
|
geospatial_source: Kadaster BAG
|
|
description: Storage depot with building footprint polygon
|
|
- value:
|
|
geospatial_id: https://nde.nl/ontology/hc/geo/schiphol-branch
|
|
latitude: 52.3086
|
|
longitude: 4.7639
|
|
geometry_type: POINT
|
|
geonames_id: 2747891
|
|
has_accuracy_in_meters: 50.0
|
|
spatial_resolution: BUILDING
|
|
geospatial_source: GeoNames API
|
|
description: Airport branch point location
|
|
has_feature_type:
|
|
range: FeaturePlace
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/feature/warehouse-type
|
|
description: Warehouse/depot building type
|
|
hosts_branch:
|
|
range: OrganizationBranch
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
examples:
|
|
- value:
|
|
branch_name: Conservation Division - Amersfoort
|
|
branch_type: CONSERVATION_LAB
|
|
description: Conservation branch at depot site
|
|
is_auxiliary_of_place:
|
|
range: CustodianPlace
|
|
required: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/place/rijksmuseum-main
|
|
description: Main Rijksmuseum building
|
|
valid_from:
|
|
range: date
|
|
examples:
|
|
- value: '1995-06-01'
|
|
description: Depot opened June 1995
|
|
valid_to:
|
|
range: date
|
|
examples:
|
|
- value: '2010-12-31'
|
|
description: Facility closed end of 2010
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '1970-01-01'
|
|
end_of_the_begin: '1979-12-31'
|
|
description: Opened sometime in the 1970s
|
|
was_derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
was_generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
refers_to_custodian:
|
|
range: Custodian
|
|
required: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
|
|
description: Rijksmuseum custodian hub
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
comments:
|
|
- AuxiliaryPlace models SUBORDINATE physical locations (not main headquarters)
|
|
- Analogous to CustodianAppellation (alternative names) for CustodianName
|
|
- W3C ORG org:Site for organizational site/premises
|
|
- Links to OrganizationBranch via hosts_branch (what operates at this site)
|
|
- Links back to CustodianPlace via is_auxiliary_of_place (main vs subordinate)
|
|
- Temporal validity tracks site lifecycle (opened/closed)
|
|
- Can have precise coordinates (latitude/longitude) unlike nominal CustodianPlace
|
|
see_also:
|
|
- https://www.w3.org/TR/vocab-org/#org:Site
|
|
- https://www.w3.org/ns/locn
|
|
- http://www.cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E27
|
|
- https://www.w3.org/TR/vcard-rdf/
|
|
examples:
|
|
- value:
|
|
auxiliary_place_id: https://nde.nl/ontology/hc/aux-place/rijksmuseum-depot-amersfoort
|
|
place_name: Depot Amersfoort
|
|
auxiliary_place_type: STORAGE_FACILITY
|
|
place_description: Off-site storage facility for overflow collections. Climate-controlled. Staff access only.
|
|
street_address: Euterpelaan 25
|
|
postal_code: 3824 BK
|
|
city: Amersfoort
|
|
country: https://nde.nl/ontology/hc/country/NL
|
|
subregion: https://nde.nl/ontology/hc/subregion/NL-UT
|
|
latitude: 52.1561
|
|
longitude: 5.3878
|
|
valid_from: '1995-06-01'
|
|
is_auxiliary_of_place: https://nde.nl/ontology/hc/place/rijksmuseum-main
|
|
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
|
|
description: Rijksmuseum off-site storage depot
|
|
- value:
|
|
auxiliary_place_id: https://nde.nl/ontology/hc/aux-place/rijksmuseum-schiphol
|
|
place_name: Rijksmuseum Schiphol
|
|
auxiliary_place_type: BRANCH_OFFICE
|
|
place_description: Small exhibition space at Schiphol Airport featuring rotating highlights from the collection.
|
|
street_address: Schiphol Airport, Holland Boulevard, Lounge 2
|
|
city: Schiphol
|
|
country: https://nde.nl/ontology/hc/country/NL
|
|
valid_from: '2002-10-01'
|
|
hosts_branch:
|
|
- branch_name: Schiphol Exhibition Team
|
|
branch_type: EXHIBITION_SPACE
|
|
is_auxiliary_of_place: https://nde.nl/ontology/hc/place/rijksmuseum-main
|
|
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
|
|
description: Rijksmuseum airport branch exhibition
|
|
- value:
|
|
auxiliary_place_id: https://nde.nl/ontology/hc/aux-place/nha-reading-room-annex
|
|
place_name: Noord-Hollands Archief Reading Room Annex
|
|
auxiliary_place_type: READING_ROOM_ANNEX
|
|
specialized_place:
|
|
reading_room_annex_id: https://nde.nl/hc/reading-room-annex/nha-overflow
|
|
annex_name: NHA Overflow Reading Room
|
|
annex_reason: PEAK_DEMAND
|
|
capacity_seats: 12
|
|
place_description: Overflow reading room for peak research periods.
|
|
street_address: Kleine Houtweg 20
|
|
postal_code: 2012 CH
|
|
city: Haarlem
|
|
valid_from: '2010-01-15'
|
|
valid_to: '2018-06-30'
|
|
is_auxiliary_of_place: https://nde.nl/ontology/hc/place/noord-hollands-archief-main
|
|
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-haa-a-nha
|
|
description: Archive annex with specialized ReadingRoomAnnex details (closed 2018)
|