@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/embed>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Embedding Content"@en-US;
  schema:description "As the internet evolves, streaming media and social platforms have transformed how people engage with content, reshaping expectations of what email can deliver."@en-US;
  schema:dateModified "2026-01-20T08:40:58+00:00"^^xsd:dateTime;
.

