@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/contributors>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Contributors"@en-US;
  schema:description "Open Email Standards is a collaborative effort. We gratefully acknowledge the core team, community supporters, and individuals who have contributed their time and expertise."@en-US;
  schema:dateModified "2026-01-20T11:22:00+00:00"^^xsd:dateTime;
.

