• Title/Summary/Keyword: 통합된 객체 모형

Search Result 31, Processing Time 0.034 seconds

Consolidation of FRBR Family Models Focusing on FRBR Library Reference Model ('FRBR family' 모형의 통합에 관한 연구 - FRBR 도서관 참조모형을 중심으로 -)

  • Park, Zi-young
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.50 no.1
    • /
    • pp.533-553
    • /
    • 2016
  • FRBR family models, which is published from 1998 to 2010, will be restructured in 2016 and the new name of the model is "FRBR Library Reference Model (LRM)." FRBR LRM is a consolidated model based on the legacy FRBR family of conceptual models - FRBR, FRAD, FRSAD and the two ontological models - FRBRCore and FaBio, as well as FRBRoo, the cooperated model with museum field. In this study, therefore, FRBR LRM is analyzed in respect to background information, characteristics of the model, such as user tasks, entities, attributes, and relationships. Experimental adaptation to $prot{\acute{e}}g{\acute{e}}$ for the LRM's entities and relationships is also conducted. Through this test, the differences between the original models and the consolidated model was reviewed and the applicability of the FRBR LRM model to the semantic web is also discussed. From now on, we have to select and modify among the various FRBR related models to meet our information needs. It will be difficult to find only one Implementation Methodology for every information needs.

A Study on the Integrated System Implementation of Close Range Digital Photogrammetry Procedures (근거리 수치사진측량 과정의 단일 통합환경 구축에 관한 연구)

  • Yeu, Bock-Mo;Lee, Suk-Kun;Choi, Song-Wook;Kim, Eui-Myoung
    • Journal of Korean Society for Geospatial Information Science
    • /
    • v.7 no.1 s.13
    • /
    • pp.53-63
    • /
    • 1999
  • For the close range digital photogrammetry, multi-step procedures should be embodied in an integrated system. However, it is hard to construct an Integrated system through conventional procedural processing. Using Object Oriented Programming(OOP), photogrammetric processings can be classified with corresponding subjects and it is easy to construct an integrated system lot digital photogrammetry as well as to add the newly developed classes. In this study, the equation of 3-dimensional mathematic model is developed to make an immediate calibration of the CCD camera, the focus distance of which varies according to the distance of the object. Classes for the input and output of images are also generated to carry out the close range digital photogrammetric procedures by OOP. Image matching, coordinate transformation, dirct linear transformation and bundle adjustment are performed by producing classes corresponding to each part of data processing. The bundle adjustment, which adds the principle coordinate and focal length term to the non-photogrammetric CCD camera, is found to increase usability of the CCD camera and the accuracy of object positioning. In conclusion, classes and their hierarchies in the digital photogrammetry are designed to manage multi-step procedures using OOP and close range digital photogrammetric process is implemented using CCD camera in an integrated System.

  • PDF

Component integration Test Modeling with UML (UML 기반 콤포넌트 통합 테스팅)

  • Yun, Hoe-Jin;Seo, Ju-Yeong;Choe, Jeong-Eun;Choe, Byeong-Ju
    • Journal of KIISE:Software and Applications
    • /
    • v.26 no.9
    • /
    • pp.1105-1113
    • /
    • 1999
  • 객체 지향 소프트웨어의 확장과 더불어 소프트웨어의 재사용성의 중요도가 부각되면서 소프트웨어를 콤포넌트 단위로 구현하는 추세이다. 따라서 콤포넌트 기반의 소프트웨어 개발에서의 통합 테스트가 중요한 이슈로 떠오르고 있다. 그러나 콤포넌트들의 통합 테스트에 대한 연구는 미흡한 상태이다. 본 논문에서는 UML을 기반으로 체계적인 통합 테스트 모형을 제안하고. 나아가 본 논문에서는 "멀티미디어 정보처리 시스템"의 사례를 본 논문의 콤포넌트 통합 테스트 모형에 적용한 결과를 분석하여 기술한다. 콤포넌트 통합 테스트 모형은 UML(Unified Modeling Language)의 순서도(sequence diagram)와 협력도(collaboration diagram)를 이용하여 전체 시스템에서 UML의 사건흐름을 구성하는 콤포넌트들 사이의 인터페이스 영역에 존재하는 오류들을 추출한다. 그리고 UML을 기반으로 통합 테스트를 수행함으로써, 테스트 준비 작업을 줄이고, 기존의 UML 지원 도구들과 연계하여 테스트 자동화 도구의 구현을 앞당길 수 있다. 또한 시스템의 순차적 흐름 뿐 아니라, 동시에 수행되는 흐름에 대한 정보까지 모두 수용하여 테스트함으로써, 콤포넌트 기반의 분산 환경의 특성에 적합하다. Abstract As the object-oriented approach to software development becomes more mature, software development from pre-existing, independently developed components becomes an important aim of software engineering. Therefore, integration testing becomes an important aspect of component-based software development. However, there has been little work done in the area of the component-based integration testing. In this paper, we propose the "component integration test model" which is based on UML. Furthermore, we describe a case study on "Multimedia Information Processing System" conducted to analyse the result from which our model is applied. Our model extracts the faults, which exist in interfaces of components, using sequence diagram and collaboration diagram of UML(Unified Modeling Language). As our model is based on UML, the preparation effort for testing is reduced and its test-tools can be implemented more easily through linking existing UML tool. And our model accepts the information of concurrent flow represented by collaboration diagram as well as sequential flow, so it is more suitable to component-based distributed environment.based distributed environment.

