• Title/Summary/Keyword: 온톨로지 재사용

Search Result 105, Processing Time 0.03 seconds

Ontology-based Positioning Systems for Indoor LBS (온톨로지 기반의 실내 LBS를 위한 위치 추적 시스템)

  • Hwang, Chi-Gon;Yoon, Chang-Pyo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.20 no.6
    • /
    • pp.1123-1128
    • /
    • 2016
  • Recently BLE beacon has been widely used as a method for measuring the indoor location in the IoT Technique. But it requires a filtering technique for the measurement of the correct position. It is used the most fixed beacon. It is not accurate that calculates the position information through the identification of the beacon signal. Therefore, filtering is important. So it takes a lot of time, position measurement and filtering. Thus, we is to measure the exact position at the indoor using a mobile beacon. The measured beacon signal is composed of an ontology for reuse in the same pattern. RSSI is measured the receiver is the distance of the beacon. And this value configure the location ontology to be normalized by the relationship analysis between the values. The ontology is a method for calculating the position information of the moving beacon. It can detect fast and accurate indoor position information and provide the service.

The SemanticWeb Technology and its Applications (시맨틱웹 기술과 활용방안)

  • 오삼균
    • Journal of the Korean Society for information Management
    • /
    • v.19 no.4
    • /
    • pp.298-319
    • /
    • 2002
  • The Semantic Web is a new technology that attempts to achieve effective retrieval, automation, integration, and reuse of web resources by constructing knowledge bases that are composed of machine-readable definitions and associations of resources that express the relationships among them. To have this kind of Semantic Web in place, it is necessary to have the following infrastructures: capability to assign unchangeable and unique identifier (URI) to each resource, adoption of XML namespace concept to prevent collision of element and attribute names defined by various institutions, widespread use of RDF to describe resources so that diverse metadata can be interoperable, use of RDF schema to define the meaning of metadata elements and the relationships among them, adoption of DAML+OIL that is built upon RDF(S) to increase reasoning capability and expressive power, and finally adoption of OWL that is built upon DAML+OIL by removing unnecessary constructors and adding new ones based on experience of using DAML+OIL. The purpose of this study is to describe the central concepts and technologies related to the Semantic Web and to discuss the benefits of metadata interoperability based on XML/RDF schemas and the potential applications of diverse ontologies.

User Interaction-based Graph Query Formulation and Processing (사용자 상호작용에 기반한 그래프질의 생성 및 처리)

  • Jung, Sung-Jae;Kim, Taehong;Lee, Seungwoo;Lee, Hwasik;Jung, Hanmin
    • Journal of KIISE:Databases
    • /
    • v.41 no.4
    • /
    • pp.242-248
    • /
    • 2014
  • With the rapidly growing amount of information represented in RDF format, efficient querying of RDF graph has become a fundamental challenge. SPARQL is one of the most widely used query languages for retrieving information from RDF dataset. SPARQL is not only simple in its syntax but also powerful in representation of graph pattern queries. However, users need to make a lot of efforts to understand the ontology schema of a dataset in order to compose a relevant SPARQL query. In this paper, we propose a graph query formulation and processing scheme based on ontology schema information which can be obtained by summarizing RDF graph. In the context of the proposed querying scheme, a user can interactively formulate the graph queries on the graphic user interface without making efforts to understand the ontology schema and even without learning SPARQL syntax. The graph query formulated by a user is transformed into a set of class paths, which are stored in a relational database and used as the constraint for search space reduction when the relational database executes the graph search operation. By executing the LUBM query 2, 8, and 9 over LUBM (10,0), it is shown that the proposed querying scheme returns the complete result set.

