38 lines
939 B
YAML
38 lines
939 B
YAML
id: https://nde.nl/ontology/hc/class/CreationEvent
|
|
name: creation_event
|
|
title: Creation Event
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- ./TimeSpan
|
|
- ./Place
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/in_place
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
CreationEvent:
|
|
class_uri: crm:E65_Creation
|
|
description: >-
|
|
Originating event through which an object, work, or artifact is brought into existence.
|
|
broad_mappings:
|
|
- crm:E65_Creation
|
|
close_mappings:
|
|
- prov:Activity
|
|
- schema:CreateAction
|
|
slots:
|
|
- temporal_extent
|
|
- has_description
|
|
- in_place
|
|
slot_usage:
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
in_place:
|
|
range: Place
|
|
inlined: true
|