<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge Graph on STEM to STEAM</title><link>https://adamfermier.github.io/madsciguys/tags/knowledge-graph/</link><description>Recent content in Knowledge Graph on STEM to STEAM</description><generator>Hugo</generator><language>en</language><atom:link href="https://adamfermier.github.io/madsciguys/tags/knowledge-graph/index.xml" rel="self" type="application/rss+xml"/><item><title>Artificial Intelligence</title><link>https://adamfermier.github.io/madsciguys/docs/4-arts/pharma/introduction/ai/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/4-arts/pharma/introduction/ai/</guid><description>&lt;p&gt;There has been a lot of hype around AI and pharma - how it can reduce costs and remove a lot of manual labor that for sometime was always seen as necessary human activities, that is writing. But now with large language models, AI can really start eroding away at those manual human tasks and launch us into the Industry 5.0 mentality of workers with AI assistance to do their jobs.&lt;/p&gt;</description></item><item><title>STEAM Knowledge Graph</title><link>https://adamfermier.github.io/madsciguys/docs/knowledge-graph/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/knowledge-graph/</guid><description>&lt;p&gt;The knowledge graph below is the living map of this site. Every section is a &lt;strong&gt;node&lt;/strong&gt;; every arrow is a named &lt;strong&gt;edge&lt;/strong&gt; that explains &lt;em&gt;how&lt;/em&gt; two areas of knowledge relate. This is the structural backbone behind the STEAM mission: not just five siloed disciplines, but an interconnected network where insights travel across boundaries.&lt;/p&gt;
&lt;h2 id="the-steam-domain-graph"&gt;The STEAM Domain Graph&lt;a class="td-heading-self-link" href="#the-steam-domain-graph"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-plantuml" data-lang="plantuml"&gt;@startuml
!theme plain
skinparam defaultFontSize 13
skinparam rectangle {
 BackgroundColor #EBF5FB
 BorderColor #2980B9
 FontColor #1A252F
 RoundCorner 12
}
skinparam arrow {
 Color #2C3E50
 FontColor #555555
 FontSize 11
}
skinparam note {
 BackgroundColor #FEF9E7
 BorderColor #F39C12
}

title STEAM Knowledge Graph — MadSciGuys

rectangle &amp;#34;**Science**\nBiology · Chemistry\nPhysics · Medicine&amp;#34; as SCI
rectangle &amp;#34;**Technology**\nBiotech · Energy\nManufacturing · IoT&amp;#34; as TECH
rectangle &amp;#34;**Engineering**\nChemical · Civil\nElectrical · Aerospace&amp;#34; as ENG
rectangle &amp;#34;**Arts**\nKnowledge Mgmt\nPharm · Industry 4.0&amp;#34; as ARTS
rectangle &amp;#34;**Mathematics**\nPredictive Modeling\nData Science · ML&amp;#34; as MATH

SCI -right-&amp;gt; TECH : &amp;#34;enables&amp;#34;
TECH -right-&amp;gt; ENG : &amp;#34;implements&amp;#34;
ENG -up-&amp;gt; ARTS : &amp;#34;designed by&amp;#34;
ARTS -left-&amp;gt; MATH : &amp;#34;formalized by&amp;#34;
MATH -down-&amp;gt; SCI : &amp;#34;models&amp;#34;

SCI -[#9B59B6,dashed]-&amp;gt; MATH : &amp;#34;measured by&amp;#34;
ARTS -[#27AE60,dashed]-&amp;gt; TECH : &amp;#34;shapes UX of&amp;#34;
MATH -[#E67E22,dashed]-&amp;gt; TECH : &amp;#34;optimizes&amp;#34;
ENG -[#E74C3C,dashed]-&amp;gt; SCI : &amp;#34;applies&amp;#34;
ARTS -[#2980B9,dashed]-&amp;gt; SCI : &amp;#34;frames questions for&amp;#34;

@enduml
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;h2 id="node-detail-what-each-domain-contains"&gt;Node Detail: What Each Domain Contains&lt;a class="td-heading-self-link" href="#node-detail-what-each-domain-contains"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-plantuml" data-lang="plantuml"&gt;@startuml
!theme plain
skinparam defaultFontSize 12
skinparam package {
 BackgroundColor #F8F9FA
 BorderColor #BDC3C7
}
skinparam class {
 BackgroundColor #EBF5FB
 BorderColor #2980B9
}

package &amp;#34;1 · Science&amp;#34; {
 class Biology {
 Molecular Biology
 Cell Biology
 Biochemistry
 }
 class Chemistry {
 Organic · Inorganic
 Physical · Analytical
 }
 class Physics {
 Quantum Mechanics
 Thermodynamics
 Cosmology
 }
 class Medicine {
 Internal Medicine
 Medical Genetics
 Immunology
 }
}

package &amp;#34;2 · Technology&amp;#34; {
 class BioTech
 class Energy
 class Manufacturing
 class Transportation
}

package &amp;#34;3 · Engineering&amp;#34; {
 class ChemicalEng as &amp;#34;Chemical Eng&amp;#34;
 class ElectricalEng as &amp;#34;Electrical Eng&amp;#34;
 class AerospaceEng as &amp;#34;Aerospace Eng&amp;#34;
 class ComputerEng as &amp;#34;Computer Eng&amp;#34;
}

package &amp;#34;4 · Arts&amp;#34; {
 class KnowledgeMgmt as &amp;#34;Knowledge Mgmt&amp;#34; {
 Ontological Semantics
 Design Study Method
 Taxonomy
 }
 class Pharma {
 Regulations (ICH)
 Scientific Method
 QbD / Control Strategy
 }
 class Industry40 as &amp;#34;Industry 4.0&amp;#34; {
 IoT · Big Data
 Cyber-Physical Systems
 Smart Factory
 }
}

