29 lines
701 B
YAML
29 lines
701 B
YAML
id: https://nde.nl/ontology/hc/class/Connection
|
|
name: Connection
|
|
title: Connection Class
|
|
description: >-
|
|
A connection or relationship entity.
|
|
Used as a unit for counting connections.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
classes:
|
|
Connection:
|
|
class_uri: skos:Concept
|
|
description: A connection.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: "Generic utility class created during migration"
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_label
|
|
- has_description
|