SlideShare a Scribd company logo
1 of 25
Practical Ontology for
Enterprise Data Management
5 W's:
An enterprise needs to know
what data they own,
who uses it,
when it is updated,
where it is stored and used,
why it is useful.
Practical . . . Ontology
Practical             Ontology
 Delivers value       What exists


 Easy to use          Relationships



Scope:
Enterprise – produces a set
       of products and services
       for a specific market / constituency
Simple Technique
  The message
     is the
    feature.
Everything follows from that.
The message is the feature.


    Generally, enterprise ITS organizations
    spend most of their resources integrating
    purchased components, not building them.

    Business processes communicate
    by sending messages.

    If you analyze those messages,
    you discover almost everything
    about the data.
Three Kinds of Message
 Request – Response 	

 : Work Order
 Please deliver cake to customer.
 Question – Answer 	

  	

 : Query
 What is order’s delivery-address?
 Publish – Subscribe 	

    : Notice
 Oven has reached preheat-temperature.
Request – Response :
   What = What action is requested?
                          (Write English sentence.)
   Who = Actor requesting, actor responding.
   Where = Components (are proxies for actors)
   When = Task Delegation / Hand-off
   Why = Business Process Workflow
Question – Answer :
   What:
       What is the question? (Write it in English)
       What is the expected form of the answer?
   Who = Client is asking System of Record
   Where = Components (proxies for actors)
   When and Why:
       Details needed for operation (task in workflow)
       Details aggregated into metrics
Publish – Subscribe :
   What = Business Event Fact (Write it in English)
   Who = Who publishes? Who needs to know?
   Where = Components that proxy for who.
   When = Other actor needs to know:
       Asset Changes
       Account Changes
       Outages
       Work started / completed / suspended
   Why = Audit / Tracking (Metric) / Trigger
Five Message H's: How . . .
   How often = frequency of message
   How fast = response time needed
   How long = record retention period
   How much = Mega / Giga / Tera / Peta – Bytes
   How do:
       How protected = encryption / access control
       How transported = infrastructure used
       How formatted = XSD / . . .
Message ==> Nouns ==>
1.Write the message out as a full sentence.
2.Underline the nouns.
3.Analyze the nouns: Each noun refers to . . .
       Entity: Identifiable / Countable
       Entity Attribute: Describes some entity.
       Attribute Categories: Example: Color Green
       Entity-Owned Collection: Set, Bag, or List of . . .
   Entity is defined by its supertypes and attributes
Entity Facts
   What is the operational meaning of a data record?
   Who
       . . . is entity custodian? (business process)
       . . . has access to which fields?
   Where is entity record? (system of record)
   When is the entity data changed? (life-cycle: business events)
   Why is it useful?      (ROI / ROA)
       Clients that query
       Business metrics derived
       Compliance with rules / regulations / best practice
Message ==> Capability

    Request – Response
    ==> Ability to provide a service / product

    Question – Answer
    ==> Ability to interpret the query and answer it

    Publish – Subscribe
    ==> Publisher is qualified observer
    . . . (sufficient for an internal notice)
    ==> Publisher is authority for that event data
    . . . (necessary for wider audience)
Capability ==> Function / Feature
   What capability?
       User Story / Use Case
       Given . . . When . . . Then . . .
   Who = Which business process provides?
   Where = Which application / component provides?

    When = Business Process Task (business event)
    	

 	

 	

 that requires capability
   Why = Business benefit (faster / better / cheaper)

    Structured English                                     Notations
    (natural language structured for processing)
   SQL – Data Description Language
   Interface Description Languages
       CORBA IDL
       Java Interface declaration / equivalent in language X
       Web Service Description Language (WSDL)
   Business Process / Workflow Description
       Business Process Modeling Notation (BPMN)
       Business Process Execution Language (BPEL)
   Miscellaneous XML
       XML Schema Document (XSD)
       Web Ontology Language (OWL)
       Resource Description Framework (RDF)
       ALICE (Chat-Bot NLP: translate queries to standard form)
Examples in Hum
• Hum is not a product. It is an experiment.
• Open source - written in Smalltalk.
• Examples to show basic concepts.
• Point is that you can do this kind of thing
  using structured natural language
  as the notation.
