WO2014207827A1 - Data analysis device, rdf data expansion method, and data analysis program - Google Patents

Data analysis device, rdf data expansion method, and data analysis program Download PDF

Info

Publication number
WO2014207827A1
WO2014207827A1 PCT/JP2013/067418 JP2013067418W WO2014207827A1 WO 2014207827 A1 WO2014207827 A1 WO 2014207827A1 JP 2013067418 W JP2013067418 W JP 2013067418W WO 2014207827 A1 WO2014207827 A1 WO 2014207827A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
data
sparql
rdf
variable
Prior art date
Application number
PCT/JP2013/067418
Other languages
French (fr)
Japanese (ja)
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 PCT/JP2013/067418 priority Critical patent/WO2014207827A1/en
Priority to JP2015523704A priority patent/JP6001173B2/en
Publication of WO2014207827A1 publication Critical patent/WO2014207827A1/en

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
    • G06F16/367Ontology
    • 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
    • G06F16/245Query processing
    • 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
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • 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
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24534Query rewriting; Transformation
    • 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

Definitions

  • the present invention relates to a search for RDF data by a SPARQL search query, and particularly relates to a search for RDF data derived from a plurality of information sources.
  • RDF expresses things and their relations as a set of three values (hereinafter referred to as triples) of the thing 1 (hereinafter referred to as S), the kind of relation (hereinafter referred to as P), and the thing 2 (hereinafter referred to as O).
  • triples the thing 1
  • P the kind of relation
  • O the thing 2
  • One triple O can be another triple S
  • S can also be another triple O. Therefore, RDF data is represented by a directed graph.
  • a directed graph is a point connected by a line with a direction.
  • points are called nodes and lines are called edges.
  • nodes and edges are given uniform identifiers (URI), which are identifiers of S and O, and can identify arbitrary things.
  • URI uniform identifiers
  • the URI of the node represents the thing corresponding to the node, and the URI of the edge represents the relationship between the connected things.
  • a directed graph based on RDF data can be constructed by creating an edge with P as a label in the direction from the URI of S to the URI of O.
  • Patent Document 1 discloses a technology for comparing resources (S or O) and assigning the same URI to the resources when both resources are determined to be the same.
  • What is required when handling a large amount of RDF data is a process of searching for information required by the user from a large amount of RDF data and presenting a location that matches the search condition.
  • SPARQL Protocol and RDF Query Language
  • W3C World Wide Web Consortium
  • SPARQL describes a partial structure that satisfies a search condition in an RDF graph structure. It is important to speed up a search query described in SPARQL when utilizing RDF data.
  • RDF Primer http://www.w3.org/TR/rdf-primer/”, “W3C” Recommendation, “10” February, “2004”
  • SPARQL Query Language for RDF http://www.w3.org/TR/rdf-sparql-query/, W3C Recommendation, 15 January, 2008
  • RDF data When searching RDF data, there is a case where it is desired to search by combining RDF data obtained from a plurality of information sources. For example, the name, date of birth and address are recorded in the RDF data obtained from the information source 1, and the name, date of birth and occupation are recorded in the RDF data obtained from the information source 2.
  • the RDF data of each information source 1 and 2 the data whose name and date of birth match are regarded as the same person, and both data are integrated to obtain a list of names, addresses and occupations.
  • RDF data of each information source 1 and 2 are increased, the number of places on the RDF graph where it is necessary to consider whether or not the query matches is increased, and the processing time increases.
  • Patent Document 1 provides a means for searching data stored in RDF (multiple information sources) for what seems to be equal, and integrating such data. .
  • RDF multiple information sources
  • the main problem to be solved by the present invention is that a large amount of RDF data obtained from a plurality of information sources is associated with each other by a search query described in SPARQL, and can be searched at high speed. Is to prevent influence.
  • a data analysis apparatus can execute a SPARQL search query for RDF data provided from a plurality of information sources.
  • a data analysis device for searching comprising: a variable that matches a character string, a numerical value, or a date for associating a node included in a first information source with a node included in a second information source from the SPARQL search query;
  • Query analysis means for extracting a set as a set called a comparison target variable set, and a variable matching the node included in the first information source and the node included in the second information source from the SPARQL search query.
  • Corresponding variable calculation means for selecting each and selecting as a variable called a corresponding variable, and a SPARQL search class input to the processor.
  • the comparison target variable set and the corresponding variable are frequently used, and a string, numerical value, or date value to be matched by the comparison target variable set can be determined in advance.
  • a node adding means for generating a URI composed by combining the character strings sandwiched as a new node, connecting the node matching the corresponding variable and the URI of the new node, and extending the RDF data; Search means for searching a SPARQL search query for the RDF data, wherein the search means searches the expanded RDF data in addition to the SPARQL search query for searching the original RDF data.
  • a SPARQL search query is configured to be searchable.
  • a large amount of given RDF data obtained from a plurality of information sources can be searched as RDF data expanded and associated with each other without affecting the original information sources. So you can search quickly.
  • the flowchart which shows the control logic of the query analysis means of 1st embodiment.
  • FIG. 6 is a diagram for explaining an example of expanded RDF data in which nodes are added to the RDF of FIG. 5 by a node addition unit. The figure explaining an example of medical data based on 2nd embodiment of this invention.
  • the present invention is applicable to improving the performance of a system that uses RDF data obtained based on a plurality of information sources in a transverse manner. Embodiments of the present invention will be described below with reference to the drawings.
  • FIG. 1 is a diagram illustrating a configuration example of a data analysis apparatus 100 according to the first embodiment of the present invention.
  • the data analysis apparatus 100 includes a CPU (Central Processing Unit) 101, a main storage device (memory) 102, an auxiliary storage device 103, a removable medium 104, and a user interface unit 106.
  • the data analysis apparatus 1 is connected to an external network via a network 105 such as a LAN (Local Area Network).
  • the main storage device 102 holds various programs executed by the CP and various data necessary for the CPU 101 to execute these programs.
  • the main storage device 102 is a storage device such as a RAM (Random Access Memory) that stores at least a data analysis program and RDF data 111 (1) that is an input to the data analysis program and is a search target.
  • the CPU 101 executes the data analysis program stored in the main storage device 102, the computer is caused to function as the query analysis means 107, the corresponding variable calculation means 108, the node addition means 109, and the search means 114.
  • the query analysis unit 107, the corresponding variable calculation unit 108, and the node addition unit 109 constitute an extended node addition unit 110 as a whole, and convert the original individual RDF data into expanded RDF data by adding the expansion node.
  • the auxiliary storage device 103 is a storage device such as an HDD capable of recording the RDF data 111 (2) and the like.
  • the removable medium 104 is a recording medium such as a CD-ROM or DVD that can record RDF data 111 (3) or the like. Each data recorded in the auxiliary storage device 103 and the removable medium 104 is read into the main storage device 102 when the data analysis device 1 is started up as necessary.
  • Each RDF data 111 includes a plurality of information sources 113.
  • the user interface unit 106 is an input / output device (for example, a keyboard, a mouse, a display) that provides a user interface.
  • the CPU 101 acquires the RDF data 111 (4) and the like as needed from the outside via the main storage device 102, the auxiliary storage device 103, the removable medium 104, or the network 105. Thereafter, a node for speeding up the search, which will be described later, is added to the acquired RDF data 111 or a search by SPARQL is performed.
  • FIG. 2 is a diagram for briefly explaining an example of the RDF data 111 including the two information sources 113a and 113b.
  • the RDF data 111 obtained from the information source 1 (113a) how the nodes having the identifier of ex1: person1 as the URI and the nodes in which (Alice), (19800101), and (London) are recorded respectively Are connected by an edge that indicates whether the relationship exists (name, date of birth, address).
  • a node having the identifier ex2: customer1 as a URI and each node in which the name, telephone number, date of birth, and occupation are recorded are It is tied indirectly or directly.
  • the two information sources 1 and 2 include, for example, the same name (Alice), there is no edge indicating whether or not they are the same person in the RDF data at this stage.
  • the extended node adding unit 110 of the present invention performs a process of adding a new node and edge when there is a specific relationship between nodes existing in different RDF data.
  • FIG. 3 is a diagram showing an overview of processing for performing query analysis and node addition according to the first embodiment of the present invention
  • FIG. 4 is a diagram showing a processing sequence in which the processing means cooperate.
  • FIG. 5 is an example of RDF including a larger amount of data than the example of FIG.
  • the RDF data 111 is stored in advance as a plurality of information sources in the main storage device 102, the auxiliary storage device 103, or the like. Further, the user inputs a SPARQL search query (hereinafter referred to as a SPARQL query) 400 to the CPU 101 via the user interface unit 106, and based on this, the search means 114 searches for the SPARQL query for the RDF data 111 of a plurality of information sources. The search result is held in the main storage device 102 and also output to the user interface unit 106.
  • a SPARQL search query hereinafter referred to as a SPARQL query
  • the query analysis unit 107 analyzes a query described in SPARQL, and obtains a set of variables that match values to be compared in order to obtain corresponding data from a plurality of information sources (hereinafter, information sources 1 and 2). get.
  • information sources 1 and 2 the data to be associated are nodes such as ex1: person1 and ex2: customer1, and the values to be compared are the name and date of birth.
  • the query analysis means 107 receives a SPARQL query 400 as shown in FIG.
  • the SPARQL query 400 is a query for searching a partial structure matching the graph as shown in FIG. 7 from the RDF data.
  • This graph is hereinafter referred to as a query graph.
  • variables such as “? Target_a” that begin with “?” And continue with alphabets and “_ (underscore)” are variables, such as RDF data strings, numerical values, dates, and other nodes. Can be matched.
  • the name and date of birth are obtained from the graph of the information source 1 on the left of FIGS. 2 and 5, and the name and date of birth are also obtained from the graph of the information source 1 on the right of FIG. Get the day.
  • the query analysis means 107 determines whether each variable of the SPARQL query 400 is a variable to be compared in order to obtain corresponding data from a plurality of information sources by the method shown in FIG. Generate a set of determined items.
  • the variable name to be determined is? X.
  • S801 Determine whether? X matches a character string, numeric value, or date constant. If it matches anything other than a constant, it will not be a comparison target variable.
  • S802 It is determined whether or not a node or edge with a URI that exists only in one information source and? X can be connected by a path using only P existing in this information source. If it cannot be connected,? X is not a comparison variable.
  • S803 It is determined whether or not a node or edge with a URI that exists only in the other information source and? X can be connected by a route using only P existing in that information source.
  • ex1 addr, which exists only in the information source 1, can be reached by P existing in the information source 1.
  • ? birthday1 is compared with? birthday2 in the filter, but? birthday2 is reachable to ex2: workFor, which exists only in information source 2, with P existing in information source 2. Therefore,? Birthday1 is also a comparison target variable.
  • each variable included in the query 400 is a comparison target when associating data from different information sources.
  • a set of variables determined as comparison targets is hereinafter referred to as a comparison target variable set.
  • Corresponding variable calculation means 108 selects one corresponding variable that matches the node from each of the two information sources associated with the comparison target variable set.
  • the user may select the user via the user interface unit 106, the calculation may be automatically performed as follows. First, as the corresponding variables, only the triples of each information source can be used to reach the variables of all the comparison target variables by the path (directed path) that sequentially follows the triples in the direction of S ⁇ O. If there is, it is preferable to select it. For example, in the example of FIG. 7,? Target_a and? Target_b are applicable. If there is no such node, a node having the smallest possible number of triples in the reverse direction (the direction of O ⁇ S) is selected.
  • the variable U is set to the comparison target variable set, and the variable i is set to 1.
  • corresponding variables are selected for each information source.
  • i is a variable that varies from 1 to 2 corresponding to each information source.
  • S902 Let Vi be a set of variables in the query graph connected to P existing in the i-th information source. For example, in the example of FIG. 7,? Addr,? Name,? Birthday,? Target_a connected to ex1: name, ex1: date_of_birth, ex1: addr of the information source 1 are Vi elements.
  • the process proceeds so that? V2 is a candidate for the corresponding variable.
  • Set variable D to infinity ( ⁇ ) as the value.
  • V is the jth variable of Vi.
  • j is a variable that varies from 1 to a value that matches the magnitude of Vi.
  • the variable d is initialized with 0.
  • k is a variable that varies from 1 to a value that matches the size of U.
  • S904 Let? U be the kth variable of U.
  • S905 Find the shortest route from? V to? U, passing only P of information source 1. For example, in the example of FIG. 7, the shortest path from? Addr to? Name is? Addr-? Target_a-? Name. This path is hereinafter referred to as p.
  • a known Dijkstra algorithm (Cormen et al., Introduction to algorithms 3rd edition, the MIT press, pages 658-662) can be used.
  • the score of this path p is calculated by e1 + e2 ⁇ r.
  • r is a parameter given by the user.
  • Node addition means 109 The node adding means 109 adds a node for speeding up the search to two information sources and expands the RDF data in order to efficiently process the frequently used comparison target variable set and speed up the search. To do. For example, as a means for determining “frequently used”, when f is a parameter given by the user, the ratio of queries in which the comparison target variable set in all the SPARQL queries input is used is it is possible to consider a method in which it is determined that a thing of f or more is frequently used.
  • node adding means Details of the node adding means will be described with reference to the control logic of FIG. S1001: First, a comparison target variable set for which a search is to be speeded up by adding a node is selected.
  • S1002 Next, a simplified query in which conditions unnecessary for adding a node are deleted from the SPARQL query used when calculating the comparison target variable set. A method of creating a simplified query will be described later with reference to FIG. S1003: A node is added using a simplified query. This method will be described later with reference to FIG.
  • a variable U is a set of variables to be compared selected in S1001
  • V is a set of corresponding variables calculated by the corresponding variable calculation means 108
  • Q is a SPARQL query used to obtain U and V.
  • the variable i is changed from 1 to 2, and processing is performed for both information sources.
  • S1102 Let Vi be a set of variables connected on the query graph to P existing in the i-th information source. Also,? V is the corresponding variable of the i-th information source. Furthermore, the variable S is initialized to an empty set.
  • S1103 Let? U be the kth variable of U.
  • S1104 As in S905, the shortest path p connecting? V and? U is obtained. By using the same method as S905, the same route as S905 is obtained.
  • FIG. 13 shows an example of the simplified query 500.
  • the simplified query 500 is obtained by erasing unnecessary conditions in the SPARQL query 400 in order to associate a comparison target variable set and a corresponding variable whose search speed is to be increased by extending RDF data.
  • a variable U is a set of variables to be compared selected in S1001
  • V is a set of corresponding variables calculated by the corresponding variable calculation means 108.
  • search processing by the simplified query Q ′ is executed, and the obtained search result is set as B.
  • I and J are parameters given by the user.
  • the variable i is set to 1 and the variable s is set to the character string “_”. Note that i is a variable that changes from 1 to a value equal to the size of B.
  • S1202 Let b be the i-th search result included in B. Also, variables j and k are set to 1 and x is set to an empty character string. S1203: If the variable x is not an empty character string, the character string of the variable s is added to the right end of x. S1204: Let? U be the k-th variable of U. In the search result b, the value associated with the variable? U is added to the right end of x. S1205: The variable k is changed from 1 to a value equal to the size of U, and all comparison target variables are processed. S1206: A new node is created, and the URI of this node is set to I / x /.
  • S1207 When n is the URI of the node to which the jth variable of V is assigned in the search result b, a triple “ ⁇ I / x /> ⁇ J> ⁇ n>.” Is added to the RDF data. However, if this triplet already exists in the RDF data, no addition is performed.
  • S1209 Variable i is changed from 1 to a value equal to the size of B, and all search results are processed.
  • FIG. 14 is an example of expanded RDF data in which a new node is added to the RDF of FIG.
  • the variable representing the comparison target variable set and the corresponding node are output together with the simplified query, and the node of the original RDF data is displayed on the user interface unit as to which node of the original RDF data has been added.
  • the user can discriminate.
  • ex1 person1 of information source 1 which is the original data
  • ex2 customer of information source 2 are compared by comparing the names and birthdays of information sources 1 and 2 in FIG.
  • the generated triple set “ ⁇ I / x /> ⁇ J> ⁇ ” is used instead of describing the comparison target variable set in the SPARQL query.
  • n>. that is, the expanded new node 1001 may be designated as a search condition. This speeds up the search process by the processor.
  • the addition of a new node does not require the integration of the RDF data of the original information sources 1 and 2.
  • the RDF data of the original information sources 1 and 2 remains as they are without any influence. Yes.
  • the search of the information source 1 and the information source 2 by the conventional program is not affected at all. Since only new nodes and edges are added, it is possible to perform a search under a condition that does not include a new node using a conventional SPARQL query by a conventional program by the search unit 114.
  • the conventional program itself is not changed, and it is sufficient to add a function for adding a new node to the expanded RDF data of this embodiment or a function for searching for a new node in the preprocessing of the program. .
  • the extension node Alice Since the original RDF data of the original information sources 1 and 2 can be used as they are, in the example of FIG. 14, even though the name and the birthday coincide, the extension node Alice is not the same person. When a case arises, it is possible to search again using the original RDF data of the original information sources 1 and 2 and generate an appropriate extended node with more accurate information.
  • a large amount of RDF data given from a plurality of information sources is searched as RDF data expanded and associated with each other without affecting the original information sources. Because it is a target, it becomes possible to search faster.
  • FIG. 15 An example of the processing target data is shown in FIG.
  • medical accounting data converted to RDF and electronic medical record data converted to RDF are used across.
  • Medical accounting data can be obtained, for example, from receipt information data submitted by the medical institution to the Ministry of Health, Labor and Welfare (refer to the 2013 “Survey on Impact Assessment of DPC Introduction”).
  • the information source 1 (113a) on the left side of FIG. 15 is an example of the RDF graph 111 derived from medical accounting data, where account: ID is the patient ID, account: admission_date is the date of hospitalization, and account: point is used to calculate medical fees. Represents the number of points used.
  • echart: ID is the patient ID
  • echart: date_admission is the hospitalization date
  • diagnosis represents the diagnosis.
  • a process of obtaining the medical accounting data (113a) score for a case diagnosed as myocardial infarction in the electronic medical record data (113b) will be considered.
  • it is not sufficient to simply collate the medical accounting data with the patient ID of the electronic medical record because there may be a patient who has been discharged and discharged multiple times. It is also necessary to collate the hospitalization date at the same time.
  • FIG. 17 is a diagram illustrating an example of a state in which an additional node is added to medical data according to the second embodiment of this invention.
  • a node 1201 in which the patient ID and the hospitalization date are collected is generated, and is added to the RDF graph to be expanded RDF data.
  • the processing for searching both (113a, 113b) can be accelerated.
  • a patient collated with the expanded new node: 135791_20240608 is a case where the patient ID (135791) and one of multiple hospitalization dates (20240608) match the medical accounting data and the electronic medical record.
  • the electronic medical record can easily obtain the medical accounting data score of a case diagnosed as myocardial infarction.
  • Extended RDF data may be formed with more other medical data.
  • a large amount of RDF data given from a plurality of medical data information sources is searched as RDF data expanded and associated with each other without affecting each information source. Since it can be made a target, the user can search medical data quickly according to the application.
  • the present invention provides a means for automatically rewriting SPARQL of a search query to increase the speed.
  • a program for causing a computer to function as SPARQL automatic rewriting means is stored in the main storage device 102 of the data analysis apparatus 100 described with reference to FIG. 1 regarding the first embodiment.
  • the SPARQL query input by the user using the search unit 114 is automatically rewritten to a condition for a node in which a condition that matches the simplified query is newly added.
  • Other configurations are the same as those of the first embodiment.
  • FIG. 7 is an example of a query graph generated from the SPARQL query 400 of FIG.
  • S1806 If? X is described immediately after select,? X is not processed any more and proceeds to the next variable. This is because the variable described immediately after select is a variable necessary for the output of the SPARQL query q and cannot be replaced.
  • S1807 In g, add all variables directly connected to? X by an edge to S. Furthermore, the triple including? X is deleted from q.
  • S1808 If the filter condition variable of q does not appear in the rewritten q triple, the filter condition is deleted.
  • the automatic rewriting of SPARQL using the expanded RDF data as a search target is automatically processed in response to the user inputting a SPARQL query to the CPU 101 by the search unit 110 in FIG. 4, and based on the result.
  • a search for the RDF data 111 in the main storage device 102 is executed. Therefore, the user can search the extended RDF data at high speed by using the original SPARQL query as it is, that is, without rewriting the extended RDF data into a SPARQL query that is a search target.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

