PropertyValue {stencilaschema} | R Documentation |
A property-value pair.
Description
A property-value pair.
Usage
PropertyValue(
value,
alternateNames,
description,
id,
identifiers,
images,
meta,
name,
propertyID,
url
)
Arguments
value |
The value of the property. 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. |
name |
The name of the item. |
propertyID |
A commonly used identifier for the characteristic represented by the property. |
url |
The URL of the item. |
Value
A list
of class PropertyValue
See Also
[Package stencilaschema version 1.0.0 Index]