• 5x8 cards will work almost as well
Each of these statements
Plan Tree                            indicates a message.


 Goal: <imperative statement>
 Post-Condition: <assertion statement>
 Preconditions:
 • <assertion statement>
 • <assertion statement>
 Action:
 • <role> : <imperative statement>
Plan Tree - Example
Goal: Bake a cake according to recipe.
Post-Condition: Cake is baked per recipe.
Preconditions:
• Oven is at preheat-temperature per recipe.
• Cake batter is in a prepared cake pan.
Action:
• Cook : Bake in oven for bake-time given in recipe.
Role-Action : Procedure
Role: <Role-Name>.
Action: <imperative statement>
• <imperative Statement>
• <role-name> : <imperative statement>
• If <condition>:
     • ...
• ...
Role-Action : Example
Role: Cook.
Action: Bake in oven for bake-time given in recipe.
• Open the oven door.
• Place the pan in the oven.
• Close the oven door.
• Oven: Bake for the bake-time given in recipe.
Message delegates step to automated oven (role).
Noun Relations
Dictionary: <title indicates context>
• A <noun> is a <noun>.
• <noun> attributes include <noun>, . . .
• <noun> categories include <noun>, . . .
• <noun> contains a <collection> of <plural noun>.
• ...
Noun Relations - Example
Dictionary: Baker’s vocabulary.
• A mixing-bowl is a container.
• Recipe attributes include temperature, duration, . . .
• Cake-type categories include layer-cake, bunt-cake.
• Recipe contains a list of steps.
• A temperature is a measurement.
 Yellow nouns above could be in a base vocabulary.
Base Vocabulary
Dictionary: Base vocabulary.
   • A weight is a measure.
   • Measure attributes include quantity, precision,
     unit-of-measure, method.
   • Unit-of-measure categories include Wh,VAh,V.
   • Wh is shorthand for Watt-hours.
   • ...
(Could be open source like OpenCyc.)
Dialogs and Use Cases
Dialog: <arbitrary title giving overview>.
Context: <name-of-context for disambiguation>.
(Vignette -- starts with a specific user statement)
• U: <user statement>
• S: <system response>
 • <role> : <action statement>
Dialog - Example
Dialog: User authentication.
Context: New session.
U: [User arrives with cookie.]
S: Hello [user name]. What would you like to do?
Context: Expect user request.
U: I want to pay my bill.
S: Your balance is [user account balance].
    Would you like to pay by credit card or PayPal?
Summary
• Enterprise ITS needs to know what data it owns
  and who uses it, when, where, and why.
• Enterprise actors communicate with messages.
• By analyzing message nouns and context,
  we discover ontology content.
• Structured English provides human readable
  information that is also machine readable
  once the nouns are identified.

More Related Content

Similar to Practical Ontology For Enterprise Data Management

Document IT Communicate IT Succeed
Document IT Communicate IT SucceedDocument IT Communicate IT Succeed
Document IT Communicate IT SucceedDeborah Gleason
 
Understanding Objects by Mark Lewis
Understanding Objects by Mark LewisUnderstanding Objects by Mark Lewis
Understanding Objects by Mark LewisMark Lewis
 
Practical operability techniques for teams - Matthew Skelton - Agile in the C...
Practical operability techniques for teams - Matthew Skelton - Agile in the C...Practical operability techniques for teams - Matthew Skelton - Agile in the C...
Practical operability techniques for teams - Matthew Skelton - Agile in the C...Skelton Thatcher Consulting Ltd
 
RailswayCon 2010 - Command Your Domain
RailswayCon 2010 - Command Your DomainRailswayCon 2010 - Command Your Domain
RailswayCon 2010 - Command Your DomainLourens Naudé
 
Apache O D E Apache Con E U2008
Apache O D E  Apache Con E U2008Apache O D E  Apache Con E U2008
Apache O D E Apache Con E U2008elliando dias
 
JavaOne 2007 - TS4721
JavaOne 2007 - TS4721 JavaOne 2007 - TS4721
JavaOne 2007 - TS4721 Edgar Silva
 
What is going on? Application Diagnostics on Azure - Copenhagen .NET User Group
What is going on? Application Diagnostics on Azure - Copenhagen .NET User GroupWhat is going on? Application Diagnostics on Azure - Copenhagen .NET User Group
What is going on? Application Diagnostics on Azure - Copenhagen .NET User GroupMaarten Balliauw
 
