PodOS has no SPARQL or triple-pattern abilities. Sol-Components supports both. A PodOS app (or any other app) can use Sol-Components' data-from-query attribute without importing anything else from Sol-Components. Any element (custom or not) in the PodOS app gains full Comunica SPARQL just from a pointer to Sol-Components' manifest and use of the attribute on an element.

The listing to the right is generated from a vanilla HTML <ul> inside a PodOS app enhanced with data-from-query which queries DBpedia for Turing Award recipients.

If the data-from-query appears in plain element like a ul or select, it will supoly the query results appropriately as li or option items. On an <img> it sets the src to the result URI. On a text element like an <h1> or <span> it sets the element's text to the result. If it appears in custom element, the query results are available to that element as a standards compliant JSON object.