We fielded several questions as part of our recent webinar (recording and slides available here): Taxonomies, Ontologies, Knowledge Graphs, Oh My! What to Know When You’re Not in Kansas Anymore |
Questions from the webinar included:
Q1: Do you support multi-type inheritance?
Yes.
Q2: I struggle with the concept of KNOWLEDGE outside of a human context, or, in some (future?) Strong AI context. The difference between KNOWLEDGE and INFORMATION is awareness. When knowledge is reduced to information, it may be stored and retrieved, however, the dimension of awareness (I, we or it also “knows what it knows”). I think that comingling the concepts of knowledge, information and data, absent Strong AI, limits the effectiveness of so-called knowledge based systems. How do practitioners resolve this equivocation, or, is it simply not a problem?
A knowledge system like EDG (using RDF and SHACL), establishes the ability to ‘expect’ and therefore ‘compare’…in a way that a machine can handle generically without having to hardcode logic. We think the fuzzyiness of knowledge is accepted and not a problem anymore. We simply want the machine to do as much for us as possible, for big and small situations.
Q3: What are the export formats from TopBraid EDG?
Many formats, RDF of course but you can export spreadsheets, images, etc. Web services can negotiate the content into any format and you may want JSON directly from the GraphQL endpoint.
Q4: How is the TopBraid EDG editor different from TopBraid composer?
TopBraid Composer is a desktop thick-client IDE (dev environment) while EDG is a collaborative environment.
Q5: How much control does the user have for tunning the auto-classification of content?
You provide input in the training process and then human-in-the-loop review can be done to approve/reject tags that the ML learns from.
Q6: Please explain type vs class
CLASSes make up your blueprint. TYPE is the relationship that connects the instance data to the blueprint. For example, in the slides, BMW’s type would be Organization.
Q7: You briefly mentioned SHACL during your demo. Is SHACL useful for taxonomies or ontologies (or both)? And how does it relate to OWL?
Q8: How do you use taxonomies with other datasets?
Taxonomies can compliment other data sets as tagging vocabularies being manually referenced or through autoclassification. They can also stand alone and be highly advanced and interconnected knowledge graphs themselves.