@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>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Built on Open Standards. Powered by $EMAIL. Ready for what’s next"@en-US;
  schema:description "Rebuilding Email from the Protocol Up. HTML5-native. Token-powered. Privacy-resilient. Built on Open Standards — ready for what’s next."@en-US;
  schema:dateModified "2026-01-20T12:53:08+00:00"^^xsd:dateTime;
  dcterms:hasVersion <https://es-es.email5.org>;
  dcterms:hasVersion <https://ca-es.email5.org>;
.

<https://es-es.email5.org>
  rdf:type schema:WebPage;
  schema:inLanguage "es-ES";
  schema:name "Built on Open Standards. Powered by $EMAIL. Ready for what’s next"@es-ES;
  schema:description "Rebuilding Email from the Protocol Up. HTML5-native. Token-powered. Privacy-resilient. Built on Open Standards — ready for what’s next."@es-ES;
  dcterms:isVersionOf <https://email5.org>;
.

<https://ca-es.email5.org>
  rdf:type schema:WebPage;
  schema:inLanguage "ca";
  schema:name "Built on Open Standards. Powered by $EMAIL. Ready for what’s next"@ca;
  schema:description "Rebuilding Email from the Protocol Up. HTML5-native. Token-powered. Privacy-resilient. Built on Open Standards — ready for what’s next."@ca;
  dcterms:isVersionOf <https://email5.org>;
.