Practical operability techniques for teams - webinar - Skelton Thatcher & Unicom
Practical operability techniques for teams - webinar - Skelton Thatcher & UnicomPractical operability techniques for teams - webinar - Skelton Thatcher & Unicom
Practical operability techniques for teams - webinar - Skelton Thatcher & UnicomSkelton Thatcher Consulting Ltd
 
Specification-by-Example: A Cucumber Implementation
Specification-by-Example: A Cucumber ImplementationSpecification-by-Example: A Cucumber Implementation
Specification-by-Example: A Cucumber ImplementationTechWell
 
Migrating to Alfresco Part II: The “How” – Tools & Best Practices for Renovat...
Migrating to Alfresco Part II: The “How” – Tools & Best Practices for Renovat...Migrating to Alfresco Part II: The “How” – Tools & Best Practices for Renovat...
Migrating to Alfresco Part II: The “How” – Tools & Best Practices for Renovat...Zia Consulting
 
Web develop in flask
Web develop in flaskWeb develop in flask
Web develop in flaskJim Yeh
 
ilovepdf_ ( التحليل الوظيفي : العامل الرئيسي في منهجية الهندسة القيمية) المحا...
ilovepdf_ ( التحليل الوظيفي : العامل الرئيسي في منهجية الهندسة القيمية) المحا...ilovepdf_ ( التحليل الوظيفي : العامل الرئيسي في منهجية الهندسة القيمية) المحا...
ilovepdf_ ( التحليل الوظيفي : العامل الرئيسي في منهجية الهندسة القيمية) المحا...Egyptian Engineers Association
 
CTU June 2011 - Opalis: Orchestrating your Data Center
CTU June 2011 - Opalis: Orchestrating your Data CenterCTU June 2011 - Opalis: Orchestrating your Data Center
CTU June 2011 - Opalis: Orchestrating your Data CenterSpiffy
 
Lecture7 use case modeling
Lecture7 use case modelingLecture7 use case modeling
Lecture7 use case modelingShahid Riaz
 
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...Joseph Alaimo Jr
 

Similar to Practical Ontology For Enterprise Data Management (20)

Document IT Communicate IT Succeed
Document IT Communicate IT SucceedDocument IT Communicate IT Succeed
Document IT Communicate IT Succeed
 
Understanding Objects by Mark Lewis
Understanding Objects by Mark LewisUnderstanding Objects by Mark Lewis
Understanding Objects by Mark Lewis
 
Faq
Faq  Faq
Faq
 
Practical operability techniques for teams - Matthew Skelton - Agile in the C...
Practical operability techniques for teams - Matthew Skelton - Agile in the C...Practical operability techniques for teams - Matthew Skelton - Agile in the C...
Practical operability techniques for teams - Matthew Skelton - Agile in the C...
 
Appengine Nljug
Appengine NljugAppengine Nljug
Appengine Nljug
 
RailswayCon 2010 - Command Your Domain
RailswayCon 2010 - Command Your DomainRailswayCon 2010 - Command Your Domain
RailswayCon 2010 - Command Your Domain
 
BDD Primer
BDD PrimerBDD Primer
BDD Primer
 
Oops Concepts
Oops ConceptsOops Concepts
Oops Concepts
 
Apache O D E Apache Con E U2008
Apache O D E  Apache Con E U2008Apache O D E  Apache Con E U2008
Apache O D E Apache Con E U2008
 
JavaOne 2007 - TS4721
JavaOne 2007 - TS4721 JavaOne 2007 - TS4721
JavaOne 2007 - TS4721
 
What is going on? Application Diagnostics on Azure - Copenhagen .NET User Group
What is going on? Application Diagnostics on Azure - Copenhagen .NET User GroupWhat is going on? Application Diagnostics on Azure - Copenhagen .NET User Group
What is going on? Application Diagnostics on Azure - Copenhagen .NET User Group
 
Practical operability techniques for teams - webinar - Skelton Thatcher & Unicom
Practical operability techniques for teams - webinar - Skelton Thatcher & UnicomPractical operability techniques for teams - webinar - Skelton Thatcher & Unicom
Practical operability techniques for teams - webinar - Skelton Thatcher & Unicom
 