package &amp;#34;5 · Mathematics&amp;#34; {
 class PredictiveModeling as &amp;#34;Predictive Modeling&amp;#34; {
 Data Science Lifecycle
 Feature Engineering
 Non-linear Regression
 }
}

@enduml
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;h2 id="cross-domain-relationship-map"&gt;Cross-Domain Relationship Map&lt;a class="td-heading-self-link" href="#cross-domain-relationship-map"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The edges below show the named semantic relationships used across this site. These are the &lt;em&gt;types&lt;/em&gt; of connections that form the knowledge graph structure.&lt;/p&gt;</description></item><item><title>Knowledge Manager</title><link>https://adamfermier.github.io/madsciguys/persona/knowledge-manager/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/persona/knowledge-manager/</guid><description>&lt;p&gt;A knowledge manager creates the systems, taxonomies, and processes that make knowledge discoverable and reusable. This persona is essential for connecting research, design, and implementation across STEAM projects.&lt;/p&gt;
&lt;p&gt;In the STEAM knowledge graph, the knowledge manager is the persona most directly responsible for &lt;em&gt;building&lt;/em&gt; the graph itself — defining the ontology, curating the fact repository, maintaining the lexicon, and ensuring the onomasticon stays current. Their work makes the graph navigable for every other persona.&lt;/p&gt;</description></item><item><title>Ontological Semantics</title><link>https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/ontological-semantics/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/ontological-semantics/</guid><description>&lt;h2 id="architecture-of-ontological-semantics"&gt;Architecture of Ontological Semantics&lt;a class="td-heading-self-link" href="#architecture-of-ontological-semantics"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The key components required to build a knowledge framework leveraging Ontological Semantics — the theoretical grounding that has enabled the current field of Large Language Models — which help us create knowledge out of existing sources in a systematic manner.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-plantuml" data-lang="plantuml"&gt;@startuml
!theme plain
skinparam defaultFontSize 13
skinparam component {
 BackgroundColor #EBF5FB
 BorderColor #2980B9
 FontColor #1A252F
 RoundCorner 10
}
skinparam database {
 BackgroundColor #FEF9E7
 BorderColor #F39C12
}
skinparam rectangle {
 BackgroundColor #EAFAF1
 BorderColor #27AE60
 RoundCorner 8
}
skinparam arrow {
 Color #2C3E50
 FontColor #555
 FontSize 11
}

title Architecture of Ontological Semantics

package &amp;#34;Static Knowledge Sources&amp;#34; {
 database &amp;#34;Ontology\n(World Model)&amp;#34; as ONT
 database &amp;#34;Fact Repository\n(Domain Facts)&amp;#34; as FACT
 database &amp;#34;Lexicon\n(Word Forms &amp;amp; Meanings)&amp;#34; as LEX
 database &amp;#34;Onomasticon\n(Named Entities)&amp;#34; as ONOM
}

component &amp;#34;Knowledge Representation\nLanguage&amp;#34; as KRL

rectangle &amp;#34;Semantic Analyzer\n(Large Language Model)&amp;#34; as LLM

rectangle &amp;#34;Use Cases&amp;#34; as UC {
 component &amp;#34;Text Summarization&amp;#34; as TS
 component &amp;#34;Question &amp;amp; Answering&amp;#34; as QA
 component &amp;#34;AI Agents&amp;#34; as AG
}

ONT --&amp;gt; KRL : &amp;#34;defines concepts&amp;#34;
FACT --&amp;gt; KRL : &amp;#34;instantiates&amp;#34;
LEX --&amp;gt; KRL : &amp;#34;maps words → meaning&amp;#34;
ONOM --&amp;gt; KRL : &amp;#34;resolves named entities&amp;#34;

KRL --&amp;gt; LLM : &amp;#34;structured meaning\nrepresentation&amp;#34;

LLM --&amp;gt; TS
LLM --&amp;gt; QA
LLM --&amp;gt; AG
@enduml
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;h2 id="the-four-static-knowledge-sources"&gt;The Four Static Knowledge Sources&lt;a class="td-heading-self-link" href="#the-four-static-knowledge-sources"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="ontology--the-world-model"&gt;Ontology — the World Model&lt;a class="td-heading-self-link" href="#ontology--the-world-model"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;The ontology defines the concepts that exist in a domain and the relationships between them. It is the &lt;strong&gt;schema&lt;/strong&gt; of the knowledge graph: what nodes (concepts) and edge types (relationships) are valid. Without an ontology, a knowledge base is just a bag of facts with no shared meaning.&lt;/p&gt;</description></item></channel></rss>