Fix ontology school review issues 12 to 16 for fibo loans lab#47
Open
ravi-chandu wants to merge 4 commits into
Open
Fix ontology school review issues 12 to 16 for fibo loans lab#47ravi-chandu wants to merge 4 commits into
ravi-chandu wants to merge 4 commits into
Conversation
…ing path Catalogue entry: - 8 entity types: Supplier, Component, ProductLine, DisruptionEvent, RiskAssessment, MitigationAction, AlternativeSupplier - 40+ data properties (reliability scores, inventory levels, lead times, risk assessments, cost/revenue metrics) - 7 object properties modeling full disruption cascade: disruption → supplier impact → component risk → product exposure → risk assessment → mitigation action → alternative supplier activation - Fabric IQ validated (no self-references, proper enum sets) - Author: Ravi Chandu Edru Learning path (4 articles): - 01 Scenario Overview: real-world disruption cascades and the business case - 02 Core Entities and Properties: 8 entity types with full property reference - 03 Risk Propagation Model: 7 relationships and cascade diagram - 04 Mitigation Execution and Automation: Fabric IQ agent workflows end-to-end Tests: - Updated catalogue entry count from 53 to 54 HR System: - Updated author to Ravi Chandu Edru
- correct FIBO module and class provenance across steps 1-5 - refine references, further reading links, and licensing wording - regenerate learn.json via learn build
…ound into fix/fibo-loans-lab-review-12-16
…review-12-16 # Conflicts: # public/learn.json # scripts/compile-catalogue.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR resolves the open Ontology School review issues for the fibo loans lab lessons by correcting source provenance, module references, and attribution wording across all 5 steps.
What Was Fixed
Scenario Overview
Core Loan Triad
Collateral and Schedules
Servicing and Payment History
Risk and Classifiers
Files Changed
content/learn/fibo-loans-lab/01-scenario-overview.mdcontent/learn/fibo-loans-lab/02-core-loan-triad.mdcontent/learn/fibo-loans-lab/03-collateral-and-schedules.mdcontent/learn/fibo-loans-lab/04-servicing-and-payment-history.mdcontent/learn/fibo-loans-lab/05-risk-and-classifiers.mdpublic/learn.json(regenerated)Validation
Full build completed successfully:
Closes