53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/AuxiliaryPlatform
|
|
name: AuxiliaryPlatform
|
|
title: Auxiliary Platform
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
AuxiliaryPlatform:
|
|
class_uri: schema:WebSite
|
|
description: 'An auxiliary or secondary digital platform.
|
|
|
|
|
|
**USAGE**:
|
|
|
|
Used for:
|
|
|
|
- Secondary websites
|
|
|
|
- Project microsites
|
|
|
|
- Legacy platforms
|
|
|
|
'
|
|
attributes:
|
|
platform_name:
|
|
range: string
|
|
description: Name of the platform
|
|
platform_url:
|
|
range: uriorcurie
|
|
description: URL of the platform
|
|
platform_type:
|
|
range: string
|
|
description: Type of auxiliary platform
|
|
relationship:
|
|
range: string
|
|
description: Relationship to main platform (LEGACY, MICROSITE, PROJECT)
|
|
close_mappings:
|
|
- schema:WebSite
|
|
annotations:
|
|
specificity_score: '0.55'
|
|
specificity_rationale: More specific - auxiliary platforms digital heritage domain.
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|
|
examples:
|
|
- value:
|
|
platform_name: Exhibition Microsite
|
|
platform_url: https://exhibition.museum.nl
|
|
platform_type: MICROSITE
|
|
description: Exhibition microsite
|