A method for automatic EPC code conversion based on ontology methodology (온톨로지 기반 EPC 코드 자동 변환 방법)

  • Noh, Young-Sik;Byun, Yung-Cheol
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.12 no.3
    • /
    • pp.452-460
    • /
    • 2008
  • ALE-complient RFID middleware system receives EPC code data from reader devices and converts the data into URN format data internally. After filtering and grouping, the system sends the resulting URN code to application and(or) users. Meanwhile, not only the types of EPC code are very diverse, but also another new kinds of EPC code can be emerged in the future. Therefore, a method to process all kinds of EPC code effectively is required by RFID middleware. In this paper, a method to process various kinds of EPC code acquired from RFID reader devices in ALE-complient RFID middleware is proposed. Especially, we propose an approach using ontology technology to process not only existing EPC code but also newly defined code in the future. That is, we build an ontology of conversion rules for each EPC data type to effectively convert EPC data into URL format data. In this case, we can easily extend RFID middleware to process a new EPC code data by adding a conversion rule ontology for the code.

The Design and Implementation of Ontology for Simulation based Architecture Framework (ONT-AF) in Military Domain (SBA AF의 구축을 지원하는 온톨로지의 설계 및 구현(ONT-SAF))

  • Kwon, Youngmin;Sohn, Mye;Lee, Wookey
    • Journal of Information Technology and Architecture
    • /
    • v.9 no.3
    • /
    • pp.233-241
    • /
    • 2012
  • Architecture framework (AF) is a guideline to define components needed to develop and operate enterprise architecture (EA), and to define relationships among the components. There are many architecture frameworks to operate EA of governments and businesses such as Zachman framework, DoDAF, TOGAF, FEAF, and TEAF. DoDAF is the most representative AF to support the development of the EA in the military domain. DoDAF is composed of eight viewpoints and 40 views that are affiliated with the viewpoints. To develop an AF for a specific goal, system architects decide a set of views. Furthermore, they determine data that are needed for a view modeling. However, views and data in DoDAF are structurally inter-related explicitly and/or implicitly. So, developing an AF for a specific goal is going to be a project to be carried out over a long haul. To reduce the burden of its development, in this paper, we develop ONT-SAF (Ontology for DoDAF) that can infer inter-relationships like referential and transitive relationships and the sequences among the views. Furthermore, to promote reusability and consistency of the views and the data within an AF, we adopt the view-data separation strategy. ONT-DAT contains classes like 'viewpoint', 'view', 'data', 'expression method', and 'reference model', and 11 properties including 'hasView.' To prove the effectiveness of ONT-SAF, we perform a case study.

An Ontology-based Data Variability Processing Method (온톨로지 기반 데이터 가변성 처리 기법)

  • Lim, Yoon-Sun;Kim, Myung
    • Journal of KIISE:Software and Applications
    • /
    • v.37 no.4
    • /
    • pp.239-251
    • /
    • 2010
  • In modern distributed enterprise applications that have multilayered architecture, business entities are a kind of crosscutting concerns running through service components that implements business logic in each layer. When business entities are modified, service components related to them should also be modified so that they can deal with those business entities with new types, even though their functionality remains the same. Our previous paper proposed what we call the DTT (Data Type-Tolerant) component model to efficiently process the variability of business entities, which are data externalized from service components. While the DTT component model, by removing direct coupling between service components and business entities, exempts the need to rewrite service components when business entities are modified, it incurs the burden of implementing data type converters that mediate between them. To solve this problem, this paper proposes a method to use ontology as the metadata of both SCDTs (Self-Contained Data Types) in service components and business entities, and a method to generate data type converter code using the ontology. This ontology-based DTT component model greatly enhances the reusability of service components and the efficiency in processing data variability by allowing the computer to automatically generate data type converters without error.

Design & Implementation of an Ontology for Relic Search in Museums (시맨틱 웹 기반 박물관 유물 검색을 위한 온톨로지 설계 및 구현)

  • Park, Jin-Seuk;Yang, Gi-Chul;Oh, Jeong-Jin
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2004.11a
    • /
    • pp.269-274
    • /
    • 2004
  • Because of the rapid development of internet and Various Types. huge amount and Various types of data are available on the web there days. The tasks such as information retrieval, composition and integration are not easy on the web which contains such huge amount of data. In order to solve these problems W3C introduced Semantic Web as a next generation Web. Semantic Web guarantee the cooperation between heterogeneous Systems and improve reusability of information by providing the machine understandable Web data. In this paper. We design develop an ontology for the museum. The implemented ontology can be used as a standard ontology for the relic search in a museum.

  • PDF