During a SPARQL search query, a SPARQL search query variable associated with a frequently compared value is extracted in order to associate data from multiple information sources. A new node created by linking the value associated with this variable is added to the RDF data. By including the newly added data as a search target during the search, the need to acquire individual values is eliminated, and the search process is accelerated.

Description

データ分析装置、RDFデータの拡張方法、およびデータ分析プログラムData analysis apparatus, RDF data expansion method, and data analysis program
 本発明は、SPARQL検索クエリによるRDFデータの検索に係り、特に、複数の情報源に由来するRDFデータの検索に関する。 The present invention relates to a search for RDF data by a SPARQL search query, and particularly relates to a search for RDF data derived from a plurality of information sources.
 今日、社会のあらゆる分野で様々な電子データが生み出されている。そうした膨大なデータから有用な知識を発見することは、計算機を用いたデータ分析技術の重要な課題である。データの種類は多種多様であるが、データ自体は通常、数値や文字列の羅列であり、それらに意味を与えることによって初めて活用可能となる。データを、意味や他のデータと関係とともに表現するために考案された枠組みとして、World Wide Web Consortium (W3C)により策定され勧告された、resource description framework (RDF)のデータがある(非特許文献1)。RDFは、事物とそれらの関係を事物1(以下、S)、関係の種類(以下、P)、事物2(以下、O)の3つの値の組(以下、3つ組み)で表現する。ある3つ組のOは別の3つ組のSとなることができ、Sも別の3つ組のOとなることができる。したがって、RDFデータは、有向グラフで表現される。有向グラフとは、点を、向きがある線で結んだものである。有向グラフにおいて、点はノード、線はエッジと呼ばれる。RDFの有向グラフでは、ノードおよびエッジにSやOの識別子であるuniform resource identifier(URI)と呼ばれ、任意の事物を区別することができる識別子が付与されている。ノードのURIはそのノードに対応する事物を、エッジのURIは結ばれている事物がどのような関係にあるかを表す。SのURIからOのURIの向きに、Pがラベルとして付与されたエッジを作成することで、RDFデータに基づく有向グラフが構築できる。 Today, a variety of electronic data is being created in every field of society. Finding useful knowledge from such a vast amount of data is an important issue in data analysis technology using computers. There are many kinds of data, but the data itself is usually an enumeration of numerical values and character strings, and can only be used by giving meaning to them. As a framework devised to express data together with meaning and other data, there is resource description framework (RDF) data formulated and recommended by World Wide Web Consortium (W3C) (Non-Patent Document 1) ). RDF expresses things and their relations as a set of three values (hereinafter referred to as triples) of the thing 1 (hereinafter referred to as S), the kind of relation (hereinafter referred to as P), and the thing 2 (hereinafter referred to as O). One triple O can be another triple S, and S can also be another triple O. Therefore, RDF data is represented by a directed graph. A directed graph is a point connected by a line with a direction. In a directed graph, points are called nodes and lines are called edges. In the directed graph of RDF, nodes and edges are given uniform identifiers (URI), which are identifiers of S and O, and can identify arbitrary things. The URI of the node represents the thing corresponding to the node, and the URI of the edge represents the relationship between the connected things. A directed graph based on RDF data can be constructed by creating an edge with P as a label in the direction from the URI of S to the URI of O.
 特許文献1には、リソース(SまたはO)を比較し、双方のリソースが同一であると判断した場合には同一のURIを当該リソースに付与する技術が開示されている。 Patent Document 1 discloses a technology for comparing resources (S or O) and assigning the same URI to the resources when both resources are determined to be the same.
 大量のRDFデータを扱うときに必要となるのが、ユーザが必要とする情報を、大量のRDFデータの中から検索し、検索条件に合致した箇所を提示する処理である。 What is required when handling a large amount of RDF data is a process of searching for information required by the user from a large amount of RDF data and presenting a location that matches the search condition.
 RDFデータを検索するための検索クエリの仕様として、SPARQL Protocol and RDF Query Language (SPARQL)と呼ばれる規格がWorld Wide Web Consortium (W3C)により策定され勧告されている(非特許文献2)。SPARQLは、RDFのグラフ構造において、検索条件を満たす部分構造を記述するものである。SPARQLで記述された検索クエリを高速化することは、RDFデータを活用する際に重要である。 As a search query specification for searching RDF data, a standard called SPARQL Protocol and RDF Query Language (SPARQL) has been formulated and recommended by the World Wide Web Consortium (W3C) (Non-patent Document 2). SPARQL describes a partial structure that satisfies a search condition in an RDF graph structure. It is important to speed up a search query described in SPARQL when utilizing RDF data.