Clustering Characteristics and Class Hierarchy Generation in Object-Oriented Development (객체지향개발에서의 속성 클러스터링과 클래스 계층구조생성)

  • Lee Gun Ho
    • The KIPS Transactions:PartD
    • /
    • v.11D no.7 s.96
    • /
    • pp.1443-1450
    • /
    • 2004
  • The clustering characteristics for a number of classes, and defining the inheritance relations between the classes is a difficult and complex problem in an early stage of object oriented software development. We discuss a traditional iterative approach for the reuse of the existing classes in a library and an integrated approach to creating a number of new classes presented in this study. This paper formulates a character-istic clustering problem for zero-one integer programming and presents a network solution method with illustrative examples and the basic rules to define the inheritance relations between the classes. The network solution method for a characteristic clustering problem is based on a distance parameter between every pair of objects with characteristics. We apply the approach to a real problem taken from industry.

A Study on Implementation and Applying Relationship Ontology System Using RDF/OWL Object Property (RDF/OWL의 객체속성을 이용한 관계온톨로지 시스템 구축과 활용에 관한 연구)

  • Kang, Hyen-Min
    • Journal of the Korean Society for information Management
    • /
    • v.27 no.4
    • /
    • pp.219-237
    • /
    • 2010
  • This study proposes a 'Bibliographic Universe Relationship Vocabulary'(burv) using the RDF/OWL Object Property under the SPO predicate logic according to the relationship type among all entities of bibliographic universe and implemented a 'relationship ontology system' to establish a new cataloging business domain called 'Relationship Description Cataloging' based on the ontology.

Utilization of Database in 3D Visualization of Remotely Sensed Data (원격탐사 영상의 3D 시각화와 데이터베이스의 활용)

  • Jung, Myung-Hee;Yun, Eui-Jung
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.45 no.3
    • /
    • pp.40-46
    • /
    • 2008
  • 3D visualization of geological environments using remotely sensed data and the various sources of data provides new methodology to interpret geological observation data and analyze geo-information in earth science applications. It enables to understand spatio-temporal relationships and causal processes in the three-dimension, which would be difficult to identify without 3D representation. To build more realistic geological environments, which are useful to recognize spatial characteristics and relationships of geological objects, 3D modeling, topological analysis, and database should be coupled and taken into consideration for an integrated configuration of the system. In this study, a method for 3D visualization, extraction of geological data, storage and data management using remotely sensed data is proposed with the goal of providing a methodology to utilize dynamic spatio-temporal modeling and simulation in the three-dimension for geoscience and earth science applications.

