This HTML5 document contains 2 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#
virtrdf
http://www.openlinksw.com/schemas/virtrdf#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdh
http://www.w3.org/2001/XMLSchema#
Statements
Subject Item
_:vb50417267
rr:sqlQuery
SELECT
parlamentarier.*,
rat.parlament_id as council_fk,
partei.abkuerzung as party_fk
FROM
"lobbywatch"."lobbywatch_public"."parlamentarier" AS parlamentarier
LEFT JOIN "lobbywatch"."lobbywatch_public"."rat" AS rat
ON parlamentarier.rat_id = rat.id
LEFT JOIN "lobbywatch"."lobbywatch_public"."partei" AS partei
ON partei.id = parlamentarier.partei_id