@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/standards>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Join the Open Email Standards Collective"@en-US;
  schema:description "We’re building the next generation of email infrastructure—together. Join developers, creators, and builders who believe in open protocols and user-first communication."@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/standards>;
  dcterms:hasVersion <https://ca-es.email5.org/standards>;
.

<https://es-es.email5.org/standards>
  rdf:type schema:WebPage;
  schema:inLanguage "es-ES";
  schema:name "Join the Open Email Standards Collective"@es-ES;
  schema:description "We’re building the next generation of email infrastructure—together. Join developers, creators, and builders who believe in open protocols and user-first communication."@es-ES;
  dcterms:isVersionOf <https://email5.org/standards>;
  schema:image <https://email5.org/storage/email5/email5-inbox-meta.png>;
.

<https://ca-es.email5.org/standards>
  rdf:type schema:WebPage;
  schema:inLanguage "ca";
  schema:name "Join the Open Email Standards Collective"@ca;
  schema:description "We’re building the next generation of email infrastructure—together. Join developers, creators, and builders who believe in open protocols and user-first communication."@ca;
  dcterms:isVersionOf <https://email5.org/standards>;
  schema:image <https://email5.org/storage/email5/email5-inbox-meta.png>;
.