Integrated Moving Object Location Data Interface Model (통합 이동체 위치 데이터 인터페이스 모델)

  • Kim, Dong-Ho;Lee, Hyun-Ah;Lee, Hye-Jin;Kim, Jin-Suk
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.11b
    • /
    • pp.631-634
    • /
    • 2003
  • 이동체 기술은 자동차, 비행기, 선박 등과 같이 시간에 따라 공간상의 위치를 변경하는 시공간 객체에 대한 효율적인 데이터를 관리를 의미한다. 최근 정보통신 기술의 발전으로 이동차량의 위치를 측정하는 다양한 방법이 개발되었으며, 이를 기반으로 하는 개별적인 응용 시스템들이 개발되었다. 그러나 대부분의 기존의 관련 시스템은 특정한 단일의 측위 장치와 통신 방법만을 고려하여 구축되었기 때문에 이들간 데이터의 원활한 공유가 어려운 문제가 있다. 따라서 이 논문에서는 기존의 추적 기술을 토대로 생성된 다양한 형태의 위치 데이터를 통합하는 이동체 위치 데이터 인터페이스 모형을 제시한다.

  • PDF

Generation of Open City Information Model for Disaster Prevention (방재업무 활용을 위한 개방형 도시정보모델 생성)

  • Park, Sang Il;Song, Min Sun;Jang, Young-Hoon;Seo, Kyung-Wan;Lee, Sang-Ho
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.27 no.4
    • /
    • pp.321-328
    • /
    • 2014
  • Clear understanding and related information management of geography and city facilities are the fundamental approach to prevent city disaster. In order to accomplish the service to prevent city disaster effectively, there needs to be a consistent framework for data collection, to build models, and to manage information. In this study, the authors proposed standardized city information modeling process and application concept to use information model for service of preventing city disaster in information management standpoint. The study was conducted on the process of classification and necessary attributes to manage city facilities effectively considering disaster related information. Additionally, the study suggested the methods for building an open city information model based on an integrated data schema, CityGML. Finally, through the implementation of sample model, the study confirmed city information modeling methodology and applicability for service of disaster prevention.

A Study of the Extended Model of Event-Aware ABC Ontology for Music Resources (음악 자원을 대상으로 한 이벤트 중심 ABC 온톨로지 확장 모형에 관한 연구)

  • Lee, Hye-Won;Kim, Tae-Soo
    • Journal of the Korean Society for information Management
    • /
    • v.24 no.1 s.63
    • /
    • pp.273-300
    • /
    • 2007
  • In this study it is intended to develop the ontology which can express the relation between objects with emphasis on the structural representation of semantics. Its interoperability with other kinds of previous ontology and metadata was also considered so that the developed ontology may be applicable to the real situation. The ABC Ontology can get extended into another field where the application of the concept of event is Possible, for ABC Ontology Provides the fundamental framework on the axis of event. In this study it is Music where ABC Ontology can be applied properly, which results in creating Music Ontology. Music Ontology Provides the infrastructure of knowledge for reasoning of Potential meaning as well as the simple semantic connection of terms. The extended model of ABC Ontology has been developed by applying Music Ontology, which is the domain ontology and conveys meaning, to ABC Ontology that represents the whole framework. The representation of conceptual relation in ABC Ontology turns into the association of the framework and meaning in the extended model of ABC Ontology, with reasoning rules which are typical in ontology Also, interoperability of the extended model of ABC Ontology is examined in consideration of co-operating with metadata different from those in it.

Generation of 3-D City Model using Aerial Imagery (항공사진을 이용한 3차원 도시 모형 생성)

  • Yeu Bock Mo;Jin Kyeong Hyeok;Yoo Hwan Hee
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.23 no.3
    • /
    • pp.233-238
    • /
    • 2005
  • 3-D virtual city model is becoming increasingly important for a number of GIS applications. For reconstruction of 3D building in urban area aerial images, satellite images, LIDAR data have been used mainly and most of researches related to 3-D reconstruction focus on development of method for extraction of building height and reconstruction of building. In case of automatically extracting and reconstructing of building height using only aerial images or satellite images, there are a lot of problems, such as mismatching that result from a geometric distortion of optical images. Therefore, researches of integrating optical images and existing digital map (1/1,000) has been in progress. In this paper, we focused on extracting of building height by means of interest points and vertical line locus method for reducing matching points. Also we used digital plotter in order to validate for the results in this study using aerial images (1/5,000) and existing digital map (1/1,000).