ISO IEC 24800-6-2012 Information technology - JPSearch - Part 6 Reference software《信息技术 JP搜索 第6部分 参考软件》.pdf
《ISO IEC 24800-6-2012 Information technology - JPSearch - Part 6 Reference software《信息技术 JP搜索 第6部分 参考软件》.pdf》由会员分享,可在线阅读,更多相关《ISO IEC 24800-6-2012 Information technology - JPSearch - Part 6 Reference software《信息技术 JP搜索 第6部分 参考软件》.pdf(40页珍藏版)》请在麦多课文档分享上搜索。
1、 Reference number ISO/IEC 24800-6:2012(E) ISO/IEC 2012INTERNATIONAL STANDARD ISO/IEC 24800-6 First edition 2012-05-01Information technology JPSearch Part 6: Reference software Technologies de linformation JPSearch Partie 6: Logiciel de rfrence ISO/IEC 24800-6:2012(E) COPYRIGHT PROTECTED DOCUMENT ISO
2、/IEC 2012 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or ISOs member body in
3、the country of the requester. ISO copyright office Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Web www.iso.org Published in Switzerland ii ISO/IEC 2012 All rights reservedISO/IEC 24800-6:2012(E) ISO/IEC 2012 All rights reserved iiiContents P
4、age Foreword iv 1 Scope 1 2 Normative references 1 3 Terms and definitions . 1 4 Overview and conventions . 2 4.1 Organization of the document . 2 4.2 Overview of the architecture of the ISO/IEC 24800 reference software . 2 5 Reference software for the ISO/IEC 24800 3 5.1 Metadata Translation Module
5、 . 3 5.2 JPQF Query Processor Module . 11 5.3 Embedded Metadata Codec Module 20 5.4 Repository Import/Export Module . 26 Bibliography 34 ISO/IEC 24800-6:2012(E) iv ISO/IEC 2012 All rights reservedForeword ISO (the International Organization for Standardization) and IEC (the International Electrotech
6、nical Commission) form the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical ac
7、tivity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information technology, ISO and IEC have established a joint technical com
8、mittee, ISO/IEC JTC 1. International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 2. The main task of the joint technical committee is to prepare International Standards. Draft International Standards adopted by the joint technical committee are circulated
9、 to national bodies for voting. Publication as an International Standard requires approval by at least 75 % of the national bodies casting a vote. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO and IEC shall not be held respo
10、nsible for identifying any or all such patent rights. ISO/IEC 24800-6 was prepared by Joint Technical Committee ISO/IEC JTC 1, Information technology, Subcommittee SC 29, Coding of audio, picture, multimedia and hypermedia information. ISO/IEC 24800 consists of the following parts, under the general
11、 title Information technology JPSearch: Part 1: System framework and components Part 2: Registration, identification and management of schema and ontology Part 3: Query format Part 4: File format for metadata embedded in image data (JPEG and JPEG 2000) Part 5: Data interchange format between image r
12、epositories Part 6: Reference software INTERNATIONAL STANDARD ISO/IEC 24800-6:2012(E) ISO/IEC 2012 All rights reserved 1Information technology JPSearch Part 6: Reference software 1 Scope This part of ISO/IEC 24800 describes reference software for the normative clauses as well as utility software dem
13、onstrating the usage scenarios of ISO/IEC 24800-2 to ISO/IEC 24800-5. The information provided is applicable for determining the reference software modules available for ISO/IEC 24800-2 to ISO/IEC 24800-5 and understanding their functionality and usage. A software module provided in this part of ISO
14、/IEC 24800 can be used either as standalone software or as a part of larger integrated software depending on the module. 2 Normative references The following referenced documents, in whole or in part, indispensable for the application of this document. For dated references, only the edition cited ap
15、plies. For undated references, the latest edition of the referenced document (including any amendments/corrigenda) applies. ISO/IEC 24800-2, Information technology JPSearch Part 2 Registration, identification and management of schema and ontology ISO/IEC 24800-3, Information technology JPSearch Part
16、 3: Query format ISO/IEC 24800-4, Information technology JPSearch Part 4: File format for metadata embedded in image data (JPEG and JPEG 2000) ISO/IEC 24800-5, Information technology JPSearch Part 5: Data interchange format between image repositories 3 Terms and definitions For the purposes of this
17、document, the following terms and definitions apply. 3.1 module software component implementing reference software or utility software 3.2 reference software one or more modules utilizing normative parts of ISO/IEC 24800-2, -3, -4, -5 3.3 utility software one or more modules utilizing informative pa
18、rts of ISO/IEC 24800-1, -2, -3, -4, -5 and/or the usage of reference software within real-world applications ISO/IEC 24800-6:2012(E) 2 ISO/IEC 2012 All rights reserved4 Overview and conventions 4.1 Organization of the document In the remainder of this document, each reference and utility software mo
19、dule is described following the convention as below: Module name Name of the ZIP file with the following structure: /- -.zip : directory name in which the module can be found : name of the module, e.g., Parser, Validator, etc. : letter A, B, C, etc. for different implementations. : version number, i
20、.e., n_n_n | n_n | n Functional Description Describes the functionality the module provides. Installation Guideline Describes how the module can be installed/prepared to be used. Interface Description Describes necessary interface (e.g. command line instructions with parameters) to use the module. I
21、NPUT Describes the input of the module. OUTPUT Describes the output of the module. Programming Language(s) Lists the programming language(s) in which the module is written. Platform(s) Lists the platforms the module has been tested on and is supposed to run on. Dependencies Lists the required librar
22、ies and code with version information. Details Lists any implementation details, such as architecture diagrams and data flows. 4.2 Overview of the architecture of the ISO/IEC 24800 reference software The Part 2 module will allow 1) registering external metadata schemas and 2) validating if certain m
23、etadata instance is valid according to the Core Schema in combination with the registered external schemas. It can be used in combination with Part 4 and Part 5 modules to validate the metadata ingested into a JPSearch compliant system. The Part 3 module will process JPQF queries against the reposit
24、ory. It can be used alone, acting over an independent image repository, or it can be used in combination with the other modules, acting over the repository generated by the usage of the other modules. The Part 4 and Part 5 modules are responsible for the interchange of content and metadata between t
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISOIEC2480062012INFORMATIONTECHNOLOGYJPSEARCHPART6REFERENCESOFTWARE 信息技术 JP 搜索 部分 参考 软件 PDF

链接地址:http://www.mydoc123.com/p-1257141.html