DefinedTerm {stencilaschema} | R Documentation |
A word, name, acronym, phrase, etc. with a formal definition.
Description
A word, name, acronym, phrase, etc. with a formal definition.
Usage
DefinedTerm(
name,
alternateNames,
description,
id,
identifiers,
images,
meta,
termCode,
url
)
Arguments
name |
The name of the item. Required. |
alternateNames |
Alternate names (aliases) for the item. |
description |
A description of the item. |
id |
The identifier for this item. |
identifiers |
Any kind of identifier for any kind of Thing. |
images |
Images of the item. |
meta |
Metadata associated with this item. |
termCode |
A code that identifies this DefinedTerm within a DefinedTermSet |
url |
The URL of the item. |
Value
A list
of class DefinedTerm
See Also
[Package stencilaschema version 1.0.0 Index]