Skip to content

workRepresentsAgent

workRepresentsAgent

Return the visual works that represent or depict the person or group.

See the related model documentation

Example

From the record for Sarah Hope Harvey Trumbull, the record for Sarah Trumbull with a Spaniel would be in the response.

Details

  • Class Given: Agent
  • Returns Class: Work
  • Relationship: represents

SPARQL

SELECT DISTINCT ?work WHERE {
    BIND (<%current%> AS ?who)
    ?work crm:P138_represents ?who .
 }