This HTML5 document contains 3 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#
n3
http://demo.openlinksw.com/acme-insurance/
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
n2
https://ontology.data.world/v0#
xsdh
http://www.w3.org/2001/XMLSchema#
Statements
Subject Item
_:vb51106047
rr:sqlQuery
SELECT
policy_amount.policy_amount_identifier,
policy_amount.policy_amount,
policy_amount.amount_type_code,
CASE when policy_amount.amount_type_code = 'Year' then policy_amount.policy_amount/12 end as monthly_policy_amount, policy_amount.policy_coverage_detail_identifier
FROM demo.acme.policy_amount_attached
JOIN demo.acme.premium_attached ON policy_amount.policy_amount_identifier = premium.policy_amount_identifier