An Implementation of URI Management and Service System for the Construction of National R&D Reference Information Ontology (국가 과학기술 R&D 기반정보 온톨로지 구축을 위한 URI 관리 및 서비스 시스템 구현)

  • Koo Hee-Kwan;Jung Han-Min;Kang In-Su;Sung Won-Kyung;Yi Seung-June;Shim Bin-Gu
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06b
    • /
    • pp.217-219
    • /
    • 2006
  • 전체적인 관점으로 국가 과학기술 R&D를 조망하는 국가 과학기술 R&D 기반정보 온톨로지는 인력정보, 과제정보, 성과정보를 포함하며 여러 URI들과 연계된다. 본 논문에서는 기존의 단일 URI 체계가 아닌 시스템 적이고 다층적인 국가 과락기술 R&D 기반정보 온톨로지의 인스턴스 레벨에 필요한 다중 URI 관리 및 서비스 시스템을 구현한다. 본 시스템은 관리적인 측면에서 웹 인터페이스 기반 URI 등록과 조회를, 서비스 측면에서 URI 질의중심의 웹서비스를 제공한다. 기존 정보(KISTI의 KOI, 학술진흥재단의 부서 및 기관, 국가과학기술인력 종합정보시스템의 인력DB)와 연계를 기반으로 가용성 및 재사용성을 높이고 신규정보를 위한 URI 생성규칙을 제공함으로써 URI 관리 및 서비스 시스템 완성도를 높였다.

  • PDF

Consideration of a Collaborative Based Taxonomy for a Reusable Information Management System (재사용가능 정보관리시스템을 위한 협력기반 분류학의 고찰)

  • Torres, Mari;Lee, Hyuk-Jin
    • Journal of the Korean Society for information Management
    • /
    • v.27 no.2
    • /
    • pp.157-171
    • /
    • 2010
  • This exploratory study outlines the rationalization of why Ontology's taxonomy requires a strong hierarchy, accuracy, and interoperability in order to be used as a successfully re-useable information management system. Finding the relevant information in a plethora of possible resources by bridging the gap between the user's needs and the resources of the information technology system is the goal that the information management field should find a way to achieve. This study is based on discussions and interviews with a taxonomist, information architect, and information manager, whose discussions were based on the usability and interoperability of the knowledge based information systems. These professional perspectives are necessary as they are the liaison between users and the information technology group. We found that in order for information managers to ensure successful sharing of knowledge across the end users, a common sense language must be issued in order to achieve reasoning for the artificial intelligence system.

An Ontology-based Generation of Operating Procedures for Boiler Shutdown : Knowledge Representation and Application to Operator Training (온톨로지 기반의 보일러 셧다운 절차 생성 : 지식표현 및 훈련시나리오 활용)

  • Park, Myeongnam;Kim, Tae-Ok;Lee, Bongwoo;Shin, Dongil
    • Journal of the Korean Institute of Gas
    • /
    • v.21 no.4
    • /
    • pp.47-61
    • /
    • 2017
  • The preconditions of the usefulness of an operator safety training model in large plants are the versatility and accuracy of operational procedures, obtained by detailed analysis of the various types of risks associated with the operation, and the systematic representation of knowledge. In this study, we consider the artificial intelligence planning method for the generation of operation procedures; classify them into general actions, actions and technical terms of the operator; and take into account the sharing and reuse of knowledge, defining a knowledge expression ontology. In order to expand and extend the general operations of the operation, we apply a Hierarchical Task Network (HTN). Actual boiler plant case studies are classified according to operating conditions, states and operating objectives between the units, and general emergency shutdown procedures are created to confirm the applicability of the proposed method. These results based on systematic knowledge representation can be easily applied to general plant operation procedures and operator safety training scenarios and will be used for automatic generation of safety training scenarios.