特開2006-302085号公報JP 2006-302085 A
 RDFデータを検索する際、複数の情報源から得られたRDFデータを組み合わせて検索したい場合がある。たとえば、情報源1から得られたRDFデータには、名前、生年月日と住所が記録されており、情報源2から得られたRDFデータには、名前、生年月日、職業が記録されているとする。そこで、それぞれの情報源1、2のRDFデータを参照し、名前と生年月日が一致するデータを同一人物とみなし、両者のデータを統合して名前、住所、職業のリストを得るような処理が、複数の情報源から得られたRDFデータを組み合わせて検索する処理に相当する。このような処理は、情報源1、情報源2が大きくなると、RDFグラフ上でクエリに合致するかの検討が必要になる箇所が増え、処理時間が増大する。 When searching RDF data, there is a case where it is desired to search by combining RDF data obtained from a plurality of information sources. For example, the name, date of birth and address are recorded in the RDF data obtained from the information source 1, and the name, date of birth and occupation are recorded in the RDF data obtained from the information source 2. Suppose that Therefore, referring to the RDF data of each information source 1 and 2, the data whose name and date of birth match are regarded as the same person, and both data are integrated to obtain a list of names, addresses and occupations. Corresponds to a process of searching by combining RDF data obtained from a plurality of information sources. In such a process, when the information source 1 and the information source 2 are increased, the number of places on the RDF graph where it is necessary to consider whether or not the query matches is increased, and the processing time increases.
 特許文献1に記載の方法は、RDF(複数の情報源)に格納されているデータの中に、等しいと思われるものがないかを探し、そのようなものがあれば統合する手段を提供する。しかし、同一性の判定にはしばしばエラーが入る恐れがあり、RDFデータの再構築過程で元の情報源に影響を及ぼし、本来は異なるデータを統合してしまったり、統合すべきものを見落したりする恐れがある。 The method described in Patent Document 1 provides a means for searching data stored in RDF (multiple information sources) for what seems to be equal, and integrating such data. . However, there is often a risk of errors in determining identity, affecting the original information source in the process of reconstructing RDF data, and integrating different data or overlooking what should be integrated. There is a fear.
 本発明の主たる解決課題は、複数の情報源から得られた大量のRDFデータを、SPARQLで記述された検索クエリにより相互に対応づけて、高速に検索可能とし、かつ、元の各情報源には影響を及ぼさないようにすることにある。 The main problem to be solved by the present invention is that a large amount of RDF data obtained from a plurality of information sources is associated with each other by a search query described in SPARQL, and can be searched at high speed. Is to prevent influence.
 本発明は、上記課題を解決する複数の手段を複数含んでいるが、代表的なものの一例を挙げると、データ分析装置を、複数の情報源から与えられたRDFデータを対象としてSPARQL検索クエリを検索するデータ分析装置であって、前記SPARQL検索クエリから、第一の情報源に含まれるノードと第二の情報源に含まれるノードを対応させるための文字列または数値または日付にマッチする変数の集合を、比較対象変数集合と呼ばれる集合として抽出するクエリ分析手段と、前記SPARQL検索クエリから、前記第一の情報源に含まれるノードと前記第二の情報源に含まれるノードにマッチする変数をそれぞれ選び、対応変数と呼ばれる変数として選択する対応変数計算手段と、前記プロセッサに投入されるSPARQL検索クエリを分析し、前記比較対象変数集合および前記対応変数のうち頻繁に使用されるものを計算し、そのような比較対象変数集合がマッチすべき文字列や数値や日付の値を、予め決められた文字列を挟んで結合して構成したURIを新たなノードとして生成し、前記対応変数がマッチするノードと前記新たなノードのURIとを接続して前記RDFデータを拡張するノード追加手段と、前記RDFデータを対象としてSPARQL検索クエリを検索する検索手段とを備え、前記検索手段は、元の前記RDFデータを検索する前記SPARQL検索クエリに加えて、前記拡張されたRDFデータを検索対象とするSPARQL検索クエリを検索可能に構成する。 The present invention includes a plurality of means for solving the above-described problems. To give a typical example, a data analysis apparatus can execute a SPARQL search query for RDF data provided from a plurality of information sources. A data analysis device for searching, comprising: a variable that matches a character string, a numerical value, or a date for associating a node included in a first information source with a node included in a second information source from the SPARQL search query; Query analysis means for extracting a set as a set called a comparison target variable set, and a variable matching the node included in the first information source and the node included in the second information source from the SPARQL search query. Corresponding variable calculation means for selecting each and selecting as a variable called a corresponding variable, and a SPARQL search class input to the processor. The comparison target variable set and the corresponding variable are frequently used, and a string, numerical value, or date value to be matched by the comparison target variable set can be determined in advance. A node adding means for generating a URI composed by combining the character strings sandwiched as a new node, connecting the node matching the corresponding variable and the URI of the new node, and extending the RDF data; Search means for searching a SPARQL search query for the RDF data, wherein the search means searches the expanded RDF data in addition to the SPARQL search query for searching the original RDF data. A SPARQL search query is configured to be searchable.
 本発明によれば、複数の情報源から得られた与えられた大量のRDFデータを、元の各情報源には影響を及ぼさずに、相互に対応付け拡張されたRDFデータとして検索対象にできるので、すばやく検索可能となる。 According to the present invention, a large amount of given RDF data obtained from a plurality of information sources can be searched as RDF data expanded and associated with each other without affecting the original information sources. So you can search quickly.
 上記した以外の課題、構成及び効果は、以下の実施形態の説明により明らかにされる。 Issues, configurations, and effects other than those described above will be clarified by the following description of the embodiments.
本発明の第一の実施形態に係るデータ分析装置の構成例を示す図。The figure which shows the structural example of the data analyzer which concerns on 1st embodiment of this invention. 複数の情報源からなるRDFデータの一例を説明する図。The figure explaining an example of RDF data which consists of a plurality of information sources. 第一の実施形態のデータ分析装置による処理の概要を示す図。The figure which shows the outline | summary of the process by the data analyzer of 1st embodiment. 第一の実施形態のデータ分析装置における、処理に係るデータの流れを示す図。The figure which shows the data flow concerning a process in the data analyzer of 1st embodiment. 複数の情報源からなり、図2の例よりも大量のデータを含むRDFの一例を説明する図。The figure explaining an example of RDF which consists of a plurality of information sources and contains a larger amount of data than the example of FIG. SPARQL検索クエリの一例を説明する図。The figure explaining an example of a SPARQL search query. 図6のSPARQL検索クエリで検索対象となる、部分グラフ構造を説明する図。The figure explaining the subgraph structure used as a search object by the SPARQL search query of FIG. 第一の実施形態の、クエリ分析手段の制御ロジックを示すフローチャート。The flowchart which shows the control logic of the query analysis means of 1st embodiment. 第一の実施形態の、対応変数計算手段の制御ロジックを示すフローチャート。The flowchart which shows the control logic of the corresponding variable calculation means of 1st embodiment. 第一の実施形態の、ノード追加手段の制御ロジックの概要を示すフローチャート。The flowchart which shows the outline | summary of the control logic of a node addition means of 1st embodiment. 第一の実施形態のノード追加手段の、簡略化クエリ構築処理の制御ロジックを示すフローチャート。The flowchart which shows the control logic of the simplification query construction process of the node addition means of 1st embodiment. 第一の実施形態のノード追加手段の、簡略化クエリを用いてノードを追加する処理の制御ロジックを示すフローチャート。The flowchart which shows the control logic of the process which adds a node using the simplification query of the node addition means of 1st embodiment. 第一の実施形態の、簡略化クエリの一例を説明する図。The figure explaining an example of the simplification query of 1st embodiment. 図5のRDFにノード追加手段によりノードが追加された、拡張されたRDFデータの一例を説明する図。FIG. 6 is a diagram for explaining an example of expanded RDF data in which nodes are added to the RDF of FIG. 5 by a node addition unit. 本発明の第二の実施形態に係る、医療データの一例を説明する図。The figure explaining an example of medical data based on 2nd embodiment of this invention. 医療データを対象とするSPARQLクエリの一例を説明する図。The figure explaining an example of the SPARQL query which makes medical data object. 第二の実施形態の、医療データに追加ノードを加えた状態の一例を説明する図。The figure explaining an example of the state which added the additional node to the medical data of 2nd embodiment. 本発明の第三の実施形態に係る、入力されたSPARQLクエリを自動的に高速化する手段の制御ロジックを示すフローチャート。The flowchart which shows the control logic of the means which automatically speeds up the inputted SPARQL query based on 3rd embodiment of this invention.
 本発明は、複数の情報源に基づき得られたRDFデータを横断的に活用するシステムの性能向上に適用可能である。  
 以下、本発明の実施の形態について図面を参照しつつ説明する。
The present invention is applicable to improving the performance of a system that uses RDF data obtained based on a plurality of information sources in a transverse manner.
Embodiments of the present invention will be described below with reference to the drawings.
 以下、本発明の第一の実施例について、図面を参照しつつ説明する。  
 図1は、本発明の第一の実施形態のデータ分析装置100の構成例を示す図である。データ分析装置100は、CPU(Central Processing Unit)101、主記憶装置(メモリ)102、補助記憶装置103、リムーバブルメディア104、ユーザインタフェース部106を備える。このデータ分析装置1は、LAN(Local Area Network)等のネットワーク105を介して外部のネットワークに接続されている。主記憶装置102には、CPによって実行される各種のプログラム及びこれらのプログラムをCPU101で実行するのに必要な各種のデータが保持されている。主記憶装置102は、少なくとも、データ分析プログラム及び、上記データ分析プログラムに対する入力であり検索対象でもあるRDFデータ111(1)等を記憶するRAM(Random Access Memory)等の記憶装置である。主記憶装置102に格納された上記データ分析プログラムをCPU101が実行することにより、コンピュータを、クエリ分析手段107、対応変数計算手段108、ノード追加手段109、及び、検索手段114として機能させる。クエリ分析手段107、対応変数計算手段108、ノード追加手段109は、全体として拡張ノード追加手段110を構成し、拡張ノードの追加により、元の個々のRDFデータを拡張されたRDFデータに変換する。
