Class: Catalog
Top-level container for the BER data catalog, holding references to lakehouses and their cataloged data sources.
URI: dcat:Catalog
classDiagram
class Catalog
click Catalog href "../Catalog/"
Catalog : description
Catalog : id
Catalog : lakehouses
Catalog --> "*" Lakehouse : lakehouses
click Lakehouse href "../Lakehouse/"
Catalog : title
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 Uriorcurie |
Unique identifier for this catalog entity | direct |
| title | 1 String |
Human-readable name for this entity | direct |
| description | 0..1 String |
Free-text description of this entity | direct |
| lakehouses | * Lakehouse |
Lakehouses registered in this catalog | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/ber-data/ber-data-registry
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dcat:Catalog |
| native | ber_registry:Catalog |
LinkML Source
Direct
name: Catalog
description: Top-level container for the BER data catalog, holding references to lakehouses
and their cataloged data sources.
from_schema: https://w3id.org/ber-data/ber-data-registry
slots:
- id
- title
- description
- lakehouses
class_uri: dcat:Catalog
tree_root: true
Induced
name: Catalog
description: Top-level container for the BER data catalog, holding references to lakehouses
and their cataloged data sources.
from_schema: https://w3id.org/ber-data/ber-data-registry
attributes:
id:
name: id
description: Unique identifier for this catalog entity.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Catalog
domain_of:
- Catalog
- CatalogEntity
range: uriorcurie
required: true
title:
name: title
description: Human-readable name for this entity.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
slot_uri: dcterms:title
alias: title
owner: Catalog
domain_of:
- Catalog
- CatalogEntity
range: string
required: true
description:
name: description
description: Free-text description of this entity.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
slot_uri: dcterms:description
alias: description
owner: Catalog
domain_of:
- Catalog
- CatalogEntity
range: string
lakehouses:
name: lakehouses
description: Lakehouses registered in this catalog.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
alias: lakehouses
owner: Catalog
domain_of:
- Catalog
range: Lakehouse
multivalued: true
inlined_as_list: true
class_uri: dcat:Catalog
tree_root: true