@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>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "HTML5, CSS3 & JavaScript Specification"@en-US;
  schema:description "Open Email Standards define a secure, interoperable, and future-proof specification for modern HTML5, CSS3, and JavaScript standards-compliant emails."@en-US;
  schema:dateModified "2026-01-20T11:40:09+00:00"^^xsd:dateTime;
.

