Identificación
{% if resource_data|has_key:"Identificación" %}
Ámbito / subámbito:
{{ resource_data|val_from_key:"Identificación"|val_from_key:'Ámbito / subámbito' }}
Código principal:
{{ resource_data|val_from_key:"Identificación"|val_from_key:"Código principal" }}
{% if resource_data|val_from_key:"Identificación"|has_key:"Código institucional" %}
Código alternativo:
{% for cod in resource_data|val_from_key:"Identificación"|val_from_key:"Código institucional" %}
{{ cod|val_from_key:"Tipo de código" }}:
{{ cod|val_from_key:"@value" }}
{% endfor %}
{% endif %}
Denominación :
{{ resource_data|val_from_key:"Identificación"|val_from_key:'Denominación'|val_from_key:"@value" }}
Tipo de Bien mueble : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Denominación'|val_from_key:"Tipo de nombre" }}
{% if resource_data|val_from_key:"Identificación"|has_key:"Bienes muebles histórico-artístico" %}
Bienes muebles histórico-artístico :
Época : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles histórico-artístico'|val_from_key:"Época"|val_from_key:"@value" }}
Otra época : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles histórico-artístico'|val_from_key:"Época"|val_from_key:"Otra época" }}
Estilo : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles histórico-artístico'|val_from_key:"Estilo"|val_from_key:"@value" }}
Otros estilos : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles histórico-artístico'|val_from_key:"Estilo"|val_from_key:"Otros estilos" }}
Escuela : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles histórico-artístico'|val_from_key:"Escuela"|val_from_key:"@value" }}
Otra escuela : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles histórico-artístico'|val_from_key:"Escuela"|val_from_key:"Otra escuela" }}
Autor / atribución : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles histórico-artístico'|val_from_key:"Autor / atribución" }}
Origen o procedencia : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles histórico-artístico'|val_from_key:"Origen o procedencia" }}
{% endif %}
{% if resource_data|val_from_key:"Identificación"|has_key:"Bienes muebles arqueológicos" %}
Bienes muebles arqueológicos:
Periodo : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles arqueológicos'|val_from_key:"Periodo" }}
Filiación cultural : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles arqueológicos'|val_from_key:"Filiación cultural" }}
Material asociado : {{ resource_data|val_from_key:"Identificación"|val_from_key:'Bienes muebles arqueológicos'|val_from_key:"Material asociado" }}
{% endif %}
{% endif %}