@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/headers>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "New Headers"@en-US;
  schema:description "As part of the Open Email Standards initiative, new headers are introduced to advance email communication, strengthening transparency and enabling richer user experiences."@en-US;
  schema:dateModified "2026-01-19T15:05:31+00:00"^^xsd:dateTime;
.

