Given the IRI of a property pointing to a link value, returns the corresponding link property IRI.
IRI of the link value property.
Gets number of resource properties for this resource. Each resource property is counted once, regardless of how many values it has (if number of values > 1).
Gets the number of values for a given resource property.
the IRI of the property.
Gets the value type of a given resource property,
or false
if cannot be determined.
the IRI of the property.
Gets all the values for a given resource property.
the IRI of the property.
Gets all the values for a given resource property as instances of the requested type. If the value cannot be casted to the requested type, an error is thrown.
the IRI of the property.
the requested type of the value.
Gets an array of string values representing the values of a property.
the IRI of the property.
placeholder if there is no string representation of a value.
Generated using TypeDoc