WO2017191977A1 - M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법 - Google Patents

M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법 Download PDF

Info

Publication number
WO2017191977A1
WO2017191977A1 PCT/KR2017/004649 KR2017004649W WO2017191977A1 WO 2017191977 A1 WO2017191977 A1 WO 2017191977A1 KR 2017004649 W KR2017004649 W KR 2017004649W WO 2017191977 A1 WO2017191977 A1 WO 2017191977A1
Authority
WO
WIPO (PCT)
Prior art keywords
attribute
resource
semantic data
semanticdescriptor
receiver
Prior art date
Application number
PCT/KR2017/004649
Other languages
English (en)
French (fr)
Inventor
류민우
김재호
안일엽
윤재석
최성찬
Original Assignee
전자부품연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 전자부품연구원 filed Critical 전자부품연구원
Priority to US16/099,048 priority Critical patent/US11205049B2/en
Publication of WO2017191977A1 publication Critical patent/WO2017191977A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/70Services for machine-to-machine communication [M2M] or machine type communication [MTC]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/31Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3335Syntactic pre-processing, e.g. stopword elimination, stemming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Definitions

  • the present invention relates to M2M / IoT (Machine to Machine / Internet of Things) technology, and more particularly, to a method for managing semantic information in the M2M / IoT platform.
  • M2M / IoT Machine to Machine / Internet of Things
  • 1 is a diagram illustrating a ⁇ semanticDescriptor> resource structure that can be used in M2M / IoT.
  • ⁇ semanticDescriptor> resource is a resource used for storing semantic descriptions of M2M / IoT resources and their subordinate resources.
  • a ⁇ semanticDescriptor> resource includes a "descriptor” attribute, an "ontologyRef” attribute, and a “relatedSemantics” attribute, and includes a ⁇ subscription> resource as a lower resource.
  • semantic triples are stored, and one or more semantic data are stored in sets.
  • the semantic data set stored in the "descriptor” attribute is illustrated in FIG.
  • the present invention has been made to solve the above problems, and an object of the present invention is to provide a method for efficiently managing semantic information in the M2M / IoT platform.
  • Another object of the present invention is to provide a method for representing semantic information in the M2M / IoT platform on the web.
  • a method of managing semantic information including: storing semantic data in a first attribute of an M2M resource; And updating some of the semantic data stored in the first attribute.
  • the updating may include receiving a request including a second attribute including a query for searching for semantic data stored in the first attribute.
  • the updating may further include returning an error message if the first attribute and the second attribute are included in the request.
  • the updating may further include returning an error message if there is an error in the syntactic verification result of the query.
  • the updating may include updating some of the semantic data stored in the first attribute according to the update request included in the second attribute.
  • the method may further include updating all of the semantic data when receiving the request including the first attribute.
  • the M2M resource may further include a third attribute for storing data for representing semantic data included in the first attribute on the web.
  • the semantic information management system according to another embodiment of the present invention, a storage unit for storing the M2M resource including the first attribute stored semantic data; And a processor for updating some of the semantic data stored in the first attribute.
  • 1 is a view showing a ⁇ semanticDescriptor> resource structure available in M2M / IoT;
  • FIG. 2 is a diagram illustrating a semantic data set stored in an "descriptor" attribute
  • FIG. 3 is a diagram showing general / general properties of a ⁇ semanticDescriptor> resource applicable in one embodiment of the present invention
  • FIG. 4 is a view showing specific attributes of a ⁇ semanticDescriptor> resource applicable to an embodiment of the present invention
  • FIG. 5 is a view showing an interaction between an Originator device and a Receiver device for performing a CRUD operation
  • FIG. 6 is a detailed block diagram of an Originator device and a Receiver device.
  • FIG. 3 is a diagram illustrating Universal / Common Attributes of a ⁇ semanticDescriptor> resource applicable in an embodiment of the present invention.
  • the ⁇ semanticDescriptor> resource has general / general attributes, such as "@resourceName”, “resourceType”, “resourceID”, “parentID”, “expirationTime”, “accessControlPolicyIDs”, “creationTime”, “ lastModifiedTime “,” labels “,” announceTo “,” announcedAttribute “and” creator ".
  • FIG. 4 is a diagram illustrating Resource Specific Attributes of a ⁇ semanticDescriptor> resource applicable in an embodiment of the present invention.
  • attribute names, request optionalities, data types, default values, and constraints for specific attributes of a ⁇ semanticDescriptor> resource are defined. .
  • the "descriptorRepresenation” attribute is an attribute that stores data for representing a ⁇ semanticDescriptor> resource on the web.
  • the "descriptorRepresenation” attribute stores data for representing a semantic data set stored in the "descriptor” attribute on the web.
  • the "semanticOpExec” attribute is for retrieving the semantic data set stored in the ⁇ semanticDescriptor> resource.
  • the "semanticOpExec” attribute may contain SPARQL queries and SPARQL update requests required to partially update the semantic data set created / stored in the "descriptor" attribute. Can be.
  • the CRUD operation is performed by the interaction of the Originator device 101 and the Receiver device 102 as shown in FIG. 5.
  • Originator 101 is a device for requesting a CRUD operation, the nodes may correspond to this, as well as the gateway, server, M2M / IoT platform, and the like.
  • the receiver 102 is a device that performs a CRUD operation request of the originator 101.
  • the receiver 102 may correspond to the M2M / IoT platform, as well as nodes, gateways, and servers.
  • the receiver 102 When the receiver 102 receives a request for generating a ⁇ semanticDescriptor> resource from the Originator 101, the receiver 102 performs a ⁇ semanticDescriptor> resource generation procedure according to the request.
  • the receiver 102 performs syntactic verification on the semantic data set included in the "descriptor" attribute of the ⁇ semanticDescriptor> resource.
  • the hosting Common Service Entity (CSE) of the receiver 102 may check whether the "descriptor" attribute conforms to the RDF / XML syntax.
  • the receiver 102 If there is a syntactic problem with the "descriptor" attribute, the receiver 102 returns a failure message and additional error information to the Originator 101 without creating a ⁇ semanticDescriptor> resource.
  • the receiver 102 when there is no syntactic problem in the "descriptor" attribute, the receiver 102 creates a ⁇ semanticDescriptor> resource according to the request.
  • the receiver 102 When the receiver 102 receives a request for collecting a ⁇ semanticDescriptor> resource from the Originator 101, the receiver 102 performs a ⁇ semanticDescriptor> resource collection procedure according to the request.
  • the receiver 102 In response to the collection request, the receiver 102 does not return the "semanticOpExec" attribute.
  • the "descriptor" attribute can be updated using SPARQL.
  • the update is divided into a full update for updating all of the semantic data sets stored in the "descriptor" attribute and a partial update for updating only some semantic data of the semantic data set.
  • Originator 101 Upon full update, Originator 101 transmits an update request that includes a "descriptor" attribute to Receiver 102.
  • the receiver 102 If both " semanticOpExec " and " descriptor " attributes exist in the ⁇ semanticDescriptor> update request received from the originator 101, the receiver 102 returns an error message to the originator 101.
  • the receiver 102 If the ⁇ semanticDescriptor> update request received from the originator 101 includes the "descriptor" attribute, the receiver 102 performs syntactic verification that the syntax of the contents conforms to the valid RDF / XML syntax. If there is an error in the verification result, the receiver 102 returns an error message to the Originator 101.
  • the receiver 102 updates the entire semantic data set stored in the "descriptor" attribute according to the update request.
  • Originator 101 In the partial update, Originator 101 generates and sends a request to update the "semanticOpExec" attribute to the Receiver (102).
  • the value of this attribute is set by a SPARQL request with an INSERT, DELETE, or DELETE / INSERT with a conditional SPARQL statement defined in the SPARQL query language.
  • the receiver 102 first validates the resource representation.
  • the receiver 102 returns an error message to the Originator 101.
  • the receiver 102 If the ⁇ semanticDescriptor> update request received from the Originator 101 includes a "semanticOpExec" attribute, the receiver 102 performs syntactic verification that the syntax of the content corresponds to a valid SPARQL query request. If there is an error in the verification result, the receiver 102 returns an error message to the Originator 101.
  • the hosting CSE of the receiver 102 updates only the semantic data of some of the semantic triples set stored in the "descriptor" attribute according to the SPARQL update request.
  • the receiver 102 If the update is not possible according to the SPARQL update request, the receiver 102 returns an error message to the Originator 101.
  • the receiver 102 When the receiver 102 receives a deletion request of a ⁇ semanticDescriptor> resource from the Originator 101, the receiver 102 performs a ⁇ semanticDescriptor> resource deletion procedure according to the request.
  • FIG. 6 is a detailed block diagram of Originator device 101 and Receiver device 102. Since the Originator device 101 and the Receiver device 102 may be implemented including the same configuration, only one of them is represented in FIG. 6 by the reference numeral “100”.
  • the device 100 includes a communication unit 110, a processor 120, and a storage unit 130.
  • the communication unit 110 is a communication means for communicating with the counterpart device, and the processor 120 performs a procedure necessary for performing a CRUD operation.
  • the storage unit 130 provides a storage space for the processor 120 to perform a CRUD operation and stores a resource.
  • the technical idea of the present invention can be applied to a computer-readable recording medium containing a computer program for performing the functions of the apparatus and method according to the present embodiment.
  • the technical idea according to various embodiments of the present disclosure may be implemented in the form of computer readable codes recorded on a computer readable recording medium.
  • the computer-readable recording medium can be any data storage device that can be read by a computer and can store data.
  • the computer-readable recording medium may be a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical disk, a hard disk drive, or the like.
  • the computer-readable code or program stored in the computer-readable recording medium may be transmitted through a network connected between the computers.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computational Linguistics (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Economics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Machine Translation (AREA)

Abstract

M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법이 제공된다. 본 발명의 실시예에 따른 시맨틱 정보 관리 방법은, M2M 리소스의 제1 속성에 시맨틱 데이터들을 저장하고, 제1 속성에 저장된 시맨틱 데이터들 중 일부를 갱신한다. 이에 의해, M2M/IoT 플랫폼에서의 시맨틱 정보를 효율적으로 관리, 특히 시맨틱 정보의 부분 갱신을 수행할 수 있게 된다.

Description

M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법
본 발명은 M2M/IoT(Machine to Machine/Internet of Things) 기술에 관한 것으로, 더욱 상세하게는 M2M/IoT 플랫폼에서의 시맨틱 정보를 관리하는 방법에 관한 것이다.
도 1은 M2M/IoT에서 사용가능한 <semanticDescriptor> 리소스 구조를 나타낸 도면이다.
<semanticDescriptor> 리소스는, M2M/IoT 리소스와 그의 하위 리소스들에 대한 시맨틱 정보(semantic description)들을 저장하기 위해 사용되는 리소스이다.
도 1에 도시된 바와 같이, <semanticDescriptor> 리소스에는, "descriptor" attribute, "ontologyRef" attribute, "relatedSemantics" attribute가 포함되고, 하위 리소스로 <subscription> 리소스가 포함된다.
"descriptor" attribute에는 시맨틱 데이터(semantic triple)이 저장되는데, 하나 또는 다수의 시맨틱 데이터들이 셋(set)으로 저장되어 있다. "descriptor" attribute에 저장되는 시맨틱 데이터 셋을, 도 2에 예시하였다.
한편, M2M/IoT 플랫폼에서는 다른 프로토콜/규격/기술과의 상호 연동이 필요함에도, 이를 위해 시맨틱 정보에 대한 보다 생성/수집/갱신/삭제 방식에 대해서는 제시된 바 없다.
이에, M2M/IoT 플랫폼에서 효과적이고 효율적인 시맨틱 정보 관리를 위한 방안의 모색이 요청된다.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, M2M/IoT 플랫폼에서의 시맨틱 정보를 효율적으로 관리하기 위한 방법을 제공함에 있다.
또한, 본 발명의 다른 목적은, M2M/IoT 플랫폼에서의 시맨틱 정보를 웹 상에서 표현하기 위한 방법을 제공함에 있다.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 시맨틱 정보 관리 방법은, M2M 리소스의 제1 속성에 시맨틱 데이터들을 저장하는 단계; 및 상기 제1 속성에 저장된 시맨틱 데이터들 중 일부를 갱신하는 단계;를 포함한다.
그리고, 상기 갱신 단계는, 상기 제1 속성에 저장된 시맨틱 데이터들을 검색하기 위한 쿼리가 수록된 제2 속성을 포함하는 요청을 수신하는 단계;를 포함할 수 있다.
또한, 상기 갱신 단계는, 상기 요청에 상기 제1 속성과 상기 제2 속성이 포함되어 있으면, 에러 메시지를 반환하는 단계;를 더 포함할 수 있다.
그리고, 상기 갱신 단계는, 상기 쿼리의 구문론적 검증 결과에 이상이 있으면, 에러 메시지를 반환하는 단계;를 더 포함할 수 있다.
또한, 상기 갱신 단계는, 상기 제2 속성에 수록된 갱신 요청에 따라, 상기 제1 속성에 저장된 시맨틱 데이터들 중 일부를 갱신할 수 있다.
그리고, 상기 제1 속성이 포함된 요청을 수신하면, 상기 시맨틱 데이터들 전부를 갱신하는 단계;를 더 포함할 수 있다.
또한, 상기 M2M 리소스는, 상기 제1 속성에 포함된 시맨틱 데이터들을 웹 상에서 표현하기 위한 데이터가 저장되는 제3 속성을 더 포함할 수 있다.
한편, 본 발명의 다른 실시예에 따른, 시맨틱 정보 관리 시스템은, 시맨틱 데이터들 저장된 제1 속성을 포함하는 M2M 리소스가 저장되는 저장부; 및 상기 제1 속성에 저장된 시맨틱 데이터들 중 일부를 갱신하는 프로세서;를 포함한다.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, M2M/IoT 플랫폼에서의 시맨틱 정보를 효율적으로 관리, 특히 시맨틱 정보의 부분 갱신을 수행할 수 있게 된다.
또한, 본 발명의 실시예들에 따르면, M2M/IoT 플랫폼에서의 시맨틱 정보를 웹 상에서 표현하는 것이 가능해진다.
도 1은 M2M/IoT에서 사용가능한 <semanticDescriptor> 리소스 구조를 나타낸 도면,
도 2는 "descriptor" attribute에 저장되는 시맨틱 데이터 셋을 예시한 도면,
도 3은 본 발명의 일 실시예에서 적용 가능한 <semanticDescriptor> 리소스의 범용/일반 속성들을 나타낸 도면,
도 4는 본 발명의 일 실시예에서 적용 가능한 <semanticDescriptor> 리소스의 특유 속성들을 나타낸 도면,
도 5는 CRUD 오퍼레이션 수행을 위한 Originator 디바이스와 Receiver 디바이스의 인터랙션을 나타낸 도면, 그리고,
도 6은 Originator 디바이스와 Receiver 디바이스의 상세 블럭도이다.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.
1. <semanticDescriptor> 리소스 구조
<semanticDescriptor> 리소스의 "descriptor" attribute에 저장되어 있는 시맨틱 데이터 셋을 웹 상에서 표현하고, 시맨틱 데이터 셋 중 일부의 시맨틱 데이터에 대한 부분 갱신을 위한 <semanticDescriptor> 리소스 구조에 대해, 도 3과 도 4를 참조하여 상세히 설명한다.
도 3은 본 발명의 일 실시예에서 적용 가능한 <semanticDescriptor> 리소스의 범용/일반 속성들(Universal/Common Attributes)을 나타낸 도면이다.
도 3에 나타난 바와 같이, <semanticDescriptor> 리소스에는, 범용/일반 속성들로, "@resourceName", "resourceType", "resourceID", "parentID", "expirationTime", "accessControlPolicyIDs", "creationTime", "lastModifiedTime", "labels", "announceTo", "announcedAttribute" 및 "creator"를 포함한다.
도 4는 본 발명의 일 실시예에서 적용 가능한 <semanticDescriptor> 리소스의 리소스 특유 속성들(Resource Specific Attributes)을 나타낸 도면이다.
도 4에는 <semanticDescriptor> 리소스의 특유 속성들에 대한 속성 명칭(Attribute Name), 적용 가능 요청(Request Optionality), 데이터 타입(Data Type) 및 디폴트 값(Default Value)과 제약(Constraints)이 정의되어 있다.
도 4에 제시된 바와 같이, <semanticDescriptor> 리소스의 특유 속성들에는, "descriptorRepresenation", "semanticOpExec", "descriptor", "ontologyRef" 및 "relatedSemantics"이 포함된다.
"descriptorRepresenation" attribute는 <semanticDescriptor> 리소스를 웹 상에서 표현하기 위한 데이터가 저장되는 attribute로, "descriptor" attribute에 저장된 시맨틱 데이터 셋을 웹 상에서 표현할 수 있는 데이터가 저장된다.
"semanticOpExec" attribute는 <semanticDescriptor> 리소스에 저장되는 시맨틱 데이터 셋의 검색을 위한 attribute로, "descriptor" attribute에 생성/저장되어 있는 시맨틱 데이터 셋을 부분적으로 갱신하는데 필요한 SPARQL 쿼리, SPARQL 업데이트 요청을 포함할 수 있다.
"semanticOpExec" attribute를 추가함으로 인해, RESTful 인터페이스를 변경하지 않고, 시맨틱 데이터 셋의 부분 갱신을 위한 검색이 가능하게 된다.
2. <semanticDescriptor> 리소스의 생성/수집/갱신/삭제
이하에서, <semanticDescriptor> 리소스의 생성/수집/갱신/삭제(Create/Retrieve/Update/Delete : CRUD) 오퍼레이션 과정에 대해 상세히 설명한다.
CRUD 오퍼레이션은, 도 5에 도시된 바와 같이 Originator 디바이스(101)와 Receiver 디바이스(102)의 인터랙션에 의해 수행된다.
Originator(101)는 CRUD 오퍼레이션을 요청하는 디바이스로, 노드들이 이에 해당될 수 있음은 물론, 게이트웨이, 서버, M2M/IoT 플랫폼 등이 이에 해당될 수 있다.
Receiver(102)는 Originator(101)의 CRUD 오퍼레이션 요청을 수행하는 디바이스로, M2M/IoT 플랫폼이 이에 해당될 수도 있음은 물론, 노드들, 게이트웨이, 서버 등이 이에 해당될 수 있다.
2.1 생성(Create)
이하에서, <semanticDescriptor> 리소스 생성 절차에 대해 설명한다.
Receiver(102)는 Originator(101)로부터 <semanticDescriptor> 리소스의 생성 요청을 수신하면, 요청에 따라 <semanticDescriptor> 리소스 생성 절차를 수행한다.
이를 위해, Receiver(102)는 <semanticDescriptor> 리소스의 "descriptor" attribute에 포함된 시맨틱 데이터 셋에 대해 구문론적 검증을 수행한다. 이를 테면, Receiver(102)의 호스팅 CSE(hosting Common Service Entity)는 "descriptor" attribute가 RDF/XML 구문에 부합하는지 확인할 수 있다.
만약, "descriptor" attribute에 구문론적 문제가 있는 경우, Receiver(102)는 <semanticDescriptor> 리소스를 생성하지 않고 실패 메시지(failure information)와 추가적인 에러 정보(error information)를 Originator(101)로 반환한다.
반면, "descriptor" attribute에 구문론적 문제가 없는 경우, Receiver(102)는 해당 요청에 따라 <semanticDescriptor> 리소스를 생성한다.
2.2 수집(Retrieve)
Receiver(102)는 Originator(101)로부터 <semanticDescriptor> 리소스의 수집 요청을 수신하면, 요청에 따라 <semanticDescriptor> 리소스 수집 절차를 수행한다.
수집 요청에 대한 응답에 있어, Receiver(102)는 "semanticOpExec" attribute는 반환하지 않는다.
2.3 갱신(Update) 절차
"descriptor" attribute는 SPARQL을 사용하여 업데이트할 수 있다. 갱신은 "descriptor" attribute에 저장된 시맨틱 데이터 셋의 전부를 갱신하는 전부 갱신과 시맨틱 데이터 셋 중 일부 시맨틱 데이터만을 갱신하는 부분 갱신으로 구분된다.
2.3.1 전부 갱신
전부 갱신 시, Originator(101)는 Receiver(102)에 "descriptor" attribute를 수록한 갱신 요청을 전송한다.
Originator(101)로부터 수신한 <semanticDescriptor> 갱신 요청에 "semanticOpExec" attribute와 "descriptor" attribute가 모두 존재하면, Receiver(102)는 Originator(101)에게 에러 메시지를 반환한다.
Originator(101)로부터 수신한 <semanticDescriptor> 갱신 요청에 "descriptor" attribute가 포함되어 있으면, Receiver(102)는 그 내용의 구문이 유효한 RDF/XML 구문에 부합하는지 구문론적 검증을 수행한다. 검증 결과에 이상이 있는 경우, Receiver(102)는 Originator(101)에게 에러 메시지를 반환한다.
반면, 검증 결과에 이상이 없으면, Receiver(102)는 갱신 요청에 따라 "descriptor" attribute에 저장된 시맨틱 데이터 셋 전체를 갱신한다.
2.3.2 부분 갱신
부분 갱신 시, Originator(101)는 Receiver(102)에 "semanticOpExec" attribute를 갱신하기 위한 요청을 생성하여 전송한다. 이 attribute의 값은 SPARQL 쿼리 언어로 정의되는 조건부 SPARQL 문과 함께 INSERT, DELETE 또는 DELETE/INSERT가 포함된 SPARQL 요청으로 설정된다.
그러면, Receiver(102)는 먼저 리소스 표현(Resource Representation)에 대한 유효성 검증을 수행한다.
이를 위해, Originator(101)로부터 수신한 <semanticDescriptor> 갱신 요청에 "semanticOpExec" attribute와 "descriptor" attribute가 모두 존재하면, Receiver(102)는 Originator(101)에게 에러 메시지를 반환한다.
그리고, Originator(101)로부터 수신한 <semanticDescriptor> 갱신 요청에 "semanticOpExec" attribute가 포함되어 있으면, Receiver(102)는 그 내용의 구문이 유효한 SPARQL 쿼리 요청에 부합하는지 구문론적 검증을 수행한다. 검증 결과에 이상이 있는 경우, Receiver(102)는 Originator(101)에게 에러 메시지를 반환한다.
반면, 검증 결과에 이상이 없으면, Receiver(102)의 호스팅 CSE는 "descriptor" attribute에 저장된 시맨틱 데이터(semantic triples) 셋 중 일부의 시맨틱 데이터만을 SPARQL 업데이트 요청에 따라 갱신한다.
이를 위해, <semanticDescriptor> 갱신 요청에 포함된 "semanticOpExec" attribute에 존재하는 SPARQL 업데이트 요청에는, 업데이트 대상이 되는 시맨틱 데이터와 업데이트 내용이 명시되어 있다.
만약, SPARQL 업데이트 요청에 따른 갱신이 불가능한 경우, Receiver(102)는 Originator(101)에 에러 메시지를 반환한다.
2.4 삭제(Delete)
Receiver(102)는 Originator(101)로부터 <semanticDescriptor> 리소스의 삭제 요청을 수신하면, 요청에 따라 <semanticDescriptor> 리소스 삭제 절차를 수행한다.
3. 디바이스
도 6은 Originator 디바이스(101)와 Receiver 디바이스(102)의 상세 블럭도이다. Originator 디바이스(101)와 Receiver 디바이스(102)는 동일 구성을 포함하여 구현할 수 있으므로, 도 6에는 이들을 참조 부호 "100"으로 대표하여 하나만 도시하였다.
도 6에 도시된 바와 같이, 디바이스(100)는, 통신부(110), 프로세서(120) 및 저장부(130)를 포함한다.
통신부(110)는 상대 디바이스와 통신하기 위한 통신 수단이고, 프로세서(120)는 CRUD 오퍼레이션을 수행함에 있어 필요한 절차를 수행한다. 저장부(130)는 프로세서(120)가 CRUD 오퍼레이션을 수행함에 필요한 저장공간을 제공하고, 리소스를 저장한다.
한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.

Claims (8)

  1. M2M 리소스의 제1 속성에 시맨틱 데이터들을 저장하는 단계; 및
    상기 제1 속성에 저장된 시맨틱 데이터들 중 일부를 갱신하는 단계;를 포함하는 것을 특징으로 하는 시맨틱 정보 관리 방법.
  2. 청구항 1에 있어서,
    상기 갱신 단계는,
    상기 제1 속성에 저장된 시맨틱 데이터들을 검색하기 위한 쿼리가 수록된 제2 속성을 포함하는 요청을 수신하는 단계;를 포함하는 것을 특징으로 하는 시맨틱 정보 관리 방법.
  3. 청구항 2에 있어서,
    상기 갱신 단계는,
    상기 요청에 상기 제1 속성과 상기 제2 속성이 포함되어 있으면, 에러 메시지를 반환하는 단계;를 더 포함하는 것을 특징으로 하는 시맨틱 정보 관리 방법.
  4. 청구항 2에 있어서,
    상기 갱신 단계는,
    상기 쿼리의 구문론적 검증 결과에 이상이 있으면, 에러 메시지를 반환하는 단계;를 더 포함하는 것을 특징으로 하는 시맨틱 정보 관리 방법.
  5. 청구항 2에 있어서,
    상기 갱신 단계는,
    상기 제2 속성에 수록된 갱신 요청에 따라, 상기 제1 속성에 저장된 시맨틱 데이터들 중 일부를 갱신하는 것을 특징으로 하는 시맨틱 정보 관리 방법.
  6. 청구항 1에 있어서,
    상기 제1 속성이 포함된 요청을 수신하면, 상기 시맨틱 데이터들 전부를 갱신하는 단계;를 더 포함하는 것을 특징으로 하는 시맨틱 정보 관리 방법.
  7. 청구항 1에 있어서,
    상기 M2M 리소스는,
    상기 제1 속성에 포함된 시맨틱 데이터들을 웹 상에서 표현하기 위한 데이터가 저장되는 제3 속성을 더 포함하는 것을 특징으로 하는 시맨틱 정보 관리 방법.
  8. 시맨틱 데이터들 저장된 제1 속성을 포함하는 M2M 리소스가 저장되는 저장부; 및
    상기 제1 속성에 저장된 시맨틱 데이터들 중 일부를 갱신하는 프로세서;를 포함하는 것을 특징으로 하는 시맨틱 정보 관리 시스템.
PCT/KR2017/004649 2016-05-05 2017-05-02 M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법 WO2017191977A1 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/099,048 US11205049B2 (en) 2016-05-05 2017-05-02 Method for managing semantic information on M2M/IoT platform

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2016-0055861 2016-05-05
KR1020160055861A KR102169930B1 (ko) 2016-05-05 2016-05-05 M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법

Publications (1)

Publication Number Publication Date
WO2017191977A1 true WO2017191977A1 (ko) 2017-11-09

Family

ID=60203002

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2017/004649 WO2017191977A1 (ko) 2016-05-05 2017-05-02 M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법

Country Status (3)

Country Link
US (1) US11205049B2 (ko)
KR (1) KR102169930B1 (ko)
WO (1) WO2017191977A1 (ko)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10805165B2 (en) 2019-02-28 2020-10-13 Afero, Inc. System and method for managing and configuring attributes of internet of things (IOT) devices
CN110688391A (zh) * 2019-09-17 2020-01-14 中盈优创资讯科技有限公司 海量物联网终端查询系统、云端数据库和边侧控制机

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130203394A1 (en) * 2012-02-03 2013-08-08 Interdigital Patent Holdings, Inc. Method and apparatus to support m2m content and context based services
US20150312332A1 (en) * 2012-04-03 2015-10-29 Telefonaktiebolaget L M Ericsson (Publ) Systems and methods for event notification framework in a machine-to-machine (m2m) context
US20160019294A1 (en) * 2014-07-18 2016-01-21 Convida Wireless, Llc M2M Ontology Management And Semantics Interoperability
KR20160008526A (ko) * 2013-05-16 2016-01-22 엘지전자 주식회사 M2m 통신 시스템에서 구독 및 통지를 위한 방법 및 이를 위한 장치
KR20160009613A (ko) * 2013-05-06 2016-01-26 콘비다 와이어리스, 엘엘씨 M2m 시스템에서의 시멘틱 지원 및 관리

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7567968B2 (en) * 2005-01-31 2009-07-28 Microsoft Corporation Integration of a non-relational query language with a relational data store
US7716234B2 (en) * 2006-05-26 2010-05-11 Business Objects, S.A. Apparatus and method for querying databases via a web service
KR101036865B1 (ko) * 2008-12-15 2011-05-25 한국과학기술정보연구원 인자지정(parameterized)sparql 질의어를 이용한 dbms 기반의 시맨틱웹 질의 시스템
US8949225B2 (en) * 2012-05-22 2015-02-03 Oracle International Corporation Integrating applications with an RDF repository through a SPARQL gateway
EP2941725B1 (en) * 2013-02-18 2020-05-06 Nec Corporation Method and system for semantically querying a database by a machine-to-machine application
KR101560470B1 (ko) * 2014-01-07 2015-10-16 한국과학기술원 스마트 연결 장치 및 스마트 연결 장치를 활용하여 IoT 장치를 제어하기 위한 방법
WO2015179499A1 (en) * 2014-05-20 2015-11-26 Convida Wireless, Llc Scalable data discovery in an internet of things (iot) system
US20160196132A1 (en) * 2014-07-07 2016-07-07 Symphony Teleca Corporation Remote Embedded Device Update Platform Apparatuses, Methods and Systems
WO2016014642A1 (en) * 2014-07-22 2016-01-28 Convida Wireless, Llc Publication and discovery of m2m-iot services
US9952915B2 (en) * 2014-11-06 2018-04-24 Microsoft Technology Licensing, Llc Event processing development environment
CN107113182B (zh) * 2014-12-01 2020-05-01 康维达无线有限责任公司 用于在服务层处支持协商服务的方法、装置和联网的系统
CN106034032B (zh) * 2015-03-10 2020-02-21 华为技术有限公司 一种以太网供电方法和装置
WO2017112813A1 (en) * 2015-12-22 2017-06-29 Sri International Multi-lingual virtual personal assistant
US10599478B1 (en) * 2016-03-29 2020-03-24 Amazon Technologies, Inc. Automated reconfiguration of real time data stream processing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130203394A1 (en) * 2012-02-03 2013-08-08 Interdigital Patent Holdings, Inc. Method and apparatus to support m2m content and context based services
US20150312332A1 (en) * 2012-04-03 2015-10-29 Telefonaktiebolaget L M Ericsson (Publ) Systems and methods for event notification framework in a machine-to-machine (m2m) context
KR20160009613A (ko) * 2013-05-06 2016-01-26 콘비다 와이어리스, 엘엘씨 M2m 시스템에서의 시멘틱 지원 및 관리
KR20160008526A (ko) * 2013-05-16 2016-01-22 엘지전자 주식회사 M2m 통신 시스템에서 구독 및 통지를 위한 방법 및 이를 위한 장치
US20160019294A1 (en) * 2014-07-18 2016-01-21 Convida Wireless, Llc M2M Ontology Management And Semantics Interoperability

Also Published As

Publication number Publication date
US11205049B2 (en) 2021-12-21
KR20170125665A (ko) 2017-11-15
KR102169930B1 (ko) 2020-10-26
US20190197108A1 (en) 2019-06-27

Similar Documents

Publication Publication Date Title
CN109845221B (zh) 用于服务层的访问控制策略同步
US11093556B2 (en) Restful operations for semantic IoT
US8112424B2 (en) Flexible and resilient information collaboration management infrastructure
US7502807B2 (en) Defining and extracting a flat list of search properties from a rich structured type
US10489493B2 (en) Metadata reuse for validation against decentralized schemas
CN109783562B (zh) 一种业务处理方法和装置
CN110266661A (zh) 一种授权方法、装置及设备
US20130094403A1 (en) Method and apparatus for providing sensor network information
CN102761532A (zh) 网络视频的信息处理系统和方法
WO2018004020A1 (ko) 마크업 언어 기반 문서에 대한 동시 편집 정합성 검증 장치 및 방법
WO2017191977A1 (ko) M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법
WO2019168219A1 (ko) M2m 시스템에서의 시맨틱 리소스 검색 방법
WO2013027922A1 (ko) 클라우드 컴퓨팅 시스템의 압축 이미지 파일 관리 장치 및 방법
WO2018182065A1 (ko) M2m 시스템에서 다중 리소스 구독 연관 방법
EP1754145A1 (en) Method and apparatus for supporting multiple versions of a web services protocol
US20080163264A1 (en) Directory Service that Provides Information from a Plurality of Disparate Data Sources
WO2013118926A1 (ko) 모바일 의료정보 제공시스템, 모바일 의료정보 제공방법 및 그 방법을 수행하기 위한 프로그램을 기록한 컴퓨터 판독 가능한 기록매체
AU2003251220B2 (en) Electronic document request/supply method based on XML
WO2023080261A1 (ko) 시맨틱 온톨로지를 활용한 원엠투엠과 엔지에스아이-엘디 표준 플랫폼 간 연동 방법
WO2023063443A1 (ko) 사물인터넷 플랫폼을 이용한 머신러닝 추론 데이터셋 생성 방법
WO2017213472A1 (en) Method for managing attribute information of file and computing device using the same
WO2011074729A1 (ko) 온톨로지 기반 인스턴스 식별 시스템 및 그 방법
WO2020122313A1 (ko) 지오-로케이션 속성을 이용한 지오-쿼리 기반 리소스 검색 방법
WO2019022584A1 (ko) 크로스-리소스 구독 관리 방법
KR101144973B1 (ko) 정책 변환 장치 및 방법

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17792879

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17792879

Country of ref document: EP

Kind code of ref document: A1