I am having trouble testing the virtual graph feature against a sample MySQL employees database. I’ve created the file emp.properties similar to what is shown in the documentation:
I’ve also tried with port :3306 after localhost in the file, but I get the same result, Not Found!
I have not included a mapping file since the documentations says, “If there are no mappings provided to the add commands then the R2RML direct mapping is used.” So, I’ve assumed you can omit mapping file to end up with R2RML direct.
Can anybody help me understand what I might be doing wrong?