Parameter | Type | Description |
---|---|---|
match_column | string, anyuri | Return the IRI of a match value |
Returns: string
Example
query:
SELECT IRI_OF(us_state_or_territory) AS state
FROM just_states
LIMIT 10
results:
Return the IRI of an entity 'match'.
Parameter | Type | Description |
---|---|---|
match_column | string, anyuri | Return the IRI of a match value |
query:
SELECT IRI_OF(us_state_or_territory) AS state
FROM just_states
LIMIT 10
results: