R6 class to hold information on DWC terms
Methods
Method new()
Usage
DwCTerm$new(
termName,
namespaceName = character(),
termIRI = character(),
termVersionIRI = character(),
dateModified = character(),
label = character(),
isReplacedBy = character(),
definition = character(),
notes = character(),
type = character(),
examples = character(),
termInformationLN = character(),
execCommitteeDecisions = character(),
miscInformation = character(),
termDef = character(),
vocabularyURI = character()
)
Arguments
termName
A
character
scalar containing the name of the termnamespaceName
A
character
scalar containing the name of the namespace containing the termtermIRI
A
character
scalar containing the Internationalized Resource Identifier (IRI) of the definition of the termtermVersionIRI
A
character
scalar containing the Internationalized Resource Identifier (IRI) of the definition of the current version of the termdateModified
A
character
scalar containing date information of the last modification of the term definitionlabel
A
character
scalar containing a label for the term (used in casual language)isReplacedBy
A
character
scalar containing the Internationalized Resource Identifier (IRI) of the definition of the term that replaced this term (used if the term is deprecated)definition
A
character
scalar containing a brief description of the purpose of the termnotes
A
character
vector containing extra information about the usage of the termtype
A
character
scalar containing the type of term definedexamples
A
character
vector giving a set of example values for the termtermInformationLN
A
characer
vector giving supplementary information for the term provided by the https://livingnorway.no/Living Norway initiativeexecCommitteeDecisions
A
character
vector of links to decisions made by executive committees on the usage of the termmiscInformation
A
character
vector providing supplementary information for the termtermDef
A
character
scalar providing information about the location of the body in charge of definition of the termvocabularyURI
A
character
scalar containing the Unified Resource Identifier (URI) for a vocabulary that the possible values for this term are based on