|
|
#### Entrada:
|
|
|
- Atributo buscado **$atributo**
|
|
|
- (Menu lateral), informações da imagem: Metadata Description, Metadata Source, Metadata Alternative Text, Metadata Author, Metadata Date, Metadata Access Rights, Metadata Rights Holder
|
|
|
|
|
|
|
|
|
#### Retorno:
|
|
|
- Valor: elemento <figure> com elemento <img> e <span> com cada uma das informações da imagem
|
|
|
- Classes: getod getod-image getod-image-thumbnail_display_urls
|
|
|
|
|
|
|
|
|
|
|
|
#### Exemplos:
|
|
|
|
|
|
**Dado:**
|
|
|
|
|
|
```json
|
|
|
|
|
|
{
|
|
|
"o:title": "Paschoal Lemme",
|
|
|
"madsrdf:fullerName": [
|
|
|
{
|
|
|
"type": "literal",
|
|
|
"property_id": 254,
|
|
|
"property_label": "Fuller Name",
|
|
|
"is_public": true,
|
|
|
"@value": "Paschoal Lemme"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
**Atributo buscado:** madsrdf:fullerName
|
|
|
|
|
|
**Resposta:** `<p class="getod getod-text getod-text-madsrdf:fullerName" metadata_id="madsrdf:fullerName" getod_block="getod-text">Paschoal Lemme</p>`
|
|
|
|
|
|
---
|
|
|
|
|
|
**Atributo buscado:** o:title
|
|
|
|
|
|
**Resposta:** `<p class="getod getod-text getod-text-o:title" metadata_id="o:title" getod_block="getod-text">Paschoal Lemme</p>` |
|
|
\ No newline at end of file |