Hereinafter, a first embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram illustrating a configuration example of a data analysis apparatus 100 according to the first embodiment of the present invention. The data analysis apparatus 100 includes a CPU (Central Processing Unit) 101, a main storage device (memory) 102, an auxiliary storage device 103, a removable medium 104, and a user interface unit 106. The data analysis apparatus 1 is connected to an external network via a network 105 such as a LAN (Local Area Network). The main storage device 102 holds various programs executed by the CP and various data necessary for the CPU 101 to execute these programs. The main storage device 102 is a storage device such as a RAM (Random Access Memory) that stores at least a data analysis program and RDF data 111 (1) that is an input to the data analysis program and is a search target. When the CPU 101 executes the data analysis program stored in the main storage device 102, the computer is caused to function as the query analysis means 107, the corresponding variable calculation means 108, the node addition means 109, and the search means 114. The query analysis unit 107, the corresponding variable calculation unit 108, and the node addition unit 109 constitute an extended node addition unit 110 as a whole, and convert the original individual RDF data into expanded RDF data by adding the expansion node.
 補助記憶装置103は、RDFデータ111(2)等を記録可能なHDD等の記憶装置である。リムーバブルメディア104は、RDFデータ111(3)等を記録可能なCD-ROM、DVD等の記録媒体である。補助記憶装置103およびリムーバブルメディア104に記録された各データは、必要に応じてデータ分析装置1の起動時に主記憶装置102に読み出される。各RDFデータ111には、複数の情報源113が含まれている。 The auxiliary storage device 103 is a storage device such as an HDD capable of recording the RDF data 111 (2) and the like. The removable medium 104 is a recording medium such as a CD-ROM or DVD that can record RDF data 111 (3) or the like. Each data recorded in the auxiliary storage device 103 and the removable medium 104 is read into the main storage device 102 when the data analysis device 1 is started up as necessary. Each RDF data 111 includes a plurality of information sources 113.
 ユーザインタフェース部106は、ユーザインタフェースを提供する入出力装置(例えば、キーボード、マウス、ディスプレイ)である。 The user interface unit 106 is an input / output device (for example, a keyboard, a mouse, a display) that provides a user interface.
 以上に示す装置構成において、CPU101は、主記憶装置102、補助記憶装置103、リムーバブルメディア104、又は、ネットワーク105を介した外部から、必要に応じてRDFデータ111(4)等を取得する。その後、取得したRDFデータ111に対し、後述の検索高速化用ノードの追加や、SPARQLによる検索を行なう。 In the apparatus configuration described above, the CPU 101 acquires the RDF data 111 (4) and the like as needed from the outside via the main storage device 102, the auxiliary storage device 103, the removable medium 104, or the network 105. Thereafter, a node for speeding up the search, which will be described later, is added to the acquired RDF data 111 or a search by SPARQL is performed.
 図2は、2つの情報源113a,113bからなるRDFデータ111の例を簡単に説明する図である。情報源1(113a)から得られたRDFデータ111では、URIとしてex1:person1の識別子を有するノードと、(Alice)、(19800101)、(London)の記録された各ノードとが、各々どのような関係に有るか(名前,生年月日,住所)を表すエッジで結ばれている。同様に、情報源2(113b)から得られたRDFデータ111では、URIとしてex2:customer1の識別子を有するノードと、名前、電話番号、生年月日、職業の記録された各ノードとが、エッジで、間接あるいは直接に結ばれている。但し、2つの情報源1、2に、例えば同じ名前(Alice)が含まれているとしても、この段階のRDFデータには、それが同一人物か否かを示すエッジは存在しない。 FIG. 2 is a diagram for briefly explaining an example of the RDF data 111 including the two information sources 113a and 113b. In the RDF data 111 obtained from the information source 1 (113a), how the nodes having the identifier of ex1: person1 as the URI and the nodes in which (Alice), (19800101), and (London) are recorded respectively Are connected by an edge that indicates whether the relationship exists (name, date of birth, address). Similarly, in the RDF data 111 obtained from the information source 2 (113b), a node having the identifier ex2: customer1 as a URI and each node in which the name, telephone number, date of birth, and occupation are recorded are It is tied indirectly or directly. However, even if the two information sources 1 and 2 include, for example, the same name (Alice), there is no edge indicating whether or not they are the same person in the RDF data at this stage.
 本発明の拡張ノード追加手段110は、異なるRDFデータに存在するノード間に特定の関係がある場合には、新たなノードおよびエッジを追加する処理を行なう。 The extended node adding unit 110 of the present invention performs a process of adding a new node and edge when there is a specific relationship between nodes existing in different RDF data.
 図3は、本発明の第1の実施形態のクエリ分析およびノード追加を行なう処理の概要を示す図であり、図4は各処理手段が協調動作する処理シーケンスを示す図である。図5は、図2の例よりも大量のデータを含むRDFの一例である。 FIG. 3 is a diagram showing an overview of processing for performing query analysis and node addition according to the first embodiment of the present invention, and FIG. 4 is a diagram showing a processing sequence in which the processing means cooperate. FIG. 5 is an example of RDF including a larger amount of data than the example of FIG.
 まず、図3における、個々の処理の概略を述べる。  
(1)RDFデータの入力及び検索手段114による検索
 RDFデータ111は、予め、主記憶装置102や補助記憶装置103等に複数の情報源として保存されている。さらに、ユーザにより、ユーザインタフェース部106を介してCPU101にSPARQL検索クエリ(以下、SPARQLクエリ)400が入力され、これに基づいて、検索手段114による複数の情報源のRDFデータ111に対するSPARQLクエリの検索が実行され、その検索結果は主記憶装置102に保持されると共に、ユーザインタフェース部106にも出力される。
(2)クエリ分析手段107
 クエリ分析手段107は、SPARQLで記述されたクエリを分析し、複数の情報源(以下、情報源1と2)から対応するデータを得るために、比較対象となる値にマッチする変数の集合を取得する。例えば図2や図5のRDFの例では、対応させたいデータはex1:person1やex2:customer1といったノードであり、比較対象となる値は名前と生年月日である。
First, the outline of each process in FIG. 3 will be described.
(1) Input of RDF data and search by search means 114 The RDF data 111 is stored in advance as a plurality of information sources in the main storage device 102, the auxiliary storage device 103, or the like. Further, the user inputs a SPARQL search query (hereinafter referred to as a SPARQL query) 400 to the CPU 101 via the user interface unit 106, and based on this, the search means 114 searches for the SPARQL query for the RDF data 111 of a plurality of information sources. The search result is held in the main storage device 102 and also output to the user interface unit 106.
(2) Query analysis means 107
The query analysis unit 107 analyzes a query described in SPARQL, and obtains a set of variables that match values to be compared in order to obtain corresponding data from a plurality of information sources (hereinafter, information sources 1 and 2). get. For example, in the RDF examples of FIGS. 2 and 5, the data to be associated are nodes such as ex1: person1 and ex2: customer1, and the values to be compared are the name and date of birth.
 クエリ分析手段107は、図6に示すようなSPARQLクエリ400を入力とする。このSPARQLクエリ400は、図7に示すようなグラフに一致する部分構造を、RDFデータから検索するクエリである。このグラフを、以下ではクエリグラフと呼ぶ。図6、図7において、「?target_a」のような「?」で始まりアルファベットや「_ (アンダースコア)」が続くものが変数であり、RDFデータの文字列や数値や日付、その他のノードにマッチさせることができる。図6のSPARQLクエリ400では、図2や図5の左の情報源1のグラフから名前と生年月日を取得し、図2や図5の右の情報源1のグラフからも名前と生年月日を取得する。 The query analysis means 107 receives a SPARQL query 400 as shown in FIG. The SPARQL query 400 is a query for searching a partial structure matching the graph as shown in FIG. 7 from the RDF data. This graph is hereinafter referred to as a query graph. In FIG. 6 and FIG. 7, variables such as “? Target_a” that begin with “?” And continue with alphabets and “_ (underscore)” are variables, such as RDF data strings, numerical values, dates, and other nodes. Can be matched. In the SPARQL query 400 of FIG. 6, the name and date of birth are obtained from the graph of the information source 1 on the left of FIGS. 2 and 5, and the name and date of birth are also obtained from the graph of the information source 1 on the right of FIG. Get the day.
 クエリ分析手段107は、SPARQLクエリ400の個々の変数について、図8に示す方法で、複数の情報源から対応するデータを得るために比較される変数か否かを判定し、そのような変数と判定されたものの集合を生成する。 The query analysis means 107 determines whether each variable of the SPARQL query 400 is a variable to be compared in order to obtain corresponding data from a plurality of information sources by the method shown in FIG. Generate a set of determined items.
 図8の制御ロジックを参照しつつ、判定手順を述べる。以下の説明では、判定対象となる変数名を?xとする。  
S801: ?xが文字列や数値や日付の定数にマッチするかを判定する。定数以外にマッチする場合は、比較対象変数としない。  
S802: 一方の情報源のみに存在するURIが付与されたノードまたはエッジと?xを、この情報源に存在するPだけを用いた経路で結ぶことができるかを判定する。結ぶことができなければ、?xは比較対象変数としない。  
S803: もう一方の情報源のみに存在するURIが付与されたノードまたはエッジと?xを、その情報源に存在するPだけを用いた経路で結ぶことができるかを判定する。結ぶことができれば、?xを比較対象変数とする。  
S804: ?yを?x以外の変数とするとき、?xが「filter(?x = ?y)」あるいは「filter(?y = ?x)」の形式でfilter条件に出現していなければ、比較対象変数としない。
S805: 上記の?yが、もう一方の情報源のみに存在するURIが付与されたノードまたはエッジと、前記情報源に存在するPだけを用いた経路で結ぶことができるかを判定する。結ぶことができれば、比較対象変数とし、結ぶことができなければ比較対象変数としない。 
 図7の部分グラフ構造の例を用いて、具体的に説明する。?nameが比較対象変数とすべきかを判定する場合について説明する。?nameは、文字列にマッチする。情報源1にしかないP (例えばex1:addr)に、情報源1に存在するP (?ex1:name, ex1:addrまたはex1:date_of_birth)で到達可能である。かつ、情報源2にしかないP (例えば、ex2:precord)に、情報源2に存在するP (?ex2:name, ex2:birthday, ex2:precordまたはex2:workFor)で到達可能である。したがって、?nameは比較対象変数となる。一方、?birthday1を比較対象変数とすべきか判定する場合についても説明する。?birthdayは、日付にマッチする。さらに、情報源1にしかないex1:addrに、情報源1に存在するPで到達可能である。?birthday1はfilterで?birthday2と比較されているが、?birthday2は情報源2にしかないex2:workForに、情報源2に存在するPで到達可能である。従って、?birthday1も、比較対象変数となる。
The determination procedure will be described with reference to the control logic of FIG. In the following description, the variable name to be determined is? X.
S801: Determine whether? X matches a character string, numeric value, or date constant. If it matches anything other than a constant, it will not be a comparison target variable.
S802: It is determined whether or not a node or edge with a URI that exists only in one information source and? X can be connected by a path using only P existing in this information source. If it cannot be connected,? X is not a comparison variable.
S803: It is determined whether or not a node or edge with a URI that exists only in the other information source and? X can be connected by a route using only P existing in that information source. If it can be connected,? X is used as a comparison target variable.
S804: When? Y is a variable other than? X, if? X does not appear in the filter condition in the form of "filter (? X =? Y)" or "filter (? Y =? X)", Not to be a comparison target variable.
S805: It is determined whether the above? Y can be connected to a node or edge to which a URI that exists only in the other information source is given by a route using only P that exists in the information source. If it can be connected, it is set as a comparison target variable, and if it cannot be connected, it is not set as a comparison target variable.
This will be specifically described with reference to the example of the subgraph structure of FIG. A case where it is determined whether? name should be a comparison target variable will be described. ? name matches a string. P (ex1: addr) that exists only in the information source 1 can be reached by P (? Ex1: name, ex1: addr or ex1: date_of_birth) existing in the information source 1. In addition, P (for example, ex2: precord) that exists only in the information source 2 can be reached by P (? Ex2: name, ex2: birthday, ex2: precord or ex2: workFor) existing in the information source 2. Therefore,? Name is a variable to be compared. On the other hand, the case where it is determined whether? Birthday1 should be a comparison target variable will also be described. ? birthday matches the date. Furthermore, ex1: addr, which exists only in the information source 1, can be reached by P existing in the information source 1. ? birthday1 is compared with? birthday2 in the filter, but? birthday2 is reachable to ex2: workFor, which exists only in information source 2, with P existing in information source 2. Therefore,? Birthday1 is also a comparison target variable.
 このようにして、クエリ400に含まれる各変数が異なる情報源のデータを対応付ける際、比較対象であるか否かを判定する。比較対象と判定された変数の集合を、以下では比較対象変数集合と呼ぶ。
(3)対応変数計算手段108
 対応変数計算手段108は、比較対象変数集合が対応付けている、2つの情報源のそれぞれから、ノードにマッチする対応変数を1つずつ選ぶ。ユーザインタフェース部106を介してユーザに選択させてもよいが、以下のように自動的に計算してもよい。まず、対応変数としては、各情報源の3つ組だけを用いてS→Oの方向に3つ組みを順次辿る経路(有向パス)によってすべての比較対象変数集合の変数に到達可能なものがあれば、それを選択することが好ましい。例えば、図7の例では、?target_a, ?target_bが該当する。そのようなノードがなければ、逆向き(O→Sの向き)の3つ組みの数がなるべく少ないノードを選択する。
In this way, it is determined whether or not each variable included in the query 400 is a comparison target when associating data from different information sources. A set of variables determined as comparison targets is hereinafter referred to as a comparison target variable set.
(3) Corresponding variable calculation means 108
Corresponding variable calculation means 108 selects one corresponding variable that matches the node from each of the two information sources associated with the comparison target variable set. Although the user may select the user via the user interface unit 106, the calculation may be automatically performed as follows. First, as the corresponding variables, only the triples of each information source can be used to reach the variables of all the comparison target variables by the path (directed path) that sequentially follows the triples in the direction of S → O. If there is, it is preferable to select it. For example, in the example of FIG. 7,? Target_a and? Target_b are applicable. If there is no such node, a node having the smallest possible number of triples in the reverse direction (the direction of O → S) is selected.
 この処理について、図9の制御ロジックを用いて詳細を説明する。  
