@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/log>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Change Log"@en-US;
  schema:description "The following changelog provides a versioned history of updates to the Open Email Standards, including specification refinements, security clarifications, and newly approved resources."@en-US;
  schema:dateModified "2026-01-19T07:21:27+00:00"^^xsd:dateTime;
.

