@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://email5.org/vision>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Modern email, redefined"@en-US;
  schema:description "Email 5 isn’t another client—it’s a new standard. Powered by Open Email Standards, Email 5 transforms your inbox into a dynamic, programmable experience."@en-US;
  schema:image <https://email5.org/storage/email5/email5-inbox-meta.png>;
  schema:dateModified "2026-01-20T11:57:47+00:00"^^xsd:dateTime;
  dcterms:hasVersion <https://es-es.email5.org/vision>;
  dcterms:hasVersion <https://ca-es.email5.org/vision>;
.

<https://es-es.email5.org/vision>
  rdf:type schema:WebPage;
  schema:inLanguage "es-ES";
  schema:name "Modern email, redefined"@es-ES;
  schema:description "Email 5 isn’t another client—it’s a new standard. Powered by Open Email Standards, Email 5 transforms your inbox into a dynamic, programmable experience."@es-ES;
  dcterms:isVersionOf <https://email5.org/vision>;
  schema:image <https://email5.org/storage/email5/email5-inbox-meta.png>;
.

<https://ca-es.email5.org/vision>
  rdf:type schema:WebPage;
  schema:inLanguage "ca";
  schema:name "Modern email, redefined"@ca;
  schema:description "Email 5 isn’t another client—it’s a new standard. Powered by Open Email Standards, Email 5 transforms your inbox into a dynamic, programmable experience."@ca;
  dcterms:isVersionOf <https://email5.org/vision>;
  schema:image <https://email5.org/storage/email5/email5-inbox-meta.png>;
.

