24 lines
611 B
YAML
24 lines
611 B
YAML
id: https://nde.nl/ontology/hc/class/Platform
|
|
name: Platform
|
|
title: Platform
|
|
description: A digital or physical platform.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
- ../slots/has_type
|
|
classes:
|
|
Platform:
|
|
class_uri: schema:DigitalDocument
|
|
description: Platform entity.
|
|
slots:
|
|
- has_name
|
|
- has_type
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|