Knowledge map extension model, structured knowledge storage method and device
A technology of structured knowledge and knowledge graph, which is applied in the field of structured knowledge storage and knowledge graph expansion model, can solve problems such as inability to automatically reason, inability to perform quantitative reasoning and quantitative calculation, and inability to reflect the quantitative relationship between entities, so as to achieve simplification The effect of difficulty, ease of storage and query
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example 1
[0105] Example 1: Query the collection of entities that have relationship R1 with entity E1. For example, what nutrients does carrot (E1) contain (R1)? The way to query in Structured Query Language (SQL) can be expressed as:
[0106] SELECT ed.* FROM EDTable ed
[0107] INNER JOIN ERTable er
[0108] ON ed.EID=er.EID2
[0109] WHERE er.EID1=EID(E1) AND er.RID=RID(R1)
example 2
[0110] Example 2: Query the collection of entity E, so that all the elements in the collection are satisfied at the same time:
[0111] (1) The A1 value attribute of the relationship R1 with the entity E2 is greater than C1;
[0112] (2) The A1 value attribute of the relationship R1 with the entity E3 is smaller than C2.
[0113] For example, to find the food set (E), so that each food in the set satisfies at the same time:
[0114] (1) Contains (R1) vitamin (E2) content (A1) greater than 10;
[0115] (2) Contains (R1) heat (E3) content (A1) less than 100.
[0116] The method of querying with SQL can be expressed as:
[0117] SELECT ed.*FROM EDTable ed WHERE ed.EID IN(
[0118] SELECT DISTINCT er.EID FROM ERTable er INNER JOIN ERATable era ON er.ERID=era.ERID
[0119] WHERE er.EID2=EID(E2) AND era.AID=AID(A1) AND era.VALUE>C1
[0120] INTERSECT
[0121] SELECT DISTINCT er.EID FROM ERTable er INNER JOIN ERATable era ON er.ERID=era.ERID
[0122] WHERE er.EID2=EID(E3) AND...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com