S901: 変数Uを比較対象変数集合に、変数iを1にセットする。以下、各情報源について、対応変数を選択していく。iは、各情報源に対応し1から2まで変化する変数である。  
S902: Viを、i番目の情報源に存在するPに接続された、クエリグラフ中の変数の集合とする。例えば図7の例では、情報源1のex1:name, ex1:date_of_birth, ex1:addrに接続されている?addr, ? name, ?birthday, ?target_aがViの要素となる。以下、?v2が対応変数の候補となるように処理を進める。変数Dに、値として無限大(∞)をセットする。
S903: ?vをViのj番目の変数とする。jは、1からViの大きさに一致する値まで変化する変数である。また、変数dを0で初期化する。さらに、kを1にセットする。kは、1からUの大きさに一致する値まで変化する変数である。
S904: ?uをUのk番目の変数とする。  
S905: ?vから?uへ至る、情報源1のPだけを通る最短経路を求める。例えば、図7の例では?addrから? nameへの最短経路は?addr-?target_a-?nameである。この経路を、以下ではpとする。最短経路の同定には、例えば公知のDijkstraのアルゴリズム(Cormen他著、Introduction to algorithms 3rd edition, the MIT press, 658-662ページ)が使用できる。
S906: pにおいて、有向パス?v→?uに沿った向きのエッジの数をe1, 反対向きのエッジの数をe2とする。上記のpの例では、有向パス?v→?uに沿った向きのエッジはex1:nameのみなのでe=1、反対向きのエッジはex1:addrのみなので、e2=1である。この経路pのスコアをe1+e2×rにより計算する。ただし、rはユーザが与えるパラメータである。rを∞とすれば逆向きのエッジを禁止することができる。逆向きのエッジを許容するならrを有限の値とする。このスコアを、これまでに計算した経路の最大スコアdと比較し、大きい方を新たにdの値とする。
S907: kを変化させ、すべての比較対象変数を処理する。
S908: D>dならば、D←d, ?v2←?vとする。  
S909: jを変化させ、すべてのViの変数を処理する。  
S910: Viの変数すべてを処理すると、Dが∞でなければ、?v2には比較対象変数への経路の最大値が最も小さい変数が格納されている。この変数を、情報源iの対応変数として出力する。Dが∞ならば、比較対象変数に到達可能な変数が無いことを意味するので、情報源iの対応変数は出力しない。  
S911: iを変化させ、両方の情報源を処理する。
(4)ノード追加手段109
 ノード追加手段109は、頻繁に使用される比較対象変数集合を、効率よく処理し検索を高速化するために、2つの情報源に対して検索高速化用のノードを追加し、RDFデータを拡張する。「頻繁に使用される」と判定する手段として、一例を挙げると、fをユーザが与えるパラメータとするとき、投入される全てのSPARQLクエリに占める当該比較対象変数集合が使用されるクエリの割合がf以上のものを頻繁に使用されると判定する、といった手段が考えられる。
This process will be described in detail using the control logic of FIG.
S901: The variable U is set to the comparison target variable set, and the variable i is set to 1. In the following, corresponding variables are selected for each information source. i is a variable that varies from 1 to 2 corresponding to each information source.
S902: Let Vi be a set of variables in the query graph connected to P existing in the i-th information source. For example, in the example of FIG. 7,? Addr,? Name,? Birthday,? Target_a connected to ex1: name, ex1: date_of_birth, ex1: addr of the information source 1 are Vi elements. Hereinafter, the process proceeds so that? V2 is a candidate for the corresponding variable. Set variable D to infinity (∞) as the value.
S903:? V is the jth variable of Vi. j is a variable that varies from 1 to a value that matches the magnitude of Vi. The variable d is initialized with 0. In addition, set k to 1. k is a variable that varies from 1 to a value that matches the size of U.
S904: Let? U be the kth variable of U.
S905: Find the shortest route from? V to? U, passing only P of information source 1. For example, in the example of FIG. 7, the shortest path from? Addr to? Name is? Addr-? Target_a-? Name. This path is hereinafter referred to as p. For identification of the shortest path, for example, a known Dijkstra algorithm (Cormen et al., Introduction to algorithms 3rd edition, the MIT press, pages 658-662) can be used.
S906: In p, the number of edges in the direction along the directed path? V →? U is e1, and the number of edges in the opposite direction is e2. In the example of p above, e = 1 is the only edge along the directional path? V →? U because ex1: name is the only edge, and e2 = 1 is the only edge opposite the ex1: addr. The score of this path p is calculated by e1 + e2 × r. Here, r is a parameter given by the user. If r is set to ∞, reverse edges can be prohibited. If reverse edges are allowed, let r be a finite value. This score is compared with the maximum score d of the route calculated so far, and the larger one is set as the value of d.
S907: Change k and process all comparison target variables.
S908: If D> d, D ← d,? V2 ←? V.
S909: Change j and process all Vi variables.
S910: If all variables of Vi are processed, if D is not ∞,? V2 stores the variable with the smallest maximum value of the path to the variable to be compared. This variable is output as a corresponding variable of the information source i. If D is ∞, it means that there is no variable that can reach the comparison target variable, so the corresponding variable of the information source i is not output.
S911: Change i and process both sources.
(4) Node addition means 109
The node adding means 109 adds a node for speeding up the search to two information sources and expands the RDF data in order to efficiently process the frequently used comparison target variable set and speed up the search. To do. For example, as a means for determining “frequently used”, when f is a parameter given by the user, the ratio of queries in which the comparison target variable set in all the SPARQL queries input is used is It is possible to consider a method in which it is determined that a thing of f or more is frequently used.
 図10の制御ロジックを参照しつつ、ノード追加手段の詳細を述べる。  
S1001: まず、ノードを追加することにより検索を高速化したい比較対象変数集合を選択する。  
S1002: 次に、その比較対象変数集合を計算する際に用いたSPARQLクエリから、ノード追加に不要な条件を消去した簡略化クエリを作成する。簡略化クエリの作成方法は、図11を用いて後述する。
S1003: 簡略化クエリを用いて、ノードの追加を行なう。この方法は、図12を用いて後述する。
Details of the node adding means will be described with reference to the control logic of FIG.
S1001: First, a comparison target variable set for which a search is to be speeded up by adding a node is selected.
S1002: Next, a simplified query in which conditions unnecessary for adding a node are deleted from the SPARQL query used when calculating the comparison target variable set. A method of creating a simplified query will be described later with reference to FIG.
S1003: A node is added using a simplified query. This method will be described later with reference to FIG.
 図11を用いて、簡略化クエリの作成方法(図10のS1002)の詳細を述べる。  
S1101: 変数UをS1001で選択された比較対象変数集合、Vを対応変数計算手段108で計算された対応変数の集合、QをU,Vを得るために使用したSPARQLクエリとする。以下、変数iを1から2まで変化させ、両方の情報源について処理を行なう。  
S1102: Viを、i番目の情報源に存在するPに、クエリグラフ上で接続された変数の集合とする。また、?vをi番目の情報源の対応変数とする。さらに、変数Sを空集合に初期化する。
S1103: ?uを、Uのk番目の変数とする。以下、kを1からUの大きさに等しい値まで変化させ、すべての比較対象変数について処理を行なう。  
S1104: S905と同様に、?vと?uを結ぶ最短経路pを求める。S905と同じ方法を用いて、S905と同一の経路が得られるようにする。
S1105: 経路pに現れる、すべての変数をSに加える。  
S1106: kを変化させ、すべての比較対象変数を処理する。  
S1107: iを変化させ、両方の情報源を処理する。  
S1108: Qから、Sに無い変数を含む3つ組や、filter条件を消去する。さらに、selectの直後に書かれている変数を削除し、比較対象変数集合の変数および対応変数を追加する。こうして得られるSPARQLクエリを簡略化クエリQ'として出力する。
Details of the simplified query creation method (S1002 in FIG. 10) will be described with reference to FIG.
S1101: A variable U is a set of variables to be compared selected in S1001, V is a set of corresponding variables calculated by the corresponding variable calculation means 108, and Q is a SPARQL query used to obtain U and V. Hereinafter, the variable i is changed from 1 to 2, and processing is performed for both information sources.
S1102: Let Vi be a set of variables connected on the query graph to P existing in the i-th information source. Also,? V is the corresponding variable of the i-th information source. Furthermore, the variable S is initialized to an empty set.
S1103: Let? U be the kth variable of U. Thereafter, k is changed from 1 to a value equal to the size of U, and processing is performed for all comparison target variables.
S1104: As in S905, the shortest path p connecting? V and? U is obtained. By using the same method as S905, the same route as S905 is obtained.
S1105: Add all variables appearing in path p to S.
S1106: Change k and process all comparison target variables.
S1107: Change i and process both information sources.
S1108: Delete triples including variables not in S and filter conditions from Q. Furthermore, the variable written immediately after select is deleted, and the variable of the comparison target variable set and the corresponding variable are added. The SPARQL query thus obtained is output as a simplified query Q ′.
 図13に、簡略化クエリ500の一例を示す。簡略化クエリ500は、RDFデータの拡張により検索を高速化したい比較対象変数集合および対応変数を対応付けるために、SPARQLクエリ400において、不要な条件を消去したものである。 FIG. 13 shows an example of the simplified query 500. The simplified query 500 is obtained by erasing unnecessary conditions in the SPARQL query 400 in order to associate a comparison target variable set and a corresponding variable whose search speed is to be increased by extending RDF data.
 図12を用いて、簡略化クエリを用いたノード追加処理(図10のS1003)の詳細を述べる。  
