geoflow_vocabulary: Geoflow vocabulary class

geoflow_vocabularyR Documentation

Geoflow vocabulary class

Description

This class models a vocabulary

Format

R6Class object.

Details

geoflow_vocabulary

Value

Object of R6Class for modelling a vocabulary

Public fields

id

id

def

def

uri

uri

software_type

software_type

software

software

Methods

Public methods


Method new()

Initializes a vocabulary

Usage
geoflow_vocabulary$new(id, def, uri, software_type)
Arguments
id

id

def

def

uri

uri

software_type

software type


Method setSoftware()

Set software

Usage
geoflow_vocabulary$setSoftware(software)
Arguments
software

software


Method clone()

The objects of this class are cloneable with this method.

Usage
geoflow_vocabulary$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


geoflow documentation built on Dec. 12, 2025, 5:08 p.m.