<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge on STEM to STEAM</title><link>https://adamfermier.github.io/madsciguys/categories/knowledge/</link><description>Recent content in Knowledge on STEM to STEAM</description><generator>Hugo</generator><language>en</language><atom:link href="https://adamfermier.github.io/madsciguys/categories/knowledge/index.xml" rel="self" type="application/rss+xml"/><item><title>Knowledge Management: The Strategic Foundation of Research</title><link>https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/</guid><description>&lt;p&gt;Knowledge Management is a key revenue source as it helps ensure you do not repeat what others may know and ensures you are spending the scarce resources you have in the most effective manner.&lt;/p&gt;
&lt;p&gt;It does NOT happen automatically. Organizations need to take deliberate action to manage what they know and organize it in a manner that others in the areas of research can find and quickly learn and add their knowledge to this structured approach.&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><item><title>Paper on Glass: Digital Process Data Capture with S88/S95 Ontology Alignment</title><link>https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/ontological-semantics/s88-s95-opportunities/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/ontological-semantics/s88-s95-opportunities/</guid><description>&lt;h2 id="abstract"&gt;Abstract&lt;a class="td-heading-self-link" href="#abstract"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The &amp;ldquo;paper on glass&amp;rdquo; paradigm represents a transformative approach to industrial process documentation, where traditional paper-based records are digitally replicated while maintaining familiar workflows. This paper explores how such systems can be enhanced through alignment with established manufacturing ontologies, specifically ISA-88 (S88) batch control and ISA-95 (S95) enterprise-control integration standards, creating a unified framework for recipe management and process data capture.&lt;/p&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;a class="td-heading-self-link" href="#introduction"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Manufacturing industries have long relied on paper-based documentation for recipe management, batch records, and process data collection. The &amp;ldquo;paper on glass&amp;rdquo; concept digitizes these familiar interfaces while preserving the cognitive patterns operators have developed over decades. However, true digital transformation requires more than visual replication—it demands semantic alignment with standardized ontologies that enable interoperability, data consistency, and automated processing.&lt;/p&gt;</description></item></channel></rss>