Returns the string value of the specified Property from a [[Thing]]. If the Property is not present or its value is not of type string, returns null. If the Property has multiple string values, returns one of its values.
The [[Thing]] to read a string value from.
The Property whose string value to return.
A string value for the given Property if present, or null if the Property is not present or the value is not of type string.
Returns the string value of the specified Property from a [[Thing]]. If the Property is not present or its value is not of type string, returns null. If the Property has multiple string values, returns one of its values.