Hi Everyone
I need to know In the context of RDB2RDF mapping, can Virtuoso automatically extract OWL axioms from an RDB schema without human intervention?
Specifically, if the input is an RDBMS such as Oracle, MySQL, or SQL-Server, how many of the following axioms can Virtuoso automatically extract or infer from the input RDBMS without any manual intervention?
Class Expression Axioms:
- Subclass Axioms
- Equivalent Classes
- Disjoint Classes
- Disjoint Union of Class Expressions
Object Property Axioms:
- Object Subproperties
- Equivalent Object Properties
- Disjoint Object Properties
- Inverse Object Properties
- Object Property Domain
- Object Property Range
- Functional Object Properties
- Inverse-Functional Object Properties
- Reflexive Object Properties
- Irreflexive Object Properties
- Symmetric Object Properties
- Asymmetric Object Properties
- Transitive Object Properties
Data Property Axioms:
- Data Subproperties
- Equivalent Data Properties
- Disjoint Data Properties
- Data Property Domain
- Data Property Range
- Functional Data Properties
And how does Virtuoso handle updates to the RDB schema - does it automatically update the extracted OWL axioms?
Thanks in advance!