@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/deprecated>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Deprecated Tags"@en-US;
  schema:description "Open Email Standards restrict outdated and obsolete HTML tags that pose security risks and are no longer supported by current email clients or browsers."@en-US;
  schema:dateModified "2026-01-19T16:18:21+00:00"^^xsd:dateTime;
.

