From 7935c3a8c6ff22cfc2b4b4c2171299a138daed58 Mon Sep 17 00:00:00 2001 From: jordan <93551276+jordantheblob@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:03:12 +0300 Subject: [PATCH] updated FamilyOntology.ipynb and MSConceptGraph.ipynb links --- lessons/2-Symbolic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/2-Symbolic/README.md b/lessons/2-Symbolic/README.md index 7aea9ee7..2a06657e 100644 --- a/lessons/2-Symbolic/README.md +++ b/lessons/2-Symbolic/README.md @@ -207,7 +207,7 @@ GROUP BY ?eyeColorLabel ## ✍️ Exercise: A Family Ontology -See [FamilyOntology.ipynb](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/FamilyOntology.ipynb) for an example of using Semantic Web techniques to reason about family relationships. We will take a family tree represented in common GEDCOM format and an ontology of family relationships and build a graph of all family relationships for given set of individuals. +See [FamilyOntology.ipynb](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/FamilyOntology.ipynb) for an example of using Semantic Web techniques to reason about family relationships. We will take a family tree represented in common GEDCOM format and an ontology of family relationships and build a graph of all family relationships for given set of individuals. ## Microsoft Concept Graph