To load the database from the file dump_file.sql in database db_name, run the command: psql -U username db_name < dump_file.sql
Database schema: each database uXcY contains the dataset in two forms:
(http://www.Department11.University0.edu/GraduateStudent88, http://swat.cse.lehigh.edu/onto/univ-bench.owl#takesCourse, http://www.Department11.University0.edu/GraduateCourse6) is in table triples
(http://www.Department3.University0.edu/UndergraduateStudent109, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://swat.cse.lehigh.edu/onto/univ-bench.owl#Subj11Student) is in table triples
(http://www.Department11.University0.edu/GraduateStudent88, http://www.Department11.University0.edu/GraduateCourse6) is in table takescourse
(http://www.Department3.University0.edu/UndergraduateStudent109) is in table subj11student
These databases give the datasets uXcY in an alternative format: one table named "dictionary" with attributes (key, value) provides an integer encoding of all classes, properties, and individuals, and the dataset itself is given by tables of the form t_idclass with one column (s) or t_idproperty with two columns (s, o), where idclass/idproperty is the key associated with the class/property, and the individuals are encoded as integers.