How to map relational database to OWL?
问题 I am trying to map relational database to OWL Here are my 2 tables student(student_id,student_name,course_id) course(course_ID,course_name) +----+--------+-----------+ | id | name | course_id | +----+--------+-----------+ | 1 | Adam | 5 | | 2 | Michael| 2 | +----+--------+-----------+ +-----------+-------------+ | course_id | course_name | +-----------+-------------+ | 2 | DM | | 5 | WEBIR | +-----------+-------------+ Now course_id is the foreign key in student table referencing course_id in