R/ropenbio.R

#' ropenbio: R Package Accompanying the Open Biodiversity Knowledge Management
#' System
#'
#' The functions in this package are separated into the following categories:
#'
#' @section Low-level database access functions:
#' Provide access to the database at level of triples, repositories, queries,
#' etc.
#'
#' @section High-level database access functions:
#' Provide access to the database at the level of entities of OpenBiodiv such as
#' papers, authors, taxa.
#'
#' @section Disambiguation procedure for persons:
#' Run this procedure after RDF- #' ization to create \code{owk:sameAs}
#' relations between potentially congruent persons.
#'
#' @section Initialization procedure:
#' Needs to be run before using the package to set-up certain global variables
#' shared accross all the functions.
#'
#' @section Logging procedures:
#'
#' @section RDF-ization functions for author records:
#'
#' @section RDF-ization functions for metadata:
#'
#' @section Functions to serialize RDF:
#'
#' @docType package
#' @name ropenbio
NULL
pensoft/ropenbio documentation built on Dec. 17, 2020, 5:50 a.m.