Skip to contents

An example ontology dataset consisting of a structured list of lookup, mapping, and relationship tables, and their associated metadata across multiple versions.

Usage

example_ontology

Format

example_ontology

A list with the following structure:

  • lookup_tables - List of lookup data frames (capital_letters, lowercase_letters)

  • lookup_metadata - Lookup metadata data frame

  • mapping_tables - List of mapping data frames (capital_to_lowercase)

  • mapping_metadata - Mapping metadata data frame

  • relationship_tables - List of relationship data frames (capital_letters_relationship)

  • relationship_metadata - Relationship metadata data frame

Each category contains versions v1, v2, and v3. The relationship tables include both hierarchical relationships ("is a") and attribute relationships ("has attribute").