S1201:変数UをS1001で選択された比較対象変数集合、Vを対応変数計算手段108で計算された対応変数の集合とする。また、簡略化クエリQ'による検索処理を実行し、得られた検索結果をBとする。さらに、Iを追加するノードのベースURI、Jを追加するPのURIとする。I,Jは、ユーザが与えるパラメータである。変数iを1に、変数sを文字列"_"にセットする。なお、iは、1からBの大きさに等しい値まで変化する変数である。
S1202: bをBに含まれるi番目の検索結果とする。また、変数j,kを1に、xを空文字列にセットする。  
S1203: 変数xが空文字列でない場合、xの右端に変数sの文字列を追加する。  
S1204: ?uをUのk番目の変数とする。検索結果bにおいて、変数?uに対応付けられた値をxの右端に追加する。  
S1205: 変数kを1からUの大きさに等しい値まで変化させ、すべての比較対象変数を処理する。  
S1206: 新規ノードを作成し、このノードのURIをI/x/とする。
S1207: nをVのj番目の変数が検索結果bにおいて割り当てられたノードのURIとするとき、3つ組「<I/x/> <J> <n> .」をRDFデータに追加する。ただし、この3つ組が既にRDFデータに存在する場合には、追加は行なわない。
S1208: 変数jを1からVの大きさに等しい値まで変化させ、すべての対応変数を処理する。
S1209: 変数iを1からBの大きさに等しい値まで変化させ、すべての検索結果を処理する。
Details of the node addition process using the simplified query (S1003 in FIG. 10) will be described with reference to FIG.
S1201: A variable U is a set of variables to be compared selected in S1001, and V is a set of corresponding variables calculated by the corresponding variable calculation means 108. In addition, search processing by the simplified query Q ′ is executed, and the obtained search result is set as B. Furthermore, the base URI of the node to which I is added and the URI of P to which J is added. I and J are parameters given by the user. The variable i is set to 1 and the variable s is set to the character string “_”. Note that i is a variable that changes from 1 to a value equal to the size of B.
S1202: Let b be the i-th search result included in B. Also, variables j and k are set to 1 and x is set to an empty character string.
S1203: If the variable x is not an empty character string, the character string of the variable s is added to the right end of x.
S1204: Let? U be the k-th variable of U. In the search result b, the value associated with the variable? U is added to the right end of x.
S1205: The variable k is changed from 1 to a value equal to the size of U, and all comparison target variables are processed.
S1206: A new node is created, and the URI of this node is set to I / x /.
S1207: When n is the URI of the node to which the jth variable of V is assigned in the search result b, a triple “<I / x /><J><n>.” Is added to the RDF data. However, if this triplet already exists in the RDF data, no addition is performed.
S1208: Variable j is changed from 1 to a value equal to the magnitude of V, and all corresponding variables are processed.
S1209: Variable i is changed from 1 to a value equal to the size of B, and all search results are processed.
 図14は、図5のRDFに新しいノードが追加された、拡張されたRDFデータの一例である。このとき、比較対象変数集合および対応させたノードを表す変数を、前記簡略化クエリとともに出力し、元のRDFデータのどのようなノードに対して新しいノードが追加されたかをユーザインタフェース部に表示し、ユーザが判別可能としておく。図14の例では、太枠で示したように、図5の情報源1、2の名前と誕生日の比較により、元データである情報源1のex1:person1 と情報源2のex2:customer 1 とが、同一人物Aliceであると判断され、ex1:person1とex2:customer 1に対して拡張された新しいノード1001、すなわち、ex: Alice_19800101 が追加されて、拡張されたRDFデータとなっている。同様に、元データの情報源1、2に、同一人物であると判断されるノードが他に存在すれば、新しいノードを追加すればよい。また、2つの情報源に留まらず、より多くの情報源との間で、拡張されたRDFデータを形成しても良い。 FIG. 14 is an example of expanded RDF data in which a new node is added to the RDF of FIG. At this time, the variable representing the comparison target variable set and the corresponding node are output together with the simplified query, and the node of the original RDF data is displayed on the user interface unit as to which node of the original RDF data has been added. The user can discriminate. In the example of FIG. 14, as shown by the thick frame, ex1: person1 of information source 1 which is the original data and ex2: customer of information source 2 are compared by comparing the names and birthdays of information sources 1 and 2 in FIG. It is determined that 1 同一 is the same person Alice, and a new node 1001 extended to ex1: person1 and ex2: customer 1, that is, ex: Alice_19800101 is added to form expanded RDF data. . Similarly, if there are other nodes that are determined to be the same person in the information sources 1 and 2 of the original data, a new node may be added. Further, the extended RDF data may be formed between more information sources than the two information sources.
 図5のRDFデータでは、検索では情報源1、2の文字列や日付を個別に比較する必要があり、同一人物を全て特定する処理に、時間を要する。RDFデータが大量になるほど、この問題は大きくなる。ノード追加手段109が拡張したRDFデータを検索に用いることで、拡張対象となった比較対象の変数集合を含むSPARQLクエリを高速化できる。検索時に、この新たに加えたRDFデータを検索対象とすることで、従来のように個々の値を取得する必要が無くなり、検索処理が高速化される。 In the RDF data of FIG. 5, it is necessary to individually compare the character strings and dates of the information sources 1 and 2 in the search, and it takes time to specify all the same persons. The larger the RDF data, the greater the problem. By using the RDF data expanded by the node adding unit 109 for the search, it is possible to speed up the SPARQL query including the comparison target variable set that is the expansion target. By using the newly added RDF data as a search target at the time of search, there is no need to acquire individual values as in the conventional case, and the search process is speeded up.
 具体的には、ユーザが検索手段114により検索クエリを投入する際に、比較対象変数集合をSPARQLクエリに記述する代わりに、上記で生成した3つ組「<I/x/> <J> <n> .」、すなわち、拡張された新しいノード1001を検索条件に指定すればよい。これにより、プロセッサによる検索処理が高速化される。 Specifically, when the user inputs a search query by the search means 114, the generated triple set “<I / x /> <J> <” is used instead of describing the comparison target variable set in the SPARQL query. n>. ”, that is, the expanded new node 1001 may be designated as a search condition. This speeds up the search process by the processor.
 また、新しいノードの追加は、元の各情報源1,2のRDFデータを統合する必要がなく、言い換えると元の各情報源1,2のRDFデータは何らの影響を受けずにそのまま残っている。データの統合とは異なり、拡張ノードの追加が有ったとしても、従来のプログラムによる情報源1や情報源2の検索には、何らの影響も及ぼさない。新しいノードおよびエッジを追加するだけなので、検索手段114により従来のプログラムによる従来のSPARQLクエリを使用した、新しいノードを含まない条件での検索も可能である。例えば、従来のプログラム自体は変更せず、そのプログラムの前処理等に、本実施例の拡張されたRDFデータに新しいノードを追加する機能や新しいノードを対象として検索する機能をアドオンすることで足りる。 In addition, the addition of a new node does not require the integration of the RDF data of the original information sources 1 and 2. In other words, the RDF data of the original information sources 1 and 2 remains as they are without any influence. Yes. Unlike the integration of data, even if an extension node is added, the search of the information source 1 and the information source 2 by the conventional program is not affected at all. Since only new nodes and edges are added, it is possible to perform a search under a condition that does not include a new node using a conventional SPARQL query by a conventional program by the search unit 114. For example, the conventional program itself is not changed, and it is sufficient to add a function for adding a new node to the expanded RDF data of this embodiment or a function for searching for a new node in the preprocessing of the program. .
 元の各情報源1,2のオリジナルのRDFデータは、そのまま利用できるので、図14の例で、仮に、名前と誕生日が一致するにも拘わらず、拡張ノードのAliceは同一人物でないような事例が生じた場合には、元の各情報源1,2のオリジナルのRDFデータを利用し再検索し、より正確な情報で適切な拡張ノードを生成することもできる。 Since the original RDF data of the original information sources 1 and 2 can be used as they are, in the example of FIG. 14, even though the name and the birthday coincide, the extension node Alice is not the same person. When a case arises, it is possible to search again using the original RDF data of the original information sources 1 and 2 and generate an appropriate extended node with more accurate information.
 以上述べた通り、本実施例によれば、複数の情報源から与えられた大量のRDFデータを、元の各情報源には影響を及ぼさずに、相互に対応付け拡張されたRDFデータとして検索対象とするので、より高速に検索可能となる。 As described above, according to the present embodiment, a large amount of RDF data given from a plurality of information sources is searched as RDF data expanded and associated with each other without affecting the original information sources. Because it is a target, it becomes possible to search faster.
 次に、本発明を、医療データへ適用した、第二の実施例について、図面を参照しつつ説明する。  
 現在の医療現場では、電子カルテのデータ、検査値、医用画像データおよびそれらに付与されたメタデータと呼ばれる付加情報、診療報酬の請求に必要となる医事会計データなど、複数の情報源に由来するデータを扱う必要がある。こうしたデータをRDF化して扱うことにより、RDFデータの処理技術を医療データの分析に活用可能になると期待される。このとき、RDF化した医療データに対する検索処理を高速化する手段として、本発明のSPARQLクエリを用いたデータ分析手法が適用できる。
Next, a second embodiment in which the present invention is applied to medical data will be described with reference to the drawings.
In the current medical practice, it comes from multiple sources such as electronic medical record data, test values, medical image data and additional information called metadata attached to them, and medical accounting data required for requesting medical fees Need to handle data. By handling such data as RDF, it is expected that RDF data processing technology can be used for medical data analysis. At this time, the data analysis method using the SPARQL query of the present invention can be applied as means for speeding up the search processing for medical data converted to RDF.
 処理対象データの一例を、図15に示す。この例は、RDF化した医事会計データと、RDF化した電子カルテのデータを横断的に利用する例である。医事会計データは、例えば、医療機関が厚生労働省に提出するレセプト情報データから得られる(平成25年度「DPC導入の影響評価に係る調査」実施説明資料参照)。図15の左側の情報源1(113a)が、医事会計データに由来するRDFグラフ111の一例であり、account:IDが患者ID,account:admission_dateが入院日,account:pointが診療報酬の算出に使われる点数を表す。一方、図15の右側の情報源2(113b)が、電子カルテに由来するRDFグラフ111であり,echart:IDが患者ID,echart:date_admissionが入院日,echart:diagnosisが診断を表す。
ここで、電子カルテのデータ(113b)で心筋梗塞と診断された症例について、医事会計データ(113a)の点数を取得する処理について考える。このとき、医事会計データと電子カルテの患者IDを照合するだけでは、複数回入退院をしている患者が存在し得るため不十分であり、入院日も同時に照合する必要がある。そのため、図16のSPARQLクエリ450のような、患者IDと入院日を検索条件に含むSPARQLクエリを、頻繁に処理する必要がある。このようなクエリについて、毎回、患者IDが一致するものを探し、その中で入院日が一致するものを探す処理を行なうと、入退院を繰り返している患者では、必要のない部分一致を多数検討しなければいけなくなる。しかし、医事会計データと電子カルテを統合処理する際には、患者IDおよび入院日の照合が頻繁に必要となる。
An example of the processing target data is shown in FIG. In this example, medical accounting data converted to RDF and electronic medical record data converted to RDF are used across. Medical accounting data can be obtained, for example, from receipt information data submitted by the medical institution to the Ministry of Health, Labor and Welfare (refer to the 2013 “Survey on Impact Assessment of DPC Introduction”). The information source 1 (113a) on the left side of FIG. 15 is an example of the RDF graph 111 derived from medical accounting data, where account: ID is the patient ID, account: admission_date is the date of hospitalization, and account: point is used to calculate medical fees. Represents the number of points used. On the other hand, the information source 2 (113b) on the right side of FIG. 15 is an RDF graph 111 derived from an electronic medical record, where echart: ID is the patient ID, echart: date_admission is the hospitalization date, and echart: diagnosis represents the diagnosis.
Here, a process of obtaining the medical accounting data (113a) score for a case diagnosed as myocardial infarction in the electronic medical record data (113b) will be considered. At this time, it is not sufficient to simply collate the medical accounting data with the patient ID of the electronic medical record because there may be a patient who has been discharged and discharged multiple times. It is also necessary to collate the hospitalization date at the same time. Therefore, it is necessary to frequently process a SPARQL query including the patient ID and the hospitalization date as search conditions, such as the SPARQL query 450 in FIG. For each of these queries, a process that searches for a patient ID that matches and then searches for a patient with the same hospitalization date will result in many unnecessary partial matches being considered for patients who are repeatedly entering and leaving the hospital. I will have to. However, when medical accounting data and electronic medical records are integrated, patient IDs and date of hospitalization are frequently required.
 図17は、本発明の第二の実施形態の、医療データに追加ノードを加えた状態の一例を説明する図である。本発明の実施例1で述べた方法を用いて、患者IDと入院日をまとめたノード1201を生成し、RDFグラフに追加して拡張されたRDFデータとする。このノード1201を介して電子カルテ(113b)の症例と医事会計データ(113a)のレコードを照合することにより、両者(113a、113b)を横断的に検索する処理を高速化できる。例えば、拡張された新しいノード:135791_20240608で照合された患者は、患者ID(135791)と複数回の入院日の1つ(20240608)とが医事会計データと電子カルテで一致する症例となる。この結果を利用し、電子カルテでは心筋梗塞と診断された症例の医事会計データの点数を容易に取得することができる。他のより多くの医療データとの間で、拡張されたRDFデータを形成しても良い。 FIG. 17 is a diagram illustrating an example of a state in which an additional node is added to medical data according to the second embodiment of this invention. Using the method described in the first embodiment of the present invention, a node 1201 in which the patient ID and the hospitalization date are collected is generated, and is added to the RDF graph to be expanded RDF data. By collating the case of the electronic medical record (113b) and the record of the medical accounting data (113a) via this node 1201, the processing for searching both (113a, 113b) can be accelerated. For example, a patient collated with the expanded new node: 135791_20240608 is a case where the patient ID (135791) and one of multiple hospitalization dates (20240608) match the medical accounting data and the electronic medical record. Using this result, the electronic medical record can easily obtain the medical accounting data score of a case diagnosed as myocardial infarction. Extended RDF data may be formed with more other medical data.
 このように、本実施例によれば、複数の医療データの情報源から与えられた大量のRDFデータを、各情報源には影響を及ぼさずに、相互に対応付け拡張されたRDFデータとして検索対象にすることができるので、ユーザは医療データを用途に応じて迅速に検索可能となる。 As described above, according to this embodiment, a large amount of RDF data given from a plurality of medical data information sources is searched as RDF data expanded and associated with each other without affecting each information source. Since it can be made a target, the user can search medical data quickly according to the application.
 次に、本発明の第三の実施例として、検索クエリの自動書き換えによる高速化を図った例について説明する。  
 第一の実施例では、ノード追加手段109が拡張したRDFデータを用いて検索処理を高速化するために、ユーザが検索手段114により入力するSPARQLクエリを書き換える必要があった。しかし、このような方式では、ユーザに負担を強いることとなり、書き換え時にエラーが入る可能性も無視できない。そこで、本発明では、検索クエリのSPARQLを自動的に書き換えて高速化する手段を提供する。
