Re: [Virtuoso-users] load SQL data in Virtouso

2015-11-07 Thread Eng.Bassam
additional info on previous mail : My problem is make map customization, so I want use my own types "owl" not a virtuoso automatic generated types for tables and columns e.g Person owl class can't be class for basic info and also to extended table too. the objective is make my DB published to any

Re: [Virtuoso-users] load SQL data in Virtouso

2015-11-07 Thread Eng.Bassam
My problem is make map customization, so I want use my own types "owl" not a virtuoso automatic generated types for tables and columns e.g Person owl class can't be class for basic info and also to extended table too. is this right? On Sun, Nov 8, 2015 at 1:48 AM, Kingsley Idehen wrote: > On 11

Re: [Virtuoso-users] load SQL data in Virtouso

2015-11-07 Thread Kingsley Idehen
On 11/6/15 11:40 PM, Eng.Bassam wrote: > hi > The converting strategy DB to RDF via Virtuoso is mapping OWL class to > every table, but in reality for example Person table may be divided to > two table "Basic info and extended" for DB design considerations > > I want to make R2RML, I have a Person