get_ontology_concepts: Gets all the concepts

View source: R/ontology.R

get_ontology_conceptsR Documentation

Gets all the concepts

Description

Takes an ontology and returns a dataframe with all the URIs and labels. This is mainly used for MOSAiC because the ontology is modeled differently

Usage

get_ontology_concepts(ontology)

Arguments

ontology

(list) the list form of a OWL file

Value

dataframe

Examples


mosaic <- read_ontology("mosaic")
get_ontology_concepts(mosaic)

NCEAS/arcticdatautils documentation built on Aug. 28, 2023, 12:10 p.m.