Next, as a third embodiment of the present invention, an example of speeding up by automatic rewriting of a search query will be described.
In the first embodiment, it is necessary to rewrite the SPARQL query input by the user using the search unit 114 in order to speed up the search process using the RDF data expanded by the node addition unit 109. However, such a method places a burden on the user, and the possibility of an error during rewriting cannot be ignored. Therefore, the present invention provides a means for automatically rewriting SPARQL of a search query to increase the speed.
 これを実現するために、第三の実施例では、第一の実施例に関して図1を用いて説明したデータ分析装置100の主記憶装置102に、コンピュータをSPARQL自動書換え手段として機能させるプログラムが格納されている。ユーザが検索手段114により入力するSPARQLクエリは、自動的に、上記簡略化クエリにマッチする部分の条件が新たに追加されたノードに対する条件に書き換えられる。その他の構成は、第一の実施例と同じである。 In order to realize this, in the third embodiment, a program for causing a computer to function as SPARQL automatic rewriting means is stored in the main storage device 102 of the data analysis apparatus 100 described with reference to FIG. 1 regarding the first embodiment. Has been. The SPARQL query input by the user using the search unit 114 is automatically rewritten to a condition for a node in which a condition that matches the simplified query is newly added. Other configurations are the same as those of the first embodiment.
 まず、ユーザから与えられたSPARQLクエリに基づき、そのSPARQLクエリが表現するクエリグラフを構築する。第一の実施例で述べたように、図7は、図6のSPARQLクエリ400から生成されたクエリグラフの例である。 First, based on the SPARQL query given by the user, a query graph expressed by the SPARQL query is constructed. As described in the first embodiment, FIG. 7 is an example of a query graph generated from the SPARQL query 400 of FIG.
 次に、このグラフを対象として、ノード追加手段109が使用した図13の例のような簡略化クエリ500を用いた検索を行なう。簡略化クエリがマッチすれば、マッチした部分を削除し、代わりに前記ノード追加手段109が追加したノードを、SPARQL自動書換え手段が、ユーザの入力した検索条件に自動的に含めることで、拡張したRDFデータを用いた検索が可能となる。 Next, a search using the simplified query 500 as shown in the example of FIG. 13 used by the node addition unit 109 is performed on this graph. If the simplified query matches, it is expanded by deleting the matched part and automatically including the node added by the node adding means 109 in the search condition input by the user automatically by the SPARQL automatic rewriting means. Search using RDF data becomes possible.
 この処理の詳細を、図18を参照しつつ説明する。  
S1801: U←比較対象変数の集合, V←対応変数の集合, Q'←簡略化クエリ, q←投入された検索クエリ, i←1となるよう各変数を初期化する。
S1802: qのクエリグラフを構築する。このクエリグラフを、以下ではgと呼ぶ。
S1803: Q'がgにマッチしなければ、qは修正せずにそのまま検索する。
S1804: 変数Sに、比較対象変数集合Uをコピーする。以後、Sが空集合になるまでS1805~S1807を繰り返す。
S1805: Sから変数をひとつ取り出す。その変数を?xとする。Sから、?xを除去する。?xに、gでQ'にマッチしなかったエッジが接続されていれば、それ以上?xは処理せずに次の変数に進む。
S1806: ?xがselectの直後に記載されていた場合には、それ以上?xは処理せずに次の変数に進む。selectの直後に記載されている変数は、SPARQLクエリqの出力に必要な変数であり、置き換えができないためである。
S1807: gで、?xとエッジで直接結ばれている変数を、すべてSに追加する。さらに、?xを含む3つ組を、qから削除する。
S1808: qのfilter条件の変数が、書き換え後のqの3つ組に現れなければ、そのfilter条件を削除。
S1809: i=1,2それぞれについて、?vをVのi番目の対応変数とするとき、クエリに、3つ組「?ident <J> ?v .」を追加する。
Details of this processing will be described with reference to FIG.
S1801: U ← set of variables to be compared, V ← set of corresponding variables, Q ′ ← simplified query, q ← input search query, initialize each variable so that i ← 1.
S1802: Constructing a query graph for q. This query graph is called g below.
S1803: If Q 'does not match g, q is searched without modification.
S1804: Copy comparison target variable set U to variable S. Thereafter, S1805 to S1807 are repeated until S becomes an empty set.
S1805: Extract one variable from S. Let that variable be? X. Remove? X from S. If an edge that does not match Q 'in g is connected to? x, no more? x is processed and the process proceeds to the next variable.
S1806: If? X is described immediately after select,? X is not processed any more and proceeds to the next variable. This is because the variable described immediately after select is a variable necessary for the output of the SPARQL query q and cannot be replaced.
S1807: In g, add all variables directly connected to? X by an edge to S. Furthermore, the triple including? X is deleted from q.
S1808: If the filter condition variable of q does not appear in the rewritten q triple, the filter condition is deleted.
S1809: For each of i = 1 and 2, when? V is the i-th corresponding variable of V, a triple “? Ident <J>? V.” Is added to the query.
 この拡張されたRDFデータを検索対象とするSPARQLの自動書換えは、図4で、ユーザが検索手段110によりCPU101にSPARQLクエリを入力したことを受けて、自動的に処理され、その結果に基づいて、主記憶装置102のRDFデータ111に対する検索が実行される。従って、ユーザは、元のSPARQLクエリをそのまま使用して、すなわち拡張されたRDFデータを検索対象とするSPARQLクエリに書き換えることなく、この拡張されたRDFデータを高速に検索できる。 The automatic rewriting of SPARQL using the expanded RDF data as a search target is automatically processed in response to the user inputting a SPARQL query to the CPU 101 by the search unit 110 in FIG. 4, and based on the result. A search for the RDF data 111 in the main storage device 102 is executed. Therefore, the user can search the extended RDF data at high speed by using the original SPARQL query as it is, that is, without rewriting the extended RDF data into a SPARQL query that is a search target.
 以上、本発明の各実施形態について説明したが、上記実施形態は本発明の適用例を示したものであり、本発明の技術的範囲を上記各実施形態の具体的構成に限定する趣旨ではない。本発明の要旨を逸脱しない範囲において種々変更可能である。 As mentioned above, although each embodiment of the present invention was described, the above-mentioned embodiment shows an example of application of the present invention, and is not the meaning which limits the technical scope of the present invention to the concrete composition of each above-mentioned embodiment. . Various modifications can be made without departing from the scope of the present invention.
100 データ分析装置
101 CPU(中央演算装置)
102 主記憶装置
103 補助記憶装置
104 リムーバブルメディア
105 ネットワーク
106 インタフェース部
107 クエリ分析手段
108 対応変数計算手段
109 ノード追加手段
111 RDFデータ
400 SPARQLクエリの一例
450 医療データ向けのSPARQLクエリの一例
500 簡略化クエリの一例
1001 ノード追加手段が追加するノードの一例
1201 ノード追加手段が、医療用データに追加したノードの一例
100 Data Analysis Device 101 CPU (Central Processing Unit)
102 Main storage device 103 Auxiliary storage device 104 Removable media 105 Network 106 Interface unit 107 Query analysis unit 108 Corresponding variable calculation unit 109 Node addition unit 111 RDF data 400 Example of SPARQL query 450 Example of SPARQL query for medical data 500 Simplified query Example 1001 Example of node added by node addition means 1201 Example of node added by node addition means to medical data

