26 lines
694 B
YAML
26 lines
694 B
YAML
id: https://nde.nl/ontology/hc/class/AcquisitionEvent
|
|
name: AcquisitionEvent
|
|
title: Acquisition Event
|
|
description: >-
|
|
An event in which an entity is acquired.
|
|
MIGRATED from has_acquisition_source per Rule 53.
|
|
Follows rico:Instantiation.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_origin
|
|
- ./Entity
|
|
default_prefix: hc
|
|
classes:
|
|
AcquisitionEvent:
|
|
class_uri: rico:Instantiation
|
|
slots:
|
|
- has_or_had_origin
|
|
slot_usage:
|
|
has_or_had_origin:
|
|
range: Entity
|
|
required: true
|