- Updated descriptions and added multilingual support for DatasetRegister and LegacyPortal classes in WebPortalTypes.yaml. - Improved the Wifi class with detailed descriptions and examples, including structured aliases. - Enhanced WikidataRecognition, WikidataResolvedEntities, WikidataSitelinks, WikidataSocialMedia, WikidataTemporal, WikidataTimeValue, and WikidataWeb classes with clearer descriptions, multilingual alt_descriptions, and structured aliases. - Introduced a new CollectionType class to classify aggregations based on formation logic and institutional practices, including comprehensive multilingual descriptions and mappings.
85 lines
2.5 KiB
YAML
85 lines
2.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/CollectionEvent
|
|
name: CollectionEvent
|
|
title: Collection Event Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
dcterms: http://purl.org/dc/terms/
|
|
dwc: http://rs.tdwg.org/dwc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/identified_by
|
|
- ../slots/has_note
|
|
- ../slots/in_place
|
|
- ../slots/has_provenance
|
|
- ../slots/acquired_by
|
|
- ../slots/temporal_extent
|
|
- ../slots/has_protocol
|
|
- ../slots/has_habitat
|
|
classes:
|
|
CollectionEvent:
|
|
class_uri: dwc:Event
|
|
description: >-
|
|
Acquisition occurrence documenting where, when, and by whom material was gathered or received.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Verwervingsgebeurtenis die vastlegt waar, wanneer en door wie materiaal is verzameld of ontvangen.
|
|
language: nl
|
|
de:
|
|
text: Erwerbsereignis, das dokumentiert, wo, wann und durch wen Material gesammelt oder erhalten wurde.
|
|
language: de
|
|
fr:
|
|
text: Occurrence d'acquisition documentant où, quand et par qui des matériaux ont été collectés ou reçus.
|
|
language: fr
|
|
es:
|
|
text: Evento de adquisicion que documenta donde, cuando y por quien se recolecto o recibio material.
|
|
language: es
|
|
ar:
|
|
text: حدث اقتناء يوثق مكان وزمان ومن قام بجمع المواد أو استلامها.
|
|
language: ar
|
|
id:
|
|
text: Peristiwa akuisisi yang mendokumentasikan di mana, kapan, dan oleh siapa material dikumpulkan atau diterima.
|
|
language: id
|
|
zh:
|
|
text: 记录材料在何处、何时以及由谁采集或接收的获取事件。
|
|
language: zh
|
|
broad_mappings:
|
|
- dwc:Event
|
|
close_mappings:
|
|
- crm:E7_Activity
|
|
related_mappings:
|
|
- prov:Activity
|
|
- schema:Action
|
|
mixins:
|
|
- HasProvenance
|
|
slots:
|
|
- in_place
|
|
- has_provenance
|
|
- has_note
|
|
- temporal_extent
|
|
- acquired_by
|
|
- identified_by
|
|
- has_protocol
|
|
- has_habitat
|
|
slot_usage:
|
|
identified_by:
|
|
identifier: true
|
|
in_place:
|
|
range: CustodianPlace
|
|
inlined: true
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
has_provenance:
|
|
range: ProvenanceBlock
|
|
inlined: true
|
|
acquired_by:
|
|
range: Agent
|
|
multivalued: true
|
|
inlined: true
|
|
inlined_as_list: true
|