From e7603b7e1d0c302ceac87b3b13814dd45606a536 Mon Sep 17 00:00:00 2001 From: Greg Seaton Date: Thu, 2 Jun 2022 11:27:32 -0700 Subject: [PATCH] Update FAQ.md fixed typo in the 'How does the Underlay work?' section of the FAQ.md --- community/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/FAQ.md b/community/FAQ.md index 02d7585..052c9a7 100644 --- a/community/FAQ.md +++ b/community/FAQ.md @@ -18,7 +18,7 @@ Knowledge is often exchanged in formats optimized for computers, and then used t # How does the Underlay work? -The Underlay represents knowledge in the form of relationships between entities, for example the relationship between an author and a book, or a location and its current temperature. This method of representing knowledge is call a knowledge graph, and it can be used to represent any type of machine-readable information. The Underlay is premised on the idea that a knowledge graph can be constructed from a series of distributed transactions called **assertions**. Multiple assertions are combined through a process called **reduction** and can be curated into useful groupings using **collections**. +The Underlay represents knowledge in the form of relationships between entities, for example the relationship between an author and a book, or a location and its current temperature. This method of representing knowledge is called a knowledge graph, and it can be used to represent any type of machine-readable information. The Underlay is premised on the idea that a knowledge graph can be constructed from a series of distributed transactions called **assertions**. Multiple assertions are combined through a process called **reduction** and can be curated into useful groupings using **collections**. The Underlay differs from most other knowledge graphs in that it represents not only the information, but the provenance of that information: where came from and what others have to say about it. @@ -40,4 +40,4 @@ We are currently developing the first specifications and implementations for the # Can I contribute to The Underlay’s development? -Yes. We are currently early in the development phase, but could use help from developers who want to provide feedback on our initial specifications and code. To get involved, send an email to [team@underlay.org](mailto:team@underlay.org). \ No newline at end of file +Yes. We are currently early in the development phase, but could use help from developers who want to provide feedback on our initial specifications and code. To get involved, send an email to [team@underlay.org](mailto:team@underlay.org).