300 lines
15 KiB
YAML
300 lines
15 KiB
YAML
id: https://nde.nl/ontology/hc/class/auxiliary-digital-platform
|
|
name: auxiliary_digital_platform_class
|
|
title: AuxiliaryDigitalPlatform Class
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_documentation
|
|
- ../slots/has_or_had_endpoint
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_score
|
|
- ../slots/has_or_had_status
|
|
- ../slots/has_or_had_technological_infrastructure
|
|
- ../slots/has_or_had_type
|
|
- ../slots/is_auxiliary_of_platform
|
|
- ../slots/is_or_was_archived_at
|
|
- ../slots/is_or_was_based_on
|
|
- ../slots/is_or_was_derived_from
|
|
- ../slots/is_or_was_generated_by
|
|
- ../slots/linked_data
|
|
- ../slots/platform_description
|
|
- ../slots/platform_name
|
|
- ../slots/platform_purpose
|
|
- ../slots/platform_url
|
|
- ../slots/receives_or_received
|
|
- ../slots/refers_to_custodian
|
|
- ../slots/related_project
|
|
- ../slots/serves_finding_aid
|
|
- ../slots/temporal_extent
|
|
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 \u2502\n \u2514\u2500\u2500 digital_platform \u2192 DigitalPlatform (main digital entry)\n \u2514\u2500\u2500 auxiliary_platforms \u2192 AuxiliaryDigitalPlatform (project sites)\n```\n\n**USE CASES**:\n\n1. **Project Websites**:\n - Rijksmuseum \u2192 Rijksstudio API (separate from main website)\n - National Archives \u2192 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 has_or_had_identifier: \"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:
|
|
- has_or_had_documentation
|
|
- is_or_was_archived_at
|
|
- has_or_had_identifier
|
|
- has_or_had_type
|
|
- is_or_was_based_on
|
|
- has_or_had_endpoint
|
|
- receives_or_received
|
|
- is_auxiliary_of_platform
|
|
- linked_data
|
|
- platform_description
|
|
- platform_name
|
|
- platform_purpose
|
|
- platform_url
|
|
- refers_to_custodian
|
|
- related_project
|
|
- serves_finding_aid
|
|
- has_or_had_technological_infrastructure
|
|
- has_or_had_score
|
|
- temporal_extent
|
|
- is_or_was_derived_from
|
|
- is_or_was_generated_by
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux-platform/rijksmuseum-rijksstudio
|
|
platform_name:
|
|
# range: string
|
|
required: true
|
|
examples:
|
|
- value: Rijksstudio
|
|
- value: Operation Night Watch
|
|
- value: WW2 Portal
|
|
has_or_had_type:
|
|
# range: string
|
|
required: false
|
|
examples:
|
|
- value: web_harvest
|
|
- value: migration
|
|
platform_url:
|
|
range: uri
|
|
required: true
|
|
pattern: ^https?://
|
|
examples:
|
|
- value: https://www.rijksmuseum.nl/nl/rijksstudio
|
|
- value: https://data.rijksmuseum.nl/
|
|
platform_purpose:
|
|
# range: string
|
|
examples:
|
|
- value: Personal collection creation and high-res image downloads
|
|
- value: Interactive exploration of Night Watch research project
|
|
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.
|
|
has_or_had_documentation:
|
|
range: uri
|
|
multivalued: true
|
|
examples:
|
|
- value: https://data.rijksmuseum.nl/object-metadata/api/
|
|
has_or_had_technological_infrastructure:
|
|
# range: string # uriorcurie
|
|
# range: TechnologicalInfrastructure
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
has_or_had_identifier: tech-react-frontend
|
|
has_or_had_type: FrontendFramework
|
|
has_or_had_label: React
|
|
has_or_had_version: '18.2'
|
|
- value:
|
|
has_or_had_identifier: tech-django-backend
|
|
has_or_had_type: BackendFramework
|
|
has_or_had_label: Python/Django
|
|
has_or_had_version: '4.2'
|
|
includes_or_included:
|
|
- Django REST Framework
|
|
is_auxiliary_of_platform:
|
|
# range: string # uriorcurie
|
|
# range: DigitalPlatform
|
|
required: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/platform/rijksmuseum-website
|
|
related_project:
|
|
# range: string
|
|
examples:
|
|
- value: Operation Night Watch
|
|
- value: 'EU Horizon 2020 Grant #123456'
|
|
receives_or_received:
|
|
# range: string # uriorcurie
|
|
# range: FundingSource
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
has_or_had_label: European Commission Horizon 2020
|
|
- value:
|
|
has_or_had_label: Mondriaan Fund
|
|
linked_data:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '2018-06-01'
|
|
end_of_the_end: '2021-12-31'
|
|
has_or_had_status:
|
|
# range: string # uriorcurie
|
|
# range: ArchivalStatus
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
has_or_had_code: ACTIVE
|
|
has_or_had_label: Active
|
|
- value:
|
|
has_or_had_code: DEPRECATED
|
|
has_or_had_label: Deprecated
|
|
- value:
|
|
has_or_had_code: MIGRATED
|
|
has_or_had_label: Migrated
|
|
is_or_was_archived_at:
|
|
range: uri
|
|
examples:
|
|
- value: https://web.archive.org/web/20211231/https://example.nl/exhibition/
|
|
is_or_was_based_on:
|
|
# range: string # uriorcurie
|
|
# range: CMS
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
required: false
|
|
examples:
|
|
- value:
|
|
cms_version: 6.4.2
|
|
has_or_had_type: CustomCMS
|
|
detected_at: '2026-01-19T12:00:00Z'
|
|
- value:
|
|
cms_version: 4.0.1
|
|
has_or_had_type: MuseumCMS
|
|
is_or_was_derived_from:
|
|
# range: string # CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
is_or_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
|
|
serves_finding_aid:
|
|
# range: string # uriorcurie
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
required: false
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/finding-aid/rm/night-watch-guide
|
|
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:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux-platform/rijksmuseum-rijksstudio
|
|
platform_name: Rijksstudio
|
|
has_or_had_type:
|
|
has_or_had_label: 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
|
|
linked_data: false
|
|
has_or_had_status:
|
|
has_or_had_code: ACTIVE
|
|
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux-platform/rijksmuseum-data-api
|
|
platform_name: Rijksmuseum Data API
|
|
has_or_had_type:
|
|
has_or_had_label: APIEndpoint
|
|
platform_url: https://data.rijksmuseum.nl/
|
|
platform_purpose: Developer access to collection metadata and images
|
|
has_or_had_documentation: https://data.rijksmuseum.nl/object-metadata/api/
|
|
has_or_had_technological_infrastructure:
|
|
- has_or_had_identifier: tech-rest-api
|
|
has_or_had_type: RESTful
|
|
has_or_had_label: REST API
|
|
has_or_had_description: RESTful API protocol for data access
|
|
- has_or_had_identifier: tech-json-format
|
|
has_or_had_type: APIProtocol
|
|
has_or_had_label: JSON
|
|
has_or_had_description: JSON data format for API responses
|
|
is_auxiliary_of_platform: https://nde.nl/ontology/hc/platform/rijksmuseum-website
|
|
linked_data: true
|
|
has_or_had_status:
|
|
has_or_had_code: ACTIVE
|
|
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux-platform/rm-night-watch-experience
|
|
platform_name: Operation Night Watch
|
|
has_or_had_type:
|
|
has_or_had_label: 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
|
|
receives_or_received:
|
|
has_or_had_label: ING Bank
|
|
is_auxiliary_of_platform: https://nde.nl/ontology/hc/platform/rijksmuseum-website
|
|
has_or_had_status:
|
|
has_or_had_code: ACTIVE
|
|
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux-platform/na-ww2-portal
|
|
platform_name: WW2 Archives Portal
|
|
has_or_had_type:
|
|
has_or_had_label: 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
|
|
has_or_had_status:
|
|
has_or_had_code: ACTIVE
|
|
refers_to_custodian: https://nde.nl/ontology/hc/nl-na
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|