Specification-by-Example: A Cucumber Implementation
Specification-by-Example: A Cucumber ImplementationSpecification-by-Example: A Cucumber Implementation
Specification-by-Example: A Cucumber Implementation
 
Migrating to Alfresco Part II: The “How” – Tools & Best Practices for Renovat...
Migrating to Alfresco Part II: The “How” – Tools & Best Practices for Renovat...Migrating to Alfresco Part II: The “How” – Tools & Best Practices for Renovat...
Migrating to Alfresco Part II: The “How” – Tools & Best Practices for Renovat...
 
Web develop in flask
Web develop in flaskWeb develop in flask
Web develop in flask
 
ilovepdf_ ( التحليل الوظيفي : العامل الرئيسي في منهجية الهندسة القيمية) المحا...
ilovepdf_ ( التحليل الوظيفي : العامل الرئيسي في منهجية الهندسة القيمية) المحا...ilovepdf_ ( التحليل الوظيفي : العامل الرئيسي في منهجية الهندسة القيمية) المحا...
ilovepdf_ ( التحليل الوظيفي : العامل الرئيسي في منهجية الهندسة القيمية) المحا...
 
CTU June 2011 - Opalis: Orchestrating your Data Center
CTU June 2011 - Opalis: Orchestrating your Data CenterCTU June 2011 - Opalis: Orchestrating your Data Center
CTU June 2011 - Opalis: Orchestrating your Data Center
 
Lecture7 use case modeling
Lecture7 use case modelingLecture7 use case modeling
Lecture7 use case modeling
 
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
 
Dev ops
Dev opsDev ops
Dev ops
 

More from Richard Green

Inventing The Next Business Programming Language
Inventing The Next Business Programming LanguageInventing The Next Business Programming Language
Inventing The Next Business Programming LanguageRichard Green
 
Agile SOA - Agile EAI
Agile SOA - Agile EAIAgile SOA - Agile EAI
Agile SOA - Agile EAIRichard Green
 
Zen and Enterprise Architecture
Zen and Enterprise ArchitectureZen and Enterprise Architecture
Zen and Enterprise ArchitectureRichard Green
 
Agile Architecture (MAE slides)
Agile Architecture (MAE slides)Agile Architecture (MAE slides)
Agile Architecture (MAE slides)Richard Green
 
Agile Architecture (MAE slides with speaker notes)
Agile Architecture (MAE slides with speaker notes)Agile Architecture (MAE slides with speaker notes)
Agile Architecture (MAE slides with speaker notes)Richard Green
 

More from Richard Green (8)

Inventing The Next Business Programming Language
Inventing The Next Business Programming LanguageInventing The Next Business Programming Language
Inventing The Next Business Programming Language
 
User stories
User storiesUser stories
User stories
 
Genetic algorithms
Genetic algorithmsGenetic algorithms
Genetic algorithms
 
Agile SOA - Agile EAI
Agile SOA - Agile EAIAgile SOA - Agile EAI
Agile SOA - Agile EAI
 
Given When Then
Given When ThenGiven When Then
Given When Then
 
Zen and Enterprise Architecture
Zen and Enterprise ArchitectureZen and Enterprise Architecture
Zen and Enterprise Architecture
 
Agile Architecture (MAE slides)
Agile Architecture (MAE slides)Agile Architecture (MAE slides)
Agile Architecture (MAE slides)
 
Agile Architecture (MAE slides with speaker notes)
Agile Architecture (MAE slides with speaker notes)Agile Architecture (MAE slides with speaker notes)
Agile Architecture (MAE slides with speaker notes)
 

