diff options
author | Silvio <silvio@devlet.com.br> | 2010-06-29 15:17:33 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-06-29 15:17:33 -0300 |
commit | ca0ed4308542487d1f20ec057d1ad54b034edc24 (patch) | |
tree | 7be4a9eea96003b53e34221357021f22533ea2db | |
parent | 9e24b8c051cdd140d2b98decaddaf202d02da0c3 (diff) | |
download | cinisis-ca0ed4308542487d1f20ec057d1ad54b034edc24.tar.gz cinisis-ca0ed4308542487d1f20ec057d1ad54b034edc24.tar.bz2 |
Adding more mappings into fbe schema
-rw-r--r-- | schemas/fbe.yaml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/schemas/fbe.yaml b/schemas/fbe.yaml index e16dc21..029f64a 100644 --- a/schemas/fbe.yaml +++ b/schemas/fbe.yaml @@ -37,7 +37,7 @@ fields: f: sound # som # sistema sonoro g: screen # tela # tipo de tela h: length # metragem - #c: duração # TODO + c: duration # duração map: all: type: FilmMaterials @@ -100,15 +100,13 @@ fields: 26: name: Assuntos/Voc. Controlado repeat: Yes - # TODO - #map: - # type: Subject + map: + type: Terms 27: name: Assuntos/Termos Livres repeat: Yes - # TODO - #map: - # type: FreeTerms + map: + type: FreeTerms 66: name: Direção repeat: Yes @@ -501,12 +499,18 @@ fields: 58: name: Circuito exibidor repeat: Yes + map: + type: FilmCircuits 88: name: Prêmios repeat: Yes + map: + type: FilmPrizes 95: name: Certificados repeat: Yes + map: + type: FilmCertificates 69: name: Colaborações/Outras funções repeat: Yes |