glam/schemas/20251121/linkml/modules/classes/AuxiliaryDigitalPlatform.yaml
2026-01-12 14:33:56 +01:00

413 lines
17 KiB
YAML

id: https://nde.nl/ontology/hc/class/auxiliary-digital-platform
name: auxiliary_digital_platform_class
title: AuxiliaryDigitalPlatform Class
imports:
- linkml:types
- ./Custodian
- ./DigitalPlatform
- ./CustodianObservation
- ./ReconstructionActivity
- ./TimeSpan
- ./CollectionManagementSystem
- ./DigitalPlatformType
- ./DigitalPlatformTypes
- ./ReconstructedEntity
- ./DataServiceEndpoint
- ./OAIPMHEndpoint
- ./SearchAPI
- ./METSAPI
- ./DataServiceEndpointTypes
- ../slots/technology_stack
- ../slots/funding_source
- ../slots/has_or_had_powered_by_cm
- ../slots/archived_at
- ../slots/serves_finding_aid
- ../slots/has_or_had_data_service_endpoint
- ../slots/api_documentation
- ../slots/has_or_had_archival_status
- ../slots/auxiliary_platform_id
- ../slots/has_auxiliary_platform_type
- ../slots/cms_detected
- ../slots/fixity_info
- ../slots/iiif_support
- ../slots/is_auxiliary_of_platform
- ../slots/linked_data
- ../slots/platform_description
- ../slots/platform_name
- ../slots/platform_purpose
- ../slots/platform_url
- ../slots/preservation_event_type
- ../slots/provides_access_to
- ../slots/refers_to_custodian
- ../slots/related_project
- ../slots/specificity_annotation
- ../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_platform_identifier
- ../slots/has_api_documentation_url
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcat: http://www.w3.org/ns/dcat#
dcterms: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
doap: http://usefulinc.com/ns/doap#
premis: http://www.loc.gov/premis/rdf/v3/
crm: http://www.cidoc-crm.org/cidoc-crm/
classes:
AuxiliaryDigitalPlatform:
is_a: ReconstructedEntity
class_uri: dcat:Catalog
description: "Subordinate or project-based digital platform associated with a heritage custodian.\n\n**CRITICAL DISTINCTION\
\ - THREE-TIER DIGITAL PLATFORM MODEL**:\n\n1. **DigitalPlatform** (main digital entry point):\n - Primary web presence\
\ of the custodian\n - Main website, primary API, flagship digital platform\n - Like CustodianPlace is the preferred\
\ place reference\n - Examples: rijksmuseum.nl, europeana.eu, nationaalarchief.nl\n \n2. **AuxiliaryDigitalPlatform**\
\ (subordinate platforms) - THIS CLASS:\n - Secondary digital properties: project sites, exhibition microsites\n \
\ - Like CustodianAppellation is to CustodianName\n - Examples: project websites, temporary exhibition portals, specialized\
\ tools\n \n3. **DigitalPlatformType** (custodian type classification):\n - For digital-FIRST custodians (no physical\
\ building)\n - Applied at Custodian.custodian_type level\n - Examples: Europeana (aggregation platform), Internet\
\ Archive\n\n**DCAT ALIGNMENT**:\n\n`dcat:Catalog` - \"A curated collection of metadata about datasets\"\n\nKey properties:\n\
- `dcat:dataset` - links to datasets/collections\n- `dcat:service` - data services provided\n- `dcterms:isPartOf` -\
\ links to parent catalog\n\n**RELATIONSHIP TO DIGITALPLATFORM**:\n\nAuxiliaryDigitalPlatform represents SUBORDINATE\
\ digital presence\nDigitalPlatform represents PRIMARY digital entry point\n\n```\nCustodian (hub)\n │\n └── digital_platform\
\ → DigitalPlatform (main digital entry)\n └── auxiliary_platforms → AuxiliaryDigitalPlatform (project sites)\n\
```\n\n**USE CASES**:\n\n1. **Project Websites**:\n - Rijksmuseum → Rijksstudio API (separate from main website)\n\
\ - National Archives → WW2 Portal (thematic project)\n\n2. **Exhibition Microsites**:\n - Temporary exhibition\
\ with dedicated website\n - Virtual tour for specific collection\n\n3. **Specialized Tools/Apps**:\n - Mobile app\
\ (separate from responsive website)\n - Collection browser tool\n - Crowdsourcing platform\n\n4. **Legacy/Archived\
\ Platforms**:\n - Previous website versions\n - Deprecated APIs still in use\n\n5. **Grant-Funded Projects**:\n\
\ - EU-funded digitization project portal\n - Research project data portal\n\n6. **Educational Platforms**:\n \
\ - Teacher resources portal\n - Student learning modules\n - Workshop booking system\n\n**Example - Rijksmuseum\
\ Auxiliary Platforms**:\n```yaml\nCustodian:\n hc_id: \"https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804\"\n preferred_label:\
\ \"Rijksmuseum\"\n digital_platform:\n - platform_name: \"Rijksmuseum Website\"\n homepage_web_address: \"\
https://www.rijksmuseum.nl/\"\n auxiliary_platforms:\n - platform_name: \"Rijksstudio\"\n auxiliary_platform_type:\
\ PROJECT_WEBSITE\n platform_url: \"https://www.rijksmuseum.nl/nl/rijksstudio\"\n platform_purpose:\
\ \"Personal collection creation and high-res image downloads\"\n - platform_name: \"Rijksmuseum Data API\"\n\
\ auxiliary_platform_type: API_ENDPOINT\n platform_url: \"https://data.rijksmuseum.nl/\"\n \
\ platform_purpose: \"Developer access to collection metadata and images\"\n - platform_name: \"Night Watch\
\ Experience\"\n auxiliary_platform_type: EXHIBITION_MICROSITE\n platform_url: \"https://www.rijksmuseum.nl/en/stories/operation-night-watch\"\
\n platform_purpose: \"Interactive exploration of Night Watch research project\"\n```\n\n**TEMPORAL VALIDITY**:\n\
\nAuxiliary platforms often have finite lifespans:\n- Exhibition microsite: opens with exhibition, archived after closure\n\
- Project portal: funded period, then deprecated or integrated\n- Legacy platforms: valid_to when replaced by new system\n"
exact_mappings:
- dcat:Catalog
close_mappings:
- schema:WebSite
- schema:WebApplication
- dcat:DataService
- foaf:Document
- doap:Project
related_mappings:
- dcterms:isPartOf
- schema:isRelatedTo
- dcat:servesDataset
slots:
- api_documentation
- has_or_had_archival_status
- archived_at
- auxiliary_platform_id
- has_auxiliary_platform_type
- cms_detected
- has_or_had_data_service_endpoint
- fixity_info
- funding_source
- iiif_support
- is_auxiliary_of_platform
- linked_data
- platform_description
- platform_name
- platform_purpose
- platform_url
- has_or_had_powered_by_cm
- preservation_event_type
- provides_access_to
- refers_to_custodian
- related_project
- serves_finding_aid
- specificity_annotation
- technology_stack
- template_specificity
- temporal_extent
- valid_from
- valid_to
- was_derived_from
- was_generated_by
slot_usage:
has_auxiliary_platform_identifier:
range: uriorcurie
required: true
identifier: true
examples:
- value: https://nde.nl/ontology/hc/aux-platform/rijksmuseum-rijksstudio
description: Rijksstudio platform ID
platform_name:
range: string
required: true
examples:
- value: Rijksstudio
description: Personal collection tool
- value: Operation Night Watch
description: Research project microsite
- value: WW2 Portal
description: Thematic archive portal
has_auxiliary_platform_type:
range: DigitalPlatformType
required: true
examples:
- value: ProjectWebsite
description: Project site type
- value: ExhibitionMicrosite
description: Exhibition microsite type
platform_url:
range: uri
required: true
pattern: ^https?://
examples:
- value: https://www.rijksmuseum.nl/nl/rijksstudio
description: Rijksstudio URL
- value: https://data.rijksmuseum.nl/
description: Data API URL
platform_purpose:
range: string
examples:
- value: Personal collection creation and high-res image downloads
description: Rijksstudio purpose
- value: Interactive exploration of Night Watch research project
description: Exhibition microsite purpose
platform_description:
range: string
examples:
- value: Rijksstudio allows users to create personal collections from the Rijksmuseum's digitized artworks, download
high-resolution images, and share curated sets with others.
description: Detailed platform description
has_api_documentation_url:
range: uri
examples:
- value: https://data.rijksmuseum.nl/object-metadata/api/
description: API documentation URL
technology_stack:
range: string
multivalued: true
examples:
- value: React
description: Frontend framework
- value: Python/Django
description: Backend stack
is_auxiliary_of_platform:
range: DigitalPlatform
required: true
examples:
- value: https://nde.nl/ontology/hc/platform/rijksmuseum-website
description: Main Rijksmuseum website
provides_access_to:
range: uriorcurie
multivalued: true
examples:
- value: https://nde.nl/ontology/hc/collection/rm-paintings
description: Paintings collection
related_project:
range: string
examples:
- value: Operation Night Watch
description: Research project name
- value: 'EU Horizon 2020 Grant #123456'
description: Grant reference
funding_source:
range: string
examples:
- value: European Commission Horizon 2020
description: EU funding
- value: Mondriaan Fund
description: Dutch cultural fund
iiif_support:
range: boolean
examples:
- value: true
description: IIIF enabled
linked_data:
range: boolean
examples:
- value: true
description: Provides RDF/JSON-LD
valid_from:
range: date
examples:
- value: '2018-06-01'
description: Platform launched June 2018
valid_to:
range: date
examples:
- value: '2021-12-31'
description: Exhibition site closed end of 2021
temporal_extent:
range: TimeSpan
examples:
- value:
begin_of_the_begin: '2018-01-01'
end_of_the_end: '2021-12-31'
description: Project period 2018-2021
has_or_had_archival_status:
range: string
examples:
- value: ARCHIVED
description: Preserved in web archive
- value: DEPRECATED
description: Still accessible but not maintained
- value: MIGRATED
description: Content migrated to successor platform
was_archived_at:
range: uri
examples:
- value: https://web.archive.org/web/20211231/https://example.nl/exhibition/
description: Wayback Machine URL
preservation_event_type:
range: string
required: false
examples:
- value: web_harvest
description: Platform captured via Internet Archive
- value: migration
description: Content migrated to successor platform
fixity_info:
range: string
required: false
examples:
- value: sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
description: SHA-256 checksum of archived content
cms_detected:
range: boolean
required: false
examples:
- value: true
description: CMS backend detected
- value: false
description: No CMS detected (static site)
has_or_had_powered_by_cm:
range: CollectionManagementSystem
multivalued: true
required: false
examples:
- value: https://nde.nl/ontology/hc/cms/rijksmuseum-adlib
description: Auxiliary platform powered by Adlib CMS
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
serves_finding_aid:
range: uriorcurie
multivalued: true
inlined_as_list: true
required: false
examples:
- value: https://nde.nl/ontology/hc/finding-aid/rm/night-watch-guide
description: Night Watch Exhibition finding aid
has_or_had_data_service_endpoint:
range: DataServiceEndpoint
multivalued: true
inlined_as_list: true
required: false
examples:
- value:
- endpoint_id: https://nde.nl/ontology/hc/endpoint/rijksstudio-api
endpoint_name: Rijksstudio Image API
endpoint_url: https://www.rijksmuseum.nl/api/nl/collection
protocol: REST_JSON
status: ACTIVE
description: Rijksstudio auxiliary platform endpoints
comments:
- AuxiliaryDigitalPlatform models SUBORDINATE digital properties
- DigitalPlatform models PRIMARY digital entry point
- Analogous to CustodianAppellation for alternative names
- DCAT dcat:Catalog for secondary data catalogs/services
- Temporal validity tracks platform lifecycle (launched/deprecated/archived)
- Links back to DigitalPlatform via is_auxiliary_of_platform
- Important for project-based and exhibition microsites with finite lifespans
see_also:
- https://www.w3.org/TR/vocab-dcat-2/#Class:Catalog
- https://www.w3.org/TR/vocab-dcat-2/#Property:catalog_service
- https://schema.org/archivedAt
- http://usefulinc.com/ns/doap#
examples:
- value:
auxiliary_platform_id: https://nde.nl/ontology/hc/aux-platform/rijksmuseum-rijksstudio
platform_name: Rijksstudio
auxiliary_platform_type: ProjectWebsite
platform_url: https://www.rijksmuseum.nl/nl/rijksstudio
platform_purpose: Personal collection creation and high-res image downloads
platform_description: Rijksstudio allows users to create personal collections from the Rijksmuseum's digitized artworks,
download high-resolution images, and share curated sets with others.
is_auxiliary_of_platform: https://nde.nl/ontology/hc/platform/rijksmuseum-website
provides_access_to:
- https://nde.nl/ontology/hc/collection/rm-paintings
- https://nde.nl/ontology/hc/collection/rm-prints
iiif_support: true
linked_data: false
valid_from: '2012-10-01'
archival_status: ACTIVE
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
description: Rijksstudio personal collection platform
- value:
auxiliary_platform_id: https://nde.nl/ontology/hc/aux-platform/rijksmuseum-data-api
platform_name: Rijksmuseum Data API
auxiliary_platform_type: APIEndpoint
platform_url: https://data.rijksmuseum.nl/
platform_purpose: Developer access to collection metadata and images
api_documentation: https://data.rijksmuseum.nl/object-metadata/api/
technology_stack:
- REST
- JSON
is_auxiliary_of_platform: https://nde.nl/ontology/hc/platform/rijksmuseum-website
iiif_support: true
linked_data: true
valid_from: '2013-03-01'
archival_status: ACTIVE
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
description: Rijksmuseum developer API
- value:
auxiliary_platform_id: https://nde.nl/ontology/hc/aux-platform/rm-night-watch-experience
platform_name: Operation Night Watch
auxiliary_platform_type: ExhibitionMicrosite
platform_url: https://www.rijksmuseum.nl/en/stories/operation-night-watch
platform_purpose: Interactive exploration of Night Watch research project
related_project: Operation Night Watch
funding_source: ING Bank
is_auxiliary_of_platform: https://nde.nl/ontology/hc/platform/rijksmuseum-website
iiif_support: true
valid_from: '2019-07-01'
archival_status: ACTIVE
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
description: Night Watch research project microsite
- value:
auxiliary_platform_id: https://nde.nl/ontology/hc/aux-platform/na-ww2-portal
platform_name: WW2 Archives Portal
auxiliary_platform_type: ProjectWebsite
platform_url: https://www.nationaalarchief.nl/onderzoeken/zoekhulpen/ww2
platform_purpose: Thematic portal for World War 2 archival research
platform_description: Specialized portal providing access to WW2-related archives including resistance records, persecution
documents, and liberation materials.
is_auxiliary_of_platform: https://nde.nl/ontology/hc/platform/nationaal-archief-website
provides_access_to:
- https://nde.nl/ontology/hc/collection/na-resistance-archives
- https://nde.nl/ontology/hc/collection/na-liberation-photos
valid_from: '2015-05-05'
archival_status: ACTIVE
refers_to_custodian: https://nde.nl/ontology/hc/nl-na
description: National Archives WW2 thematic portal