Recently uploaded

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Recently uploaded (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Practical Ontology For Enterprise Data Management

  • 1. Practical Ontology for Enterprise Data Management 5 W's: An enterprise needs to know what data they own, who uses it, when it is updated, where it is stored and used, why it is useful.
  • 2. Practical . . . Ontology Practical Ontology  Delivers value  What exists  Easy to use  Relationships Scope: Enterprise – produces a set of products and services for a specific market / constituency
  • 3. Simple Technique The message is the feature. Everything follows from that.
  • 4. The message is the feature.  Generally, enterprise ITS organizations spend most of their resources integrating purchased components, not building them.  Business processes communicate by sending messages.  If you analyze those messages, you discover almost everything about the data.
  • 5. Three Kinds of Message  Request – Response : Work Order Please deliver cake to customer.  Question – Answer : Query What is order’s delivery-address?  Publish – Subscribe : Notice Oven has reached preheat-temperature.
  • 6. Request – Response :  What = What action is requested? (Write English sentence.)  Who = Actor requesting, actor responding.  Where = Components (are proxies for actors)  When = Task Delegation / Hand-off  Why = Business Process Workflow
  • 7. Question – Answer :  What:  What is the question? (Write it in English)  What is the expected form of the answer?  Who = Client is asking System of Record  Where = Components (proxies for actors)  When and Why:  Details needed for operation (task in workflow)  Details aggregated into metrics
  • 8. Publish – Subscribe :  What = Business Event Fact (Write it in English)  Who = Who publishes? Who needs to know?  Where = Components that proxy for who.  When = Other actor needs to know:  Asset Changes  Account Changes  Outages  Work started / completed / suspended  Why = Audit / Tracking (Metric) / Trigger
  • 9. Five Message H's: How . . .  How often = frequency of message  How fast = response time needed  How long = record retention period  How much = Mega / Giga / Tera / Peta – Bytes  How do:  How protected = encryption / access control  How transported = infrastructure used  How formatted = XSD / . . .
  • 10. Message ==> Nouns ==> 1.Write the message out as a full sentence. 2.Underline the nouns. 3.Analyze the nouns: Each noun refers to . . .  Entity: Identifiable / Countable  Entity Attribute: Describes some entity.  Attribute Categories: Example: Color Green  Entity-Owned Collection: Set, Bag, or List of . . .  Entity is defined by its supertypes and attributes
  • 11. Entity Facts  What is the operational meaning of a data record?  Who  . . . is entity custodian? (business process)  . . . has access to which fields?  Where is entity record? (system of record)  When is the entity data changed? (life-cycle: business events)  Why is it useful? (ROI / ROA)  Clients that query  Business metrics derived  Compliance with rules / regulations / best practice
  • 12. Message ==> Capability  Request – Response ==> Ability to provide a service / product  Question – Answer ==> Ability to interpret the query and answer it  Publish – Subscribe ==> Publisher is qualified observer . . . (sufficient for an internal notice) ==> Publisher is authority for that event data . . . (necessary for wider audience)
  • 13. Capability ==> Function / Feature  What capability?  User Story / Use Case  Given . . . When . . . Then . . .  Who = Which business process provides?  Where = Which application / component provides?  When = Business Process Task (business event) that requires capability  Why = Business benefit (faster / better / cheaper)
  • 14. Structured English Notations (natural language structured for processing)  SQL – Data Description Language  Interface Description Languages  CORBA IDL  Java Interface declaration / equivalent in language X  Web Service Description Language (WSDL)  Business Process / Workflow Description  Business Process Modeling Notation (BPMN)  Business Process Execution Language (BPEL)  Miscellaneous XML  XML Schema Document (XSD)  Web Ontology Language (OWL)  Resource Description Framework (RDF)  ALICE (Chat-Bot NLP: translate queries to standard form)
  • 15. Examples in Hum • Hum is not a product. It is an experiment. • Open source - written in Smalltalk. • Examples to show basic concepts. • Point is that you can do this kind of thing using structured natural language as the notation. • 5x8 cards will work almost as well
  • 16. Each of these statements Plan Tree indicates a message. Goal: <imperative statement> Post-Condition: <assertion statement> Preconditions: • <assertion statement> • <assertion statement> Action: • <role> : <imperative statement>
  • 17. Plan Tree - Example Goal: Bake a cake according to recipe. Post-Condition: Cake is baked per recipe. Preconditions: • Oven is at preheat-temperature per recipe. • Cake batter is in a prepared cake pan. Action: • Cook : Bake in oven for bake-time given in recipe.
  • 18. Role-Action : Procedure Role: <Role-Name>. Action: <imperative statement> • <imperative Statement> • <role-name> : <imperative statement> • If <condition>: • ... • ...
  • 19. Role-Action : Example Role: Cook. Action: Bake in oven for bake-time given in recipe. • Open the oven door. • Place the pan in the oven. • Close the oven door. • Oven: Bake for the bake-time given in recipe. Message delegates step to automated oven (role).
  • 20. Noun Relations Dictionary: <title indicates context> • A <noun> is a <noun>. • <noun> attributes include <noun>, . . . • <noun> categories include <noun>, . . . • <noun> contains a <collection> of <plural noun>. • ...
  • 21. Noun Relations - Example Dictionary: Baker’s vocabulary. • A mixing-bowl is a container. • Recipe attributes include temperature, duration, . . . • Cake-type categories include layer-cake, bunt-cake. • Recipe contains a list of steps. • A temperature is a measurement. Yellow nouns above could be in a base vocabulary.
  • 22. Base Vocabulary Dictionary: Base vocabulary. • A weight is a measure. • Measure attributes include quantity, precision, unit-of-measure, method. • Unit-of-measure categories include Wh,VAh,V. • Wh is shorthand for Watt-hours. • ... (Could be open source like OpenCyc.)
  • 23. Dialogs and Use Cases Dialog: <arbitrary title giving overview>. Context: <name-of-context for disambiguation>. (Vignette -- starts with a specific user statement) • U: <user statement> • S: <system response> • <role> : <action statement>
  • 24. Dialog - Example Dialog: User authentication. Context: New session. U: [User arrives with cookie.] S: Hello [user name]. What would you like to do? Context: Expect user request. U: I want to pay my bill. S: Your balance is [user account balance]. Would you like to pay by credit card or PayPal?
  • 25. Summary • Enterprise ITS needs to know what data it owns and who uses it, when, where, and why. • Enterprise actors communicate with messages. • By analyzing message nouns and context, we discover ontology content. • Structured English provides human readable information that is also machine readable once the nouns are identified.

Editor's Notes

  1. As a methodologist and software engineer, I&amp;#x2019;ve designed CASE tools that collect and impose organization on meta-data at all levels of detail.\nAs a enterprise architect, I&amp;#x2019;ve worked in an environment that uses planning-level data.In a planning context, you need a method for quickly characterizing the problem space at the enterprise level.I&amp;#x2019;ve stumbled on to a way to do that.\nBut first, for orientation, you can&amp;#x2019;t go wrong thinking about the journalist&amp;#x2019;s 5W&amp;#x2019;s.When we are collecting data about Enterprise&amp;#x2019;s data,we need to knowwhat . . ., who . . ., when . . ., where . . ., and why . . . \n\n
  2. Here are my short definitions of the words practical, ontology, and enterprise.\n
  3. Here is the essence of my working method.If you don&amp;#x2019;t remember anything else I say today,just remember &amp;#x201C;The message is the feature.&amp;#x201D;\nEverything else follows from that.\n
  4. Why do I say &amp;#x201C;The message is the feature.&amp;#x201D; ???\nI work in a corporate ITS organization.\nIn that context, we rarely produce software products.\nWe mostly work on integrating products that we purchased.\nBut, what does that really mean?\nBusiness units communicate with each other by sending messages.If you analyze that message traffic, you discover almost everything you need to know.\n
  5. At the most basic level, there are just three kinds of message.\nRequest - Response . . . Whether it is called a purchase order, work ticket, job ticket, reservation, or whatever; in essence it is a work order request that some product or service be done or delivered.\nQuestion - Answer . . . One business unit is requesting data from another business unit that is the custodian of that data.\nPublish - Subscribe . . . The business unit that is the authorized observer announces a business event. It &amp;#x201C;publishes&amp;#x201D; it. Other units that have an interest in that kind of event may &amp;#x201C;subscribe&amp;#x201D; to those announcements.\n\n
  6. The five W&amp;#x2019;s may be refined according to the type of message.\nIn every case, you should write the message out a a well-formed English sentence. (Of course, if your organization works in some other language, you should use that language.)\nFor example:\nThe who should relate to the role or actor that sends and receives the message.\nThe where should relate to the computer applications or services that are acting as the electronic proxies for those actors.\nThe when and why should relate back to a workflow. The why is the workflow -- At &amp;#x201C;run time&amp;#x201D; the work flow will typically be triggered by a higher-level &amp;#x201C;master&amp;#x201D; work-order.The task will usually represent a delegation of some work from one organization to another.\n
  7. For the &amp;#x201C;Question - Answer&amp;#x201D; message, the most important fact is the &amp;#x201C;who&amp;#x201D; -- Who is the &amp;#x201C;system of record&amp;#x201D; for the data involved?\n
  8. For &amp;#x201C;Publish -- Subscribe&amp;#x201D; the you want to know who is responsible for publishing.\nAll kinds of business events need to be published.Don&amp;#x2019;t confused data events with business events, the data got changed for a reason.The business event is the reason, and that is what you want to capture.\n
  9. The operations folks are more interested in the five H&amp;#x2019;s rather than five W&amp;#x2019;s.\nOh, I cheated. The &amp;#x201C;How to do it?&amp;#x201D; question breaks down into several other questions.\nAs you are analyzing messages, you will need to pick up answers to these questions as well.\n
  10. Here is the simple technique. \nThis is &amp;#x201C;Object Oriented Analysis 101&amp;#x201D;.\nThere are three steps:\nOne: Write the message out as a complete sentence.Two: Underline the nouns.Three: Figure out that the noun is referencing using entity-relationship concepts.\n
  11. In the noun side of the ontology, you focus on the nouns that refer to entities.\n
  12. You can analyze the message content to discover the capabilities that are implicit in the messages.\nObviously, if a business unit is requesting a product or service from another unit, the other unit is expected to have the capability of producing that product or service.\n
  13. Going somewhat beyond the message, you can identify the function required.\nThese might go into a business architecture or technical architecture.\n
  14. The nice thing about standards is that there are so many to choose from.\nThe not so nice thing is that information is often lost or even garbled in the process of translating from one notation to another.\nI prefer to work in structured English, it has the advantage of flexibility and being both human-readable and machine-readable.And, I believe, there is less information loss.\n
  15. I am going to demonstrate the ideas I&amp;#x2019;ve been talking about \nin a structured English notation.\nThe particular notation that you use does not really matter.\nThe main point is that you have a way to capture different kinds of business process knowledge.\n\nYou also don&amp;#x2019;t need an expensive tool.\n5x8 cards will work almost as well as most of the meta-data systems that you might buy.\n\n
  16. This is a structured English notation for defining plans.\nYou can use this notation to identify work that may proceed in parallel workflows.\nIf you diagram this, you get a kind of precedence chart or state-transition diagram.\n
  17. Here is an example.\nThe nouns are underlined.\nA syntax analyzer would warn that some of the nouns have no antecedent in the post-condition.\n\nYou can take the algebra out of a programming notation, but you cannot take the programming out.\n
  18. This is a structured English notation for defining procedures -- a sequence of tasks that are assigned to a single role.\n
  19. Here is an example of that notation.\nNote that the primary actor can delegate a task to another role.\n\n
  20. Structured English become executable once the nouns are known.\nIn natural language, nouns represent variables that are assigned values at run-time.\nThis notation provides the means of identifying the nouns and their relationships.\n
  21. Here is an example.\nSome nouns may belong to a base vocabulary.\nThe base vocabulary contains terms that are common to all business situations.\nThe base could also be extended to include terms that are common to a given industry.\n\n
  22. In the business world, a number is not a mathematical abstraction.\nIt always represents a measurement with a unit of measure and some limited precision.\nThis illustrates one of the differences between computer programming and business programming.\nIn computer programming, someone would be concerned with how this concept would be represented in the hardware.\nIn business programming, we simply require that the run time will do the right thing.\n
  23. This is a structured English notation for defining dialogs, protocols, and use case scenarios.\n\n
  24. Here is an example.\nThis basic idea is that it reads like a stage play.\n&amp;#x201C;He said&amp;#x201D; . . . &amp;#x201C;She said&amp;#x201D; plus some direction about what is happening in the background.\n\nI derived this notation from a chat-bot notation called &amp;#x201C;ALICE&amp;#x201D;.\nIn essence, this part of the system would execute like a chat-bot.\nBut, with some refinement, it can be used as any kind of event-driven production system.\n\nIn the context of an ontology, this notation provides a way to capture this kind of message exchange.\n\n
  25. \n