Claims (15)

  1.  複数の情報源から与えられたRDFデータを対象としてSPARQL検索クエリを検索するデータ分析装置であって、
     前記SPARQL検索クエリから、第一の情報源に含まれるノードと第二の情報源に含まれるノードを対応させるための文字列または数値または日付にマッチする変数の集合を、比較対象変数集合と呼ばれる集合として抽出する、クエリ分析手段と、
     前記SPARQL検索クエリから、前記第一の情報源に含まれるノードと前記第二の情報源に含まれるノードにマッチする変数をそれぞれ選び、対応変数と呼ばれる変数として選択する対応変数計算手段と、
     前記クエリを含み、前記プロセッサに投入されるSPARQL検索クエリを分析し、前記比較対象変数集合および前記対応変数のうち頻繁に使用されるものを計算し、そのような比較対象変数集合がマッチすべき文字列や数値や日付の値を、予め決められた文字列を挟んで結合して構成したURIを新たなノードとして生成し、前記対応変数がマッチするノードと前記新たなノードのURIとを接続して前記RDFデータを拡張するノード追加手段と、
     前記RDFデータを対象としてSPARQL検索クエリを検索する検索手段とを備え、
     前記検索手段は、元の前記RDFデータを検索する前記SPARQL検索クエリに加えて、前記拡張されたRDFデータを検索対象とするSPARQL検索クエリを検索可能に構成されている
    ことを特長とするデータ分析装置。
    A data analysis device for searching a SPARQL search query for RDF data given from a plurality of information sources,
    From the SPARQL search query, a set of variables matching a character string, a numerical value, or a date for associating a node included in the first information source with a node included in the second information source is referred to as a comparison target variable set. Query analysis means to extract as a set;
    Corresponding variable calculation means for selecting a variable matching the node included in the first information source and the node included in the second information source from the SPARQL search query, and selecting as a variable called a corresponding variable;
    The SPARQL search query including the query and input to the processor is analyzed, the frequently used one of the comparison target variable set and the corresponding variable is calculated, and the comparison target variable set should be matched A new node is generated by combining character strings, numerical values, and date values with a predetermined character string interposed therebetween, and the node matching the corresponding variable is connected to the URI of the new node. Node adding means for extending the RDF data,
    Search means for searching a SPARQL search query for the RDF data,
    The search means is configured to be able to search for a SPARQL search query that uses the expanded RDF data as a search target in addition to the SPARQL search query for searching the original RDF data. apparatus.
  2.  請求項1のデータ分析装置であって、
     前記ノード追加手段は、
     拡張により検索を高速化したい前記比較対象変数集合を選択し、該比較対象変数集合を計算する際に用いた前記SPARQLクエリから、ノード追加に不要な条件を消去した簡略化クエリを作成する
    ことを特長とするデータ分析装置。
    The data analysis device according to claim 1,
    The node adding means includes
    Selecting the comparison target variable set that is desired to speed up the search by extension, and creating a simplified query in which conditions unnecessary for node addition are deleted from the SPARQL query used when calculating the comparison target variable set. Features data analysis equipment.
  3.  請求項1のデータ分析装置であって、
     SPARQL自動書換え手段を備え、
     該SPARQL自動書換え手段は、
     元のRDFデータを検索するSPARQL検索クエリが入力された場合であっても、前記比較対象変数集合に関する条件を、前記ノード追加手段が追加した前記新たなノードのURIに対する条件に自動的に置き換える
    ことを特長とするデータ分析装置。
    The data analysis device according to claim 1,
    Equipped with SPARQL automatic rewriting means,
    The SPARQL automatic rewriting means is:
    Even when a SPARQL search query for searching the original RDF data is input, the condition relating to the comparison target variable set is automatically replaced with the condition for the URI of the new node added by the node adding means. A data analysis device featuring
  4.  請求項1のデータ分析装置であって、
     前記対応変数計算手段は、
     前記比較対象変数集合が対応付けている前記第一の情報源と前記第二の情報源のそれぞれから、その前記比較対象変数集合により対応付けるノードに該当する前記変数として、有向パスによってすべての前記比較対象変数集合の変数に到達可能なものがあれば、それを選択する
    ことを特長とするデータ分析装置。
    The data analysis device according to claim 1,
    The corresponding variable calculation means includes
    From each of the first information source and the second information source associated with the comparison target variable set, as the variable corresponding to the node to be correlated by the comparison target variable set, all the above-mentioned by directed paths A data analysis apparatus characterized in that if a variable in a comparison target variable set is reachable, it is selected.
  5.  請求項4のデータ分析装置であって、
     前記対応変数計算手段は、
     前記有向パスによってすべての前記比較対象変数集合の変数に到達可能なノードがなければ、前記比較対象変数集合の各変数までのパス上にあるノードの数が、最小となるノードがあればそれを選択する
    ことを特長とするデータ分析装置。
    The data analysis apparatus according to claim 4, wherein
    The corresponding variable calculation means includes
    If there is no node that can reach all the variables of the comparison target variable set by the directed path, the number of nodes on the path to each variable of the comparison target variable set is the minimum, if any. Data analysis device characterized by selecting.
  6.  請求項4のデータ分析装置であって、
     ユーザインタフェースを提供するユーザインタフェース部を備え、
     前記対応変数計算手段は、
     前記対応させたい変数をユーザが選ぶインタフェースを、前記ユーザインタフェース部に提供する
    ことを特長とするデータ分析装置。
    The data analysis apparatus according to claim 4, wherein
    A user interface unit that provides a user interface;
    The corresponding variable calculation means includes
    A data analysis apparatus characterized in that an interface for a user to select a variable to be associated is provided to the user interface unit.
  7.  請求項2のデータ分析装置であって、
     ユーザインタフェースを提供するユーザインタフェース部を備え、
     前記ノード追加手段は、
     前記新たなノードが追加された拡張されたRDFデータが生成された場合、前記比較対象変数集合および対応させた前記ノードを表す変数を、前記簡略化クエリとともに出力し、どのようなノードに対して新しいノードが追加されたかをユーザインタフェース部に表示し、ユーザが判別可能な状態にする
    ことを特長とするデータ分析装置。
    A data analysis apparatus according to claim 2, wherein
    A user interface unit that provides a user interface;
    The node adding means includes
    When the expanded RDF data to which the new node is added is generated, the variable representing the comparison target variable set and the corresponding node is output together with the simplified query, and for which node A data analysis apparatus characterized in that whether a new node has been added is displayed on the user interface unit and is in a state where the user can discriminate.
  8.  請求項1のデータ分析装置であって、
     前記RDFデータは、複数の情報源に由来する医療データである
    ことを特長とするデータ分析装置。
    The data analysis device according to claim 1,
    The data analysis apparatus, wherein the RDF data is medical data derived from a plurality of information sources.
  9.  請求項8のデータ分析装置であって、
     前記RDFデータは、RDF化した医事会計データと電子カルテを含み、
     前記ノード追加手段は、患者IDと入院日をまとめたノードを前記新たなノードとして追加し拡張されたRDFデータを生成し、
     前記検索手段は、前記新たなノードにより、前記RDF化した医事会計データと前記RDF化した電子カルテのデータを横断的に利用して検索を行う
    ことを特長とするデータ分析装置。
    The data analysis apparatus according to claim 8, comprising:
    The RDF data includes medical accounting data converted into RDF and an electronic medical record,
    The node adding means adds a node that summarizes the patient ID and hospitalization date as the new node to generate expanded RDF data,
    The data analysis apparatus characterized in that the search means performs a search using the RDF-converted medical accounting data and the RDF-converted electronic medical record data across the new node.
  10.  請求項1のデータ分析装置であって、
     前記ノード追加手段は、
     前記「頻繁に使用される」と判定する条件として、fをユーザが与えるパラメータとするとき、投入される前記SPARQLクエリに占める当該比較対象変数集合が使用されるクエリの割合が前記f以上のものを、前記「頻繁に使用される」と判定する
    ことを特長とするデータ分析装置。
    The data analysis device according to claim 1,
    The node adding means includes
    As a condition for determining “frequently used”, when f is a parameter given by the user, a ratio of queries in which the comparison target variable set in the input SPARQL query is greater than or equal to f Is a data analysis device characterized in that it is determined as “used frequently”.
  11.  データ分析装置による、複数の情報源から与えられたRDFデータを拡張する方法であって、
     前記データ分析装置は、プロセッサとメモリとを備え、複数の情報源から与えられたRDFデータを対象としてSPARQL検索クエリを検索するものであり、
     前記SPARQL検索クエリから、第一の情報源に含まれるノードと第二の情報源に含まれるノードを対応させるための文字列または数値または日付にマッチする変数の集合を、比較対象変数集合と呼ばれる集合として抽出するステップと、
     前記SPARQL検索クエリから、第一の情報源に含まれるノードと第二の情報源に含まれるノードにマッチする変数をそれぞれ選び、対応変数と呼ばれる変数として選択するステップと、
     前記クエリを含み、前記プロセッサに投入されるSPARQL検索クエリを分析し、前記比較対象変数集合および対応変数のうち頻繁に使用されるものを計算し、そのような比較対象変数集合がマッチすべき文字列や数値や日付の値を、予め決められた文字列を挟んで結合して構成したURIを新たなノードとして生成し、前記対応変数がマッチするノードと前記新たなノードのURIとを接続して前記RDFデータを拡張するノード追加ステップとを含む
    ことを特長とするRDFデータの拡張方法。
    A method for extending RDF data provided from a plurality of information sources by a data analyzer,
    The data analysis apparatus includes a processor and a memory, and searches for a SPARQL search query for RDF data provided from a plurality of information sources.
    From the SPARQL search query, a set of variables matching a character string, a numerical value, or a date for associating a node included in the first information source with a node included in the second information source is referred to as a comparison target variable set. Extracting as a set;
    Selecting, from the SPARQL search query, a variable that matches a node included in the first information source and a node included in the second information source, respectively, and selecting as a variable called a corresponding variable;
    The SPARQL search query that includes the query and is input to the processor is analyzed, the frequently used one of the comparison target variable set and the corresponding variable set is calculated, and the characters to be matched by the comparison target variable set A URI composed of a string, a numeric value, and a date value combined with a predetermined character string interposed therebetween is generated as a new node, and the node matching the corresponding variable is connected to the URI of the new node. And a node addition step of extending the RDF data.
  12.  請求項11のRDFデータの拡張方法であって、
     前記ノード追加において、
     拡張により検索を高速化したい前記比較対象変数集合を選択し、該比較対象変数集合を計算する際に用いた前記SPARQLクエリから、ノード追加に不要な条件を消去した簡略化クエリを作成し、
     どのようなノードに対して新しいノードが追加されたかをユーザインタフェース部に表示する
    ことを特長とするRDFデータの拡張方法。
    The method of extending RDF data according to claim 11, comprising:
    In the node addition,
    Select the comparison target variable set that you want to speed up the search by expansion, create a simplified query that eliminates conditions unnecessary for node addition from the SPARQL query used when calculating the comparison target variable set,
    A method of extending RDF data, characterized by displaying on the user interface section what kind of node a new node has been added.
  13.  請求項11のRDFデータの拡張方法であって、
     前記データ分析装置に、元のRDFデータを検索するSPARQL検索クエリが入力された場合であっても、前記比較対象変数集合に関する条件を、前記追加された新たなノードのURIに対する条件に自動的に置き換えるSPARQL自動書換えステップを含む
    ことを特長とするRDFデータの拡張方法。
    The method of extending RDF data according to claim 11, comprising:
    Even when a SPARQL search query for searching the original RDF data is input to the data analysis device, the condition relating to the comparison target variable set is automatically set as the condition for the URI of the added new node. A method of expanding RDF data, comprising a replacement SPARQL automatic rewriting step.
  14.  複数の情報源から与えられたRDFデータを対象としてSPARQL検索クエリを検索するデータ分析プログラムあって、
     コンピュータに、
     前記SPARQL検索クエリから、第一の情報源に含まれるノードと第二の情報源に含まれるノードを対応させるための文字列または数値または日付にマッチする変数の集合を、比較対象変数集合と呼ばれる集合として抽出する手順と、
     前記SPARQL検索クエリから、第一の情報源に含まれるノードと第二の情報源に含まれるノードにマッチする変数をそれぞれ選び、対応変数と呼ばれる変数として選択する手順と、
     前記クエリを含み、前記プロセッサに投入されるSPARQL検索クエリを分析し、前記比較対象変数集合および対応変数のうち頻繁に使用されるものを計算し、そのような比較対象変数集合がマッチすべき文字列や数値や日付の値を、予め決められた文字列を挟んで結合して構成したURIを生成し、前記対応変数がマッチするノードと前記URIを接続して前記RDFデータを拡張する手順とを実行させる
    ことを特長とするデータ分析プログラム。
    There is a data analysis program for searching a SPARQL search query for RDF data provided from a plurality of information sources,
    On the computer,
    From the SPARQL search query, a set of variables matching a character string, a numerical value, or a date for associating a node included in the first information source with a node included in the second information source is referred to as a comparison target variable set. A procedure to extract as a set;
    From the SPARQL search query, selecting a variable that matches a node included in the first information source and a node included in the second information source, respectively, and selecting as a variable called a corresponding variable;
    The SPARQL search query that includes the query and is input to the processor is analyzed, the frequently used one of the comparison target variable set and the corresponding variable set is calculated, and the characters to be matched by the comparison target variable set A procedure for generating a URI configured by combining columns, numerical values, and date values with a predetermined character string interposed therebetween, and extending the RDF data by connecting the URI with a node matching the corresponding variable; Data analysis program characterized by running
  15.  請求項14のデータ分析プログラムであって、
     前記コンピュータに
     元のRDFデータを検索するSPARQL検索クエリが入力された場合であっても、前記比較対象変数集合に関する条件を、前記追加された新たなノードのURIに対する条件に自動的に置き換えるSPARQL自動書換え手順を実行させる
    ことを特長とするデータ分析プログラム。
    15. A data analysis program according to claim 14, comprising:
    Even when a SPARQL search query for searching the original RDF data is input to the computer, the SPARQL automatic replacement automatically replaces the condition for the comparison target variable set with the condition for the URI of the added new node. A data analysis program characterized by having a rewrite procedure executed.
PCT/JP2013/067418 2013-06-25 2013-06-25 Data analysis device, rdf data expansion method, and data analysis program WO2014207827A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2013/067418 WO2014207827A1 (en) 2013-06-25 2013-06-25 Data analysis device, rdf data expansion method, and data analysis program
JP2015523704A JP6001173B2 (en) 2013-06-25 2013-06-25 Data analysis apparatus, RDF data expansion method, and data analysis program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2013/067418 WO2014207827A1 (en) 2013-06-25 2013-06-25 Data analysis device, rdf data expansion method, and data analysis program

Publications (1)

Publication Number Publication Date
WO2014207827A1 true WO2014207827A1 (en) 2014-12-31

Family

ID=52141234

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/067418 WO2014207827A1 (en) 2013-06-25 2013-06-25 Data analysis device, rdf data expansion method, and data analysis program

Country Status (2)

Country Link
JP (1) JP6001173B2 (en)
WO (1) WO2014207827A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018532208A (en) * 2015-10-30 2018-11-01 コンヴィーダ ワイヤレス, エルエルシー RESTFUL Operation for Semantic IOT
JP2020060981A (en) * 2018-10-10 2020-04-16 富士通株式会社 Node search method and node search program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110295790A1 (en) * 2010-05-28 2011-12-01 Sonja Zillner System and method for providing instance information data of an instance
JP2013054602A (en) * 2011-09-05 2013-03-21 Nippon Telegr & Teleph Corp <Ntt> Graph pattern matching system and graph pattern matching method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110295790A1 (en) * 2010-05-28 2011-12-01 Sonja Zillner System and method for providing instance information data of an instance
JP2013054602A (en) * 2011-09-05 2013-03-21 Nippon Telegr & Teleph Corp <Ntt> Graph pattern matching system and graph pattern matching method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KANAKO ONISHI ET AL.: "An Information Enhancement Technique by using Linked Data", PROCEEDINGS OF THE 3RD FORUM ON DATA ENGINEERING AND INFORMATION MANAGEMENT, 4 August 2011 (2011-08-04), pages 1 - 8 *
RIE SAKAI ET AL.: "Query Graph Pattern Optimization for Efficient Discovery of Implicit Information within Linked Data", IPSJ JOURNAL, vol. 51, no. 12, 4 January 2011 (2011-01-04), pages 2298 - 2309 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018532208A (en) * 2015-10-30 2018-11-01 コンヴィーダ ワイヤレス, エルエルシー RESTFUL Operation for Semantic IOT
US11093556B2 (en) 2015-10-30 2021-08-17 Convida Wireless, Llc Restful operations for semantic IoT
JP2020060981A (en) * 2018-10-10 2020-04-16 富士通株式会社 Node search method and node search program
JP7087904B2 (en) 2018-10-10 2022-06-21 富士通株式会社 Node search method and node search program

Also Published As

Publication number Publication date
JP6001173B2 (en) 2016-10-05
JPWO2014207827A1 (en) 2017-02-23

Similar Documents

Publication Publication Date Title
JP4860416B2 (en) Document search apparatus, document search method, and document search program
US8458187B2 (en) Methods and systems for visualizing topic location in a document redundancy graph
JP6042974B2 (en) Data management apparatus, data management method, and non-temporary recording medium
JPWO2017221444A1 (en) Search system, search method, and physical property database management apparatus
JP2008003721A (en) Information retrieval system, information retrieval method, program, and recording medium
JP2015028736A (en) Tabular format multi-dimensional data conversion method and apparatus
JP6092686B2 (en) Operation workflow creation support method and operation workflow creation support system
JP6001173B2 (en) Data analysis apparatus, RDF data expansion method, and data analysis program
KR20230057114A (en) Method and apparatus for deriving keywords based on technical document database
JP6868576B2 (en) Event presentation system and event presentation device
JP6120607B2 (en) Requirement detection apparatus and requirement detection program
JP2019153271A5 (en)
JP2011100208A (en) Action estimation device, action estimation method, and action estimation program
JP6839360B2 (en) Display program, display method and display device
JP2006243832A (en) Workflow retrieval system
JP6897073B2 (en) Regional policy evaluation method and regional policy evaluation system
JP6604086B2 (en) Item value association processing method, item value association processing program, and information processing apparatus
JP2019133534A (en) Merging method, merging device, and merging program
JP2007025798A (en) Linguistic knowledge construction support program and method
US9426237B2 (en) Web navigation using web navigation pattern histories
JP6157166B2 (en) Parts generation system, method and program
JP5826148B2 (en) Drawing management server and drawing management system using the same
JP6575219B2 (en) Item value association processing method, item value association processing program, and information processing apparatus
JP6339932B2 (en) Data management apparatus, data management method, and data management program
Ghabach et al. Guiding Clone-and-Own When Creating Unplanned Products from a Software Product Line

Legal Events

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

Ref document number: 13888289

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015523704

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13888289

Country of ref document: EP

Kind code of ref document: A1