@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openstandards.email/interactive>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Interactive & Media"@en-US;
  schema:description "Integrating interactive and dynamic content into emails has the potential to enhance user engagement by bringing web-like experiences directly into the inbox."@en-US;
  schema:dateModified "2026-01-19T15:05:30+00:00"^^xsd:dateTime;
.

