3 Create your first knowledge graph from ontologies
This chapter covers
- Selecting the best KG technology based on use cases
 - Constructing a KG to support clinicians’ activities
 - Performing analysis and ontology-based reasoning on top of a KG
 
KG construction is complex due to the need to extract and integrate information from data sources that differ in format (XML, CSV, JSON), storage technology (relational or document-oriented), information syntax (e.g., 2022-08-09 or 9 August 2022), and especially the meaning of the data. In healthcare, for instance, varied expressions that identify the same concept (type 2 diabetes versus ketosis-resistant diabetes), identical acronyms that define distinct concepts (PE as physical examination or pulmonary embolism), and information granularity (necrosis or lobular necrosis) are obstacles to data integration.
When constructing a KG, we aim for a unified, well-grounded, and meaningful representation of data from various sources, where individual pieces of information are integrated into a coherent view. Issues related to the meaning of data can be addressed using semantic integration. A common strategy is to adopt one or more ontologies as a reference schema and vocabulary for incoming data. An ontology lets you model data using a standard vocabulary that includes elements such as formal names, properties, categories, and relationships between entities described within the data.