This HTML5 document contains 1 embedded RDF statements represented using HTML+Microdata notation.
The embedded RDF content will be recognized by any processor of HTML5 Microdata.
Namespace Prefixes
Prefix
IRI
rr
http://www.w3.org/ns/r2rml#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdh
http://www.w3.org/2001/XMLSchema#
Statements
Subject Item
_:vb50935863
rr:sqlQuery
SELECT "CourseID", "d"."Name", "c"."Title", CONCAT("d"."Name", ' - ', "c"."Title") AS "DeptTitle" FROM "School"."DBA"."Course" "c", "School"."DBA"."Department" "d" WHERE "c"."DepartmentID" = "d"."DepartmentID" ORDER BY "CourseID" ;