@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/terms>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Terms and Conditions"@en-US;
  schema:description "The website is property of Email 5, Inc. also in this text referred to as \"Email 5\", \"Email5\", \"we\", \"us\" or \"the Site\"."@en-US;
  schema:image <https://email5.org/storage/email5/email5-inbox-meta.png>;
  schema:dateModified "2026-01-20T11:57:49+00:00"^^xsd:dateTime;
  dcterms:hasVersion <https://es-es.email5.org/terms>;
  dcterms:hasVersion <https://ca-es.email5.org/terms>;
.

<https://es-es.email5.org/terms>
  rdf:type schema:WebPage;
  schema:inLanguage "es-ES";
  schema:name "Terms and Conditions"@es-ES;
  schema:description "The website is property of Email 5, Inc. also in this text referred to as \"Email 5\", \"Email5\", \"we\", \"us\" or \"the Site\"."@es-ES;
  dcterms:isVersionOf <https://email5.org/terms>;
  schema:image <https://email5.org/storage/email5/email5-inbox-meta.png>;
.

<https://ca-es.email5.org/terms>
  rdf:type schema:WebPage;
  schema:inLanguage "ca";
  schema:name "Terms and Conditions"@ca;
  schema:description "The website is property of Email 5, Inc. also in this text referred to as \"Email 5\", \"Email5\", \"we\", \"us\" or \"the Site\"."@ca;
  dcterms:isVersionOf <https://email5.org/terms>;
  schema:image <https://email5.org/storage/email5/email5-inbox-meta.png>;
.

