@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <schema:> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .

<https://platinumperspectives.ca/#page> a schema:ProfilePage,
        schema:WebPage ;
    dcterms:modified "2026-06-04T11:40:46-06:00"@en ;
    prov:wasGeneratedBy <https://platinumperspectives.ca/#build-process> ;
    schema:about <https://platinumperspectives.ca/#brand> ;
    schema:dateModified "2026-06-04T11:40:46-06:00"@en ;
    schema:description "Bruce Audley — Senior Sales Advisor. A seasoned perspective at the diamond counter."@en ;
    schema:inLanguage "en"@en ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:mainEntity <https://platinumperspectives.ca/#bruce> ;
    schema:name "Platinum Perspectives — Bruce Audley"@en ;
    schema:url "https://platinumperspectives.ca/"@en .

<https://platinumperspectives.ca/#bruce> a foaf:Person,
        schema:Person ;
    foaf:name "Bruce Audley"@en ;
    schema:brand <https://platinumperspectives.ca/#brand> ;
    schema:contactPoint <https://platinumperspectives.ca/#contact-general> ;
    schema:description "Platinum Perspectives: Fine jewellery sales. A seasoned perspective at the diamond counter."@en ;
    schema:email "mailto:baudley@platinumperspectives.ca"@en ;
    schema:jobTitle "Senior Sales Advisor"@en ;
    schema:knowsAbout "Canadian diamonds"@en,
        "diamond jewellery"@en,
        "fine jewellery"@en,
        "gemstones"@en,
        "retail jewellery sales"@en,
        "sales relationships"@en ;
    schema:mainEntityOfPage "https://platinumperspectives.ca/"@en ;
    schema:name "Bruce Audley"@en ;
    schema:url "https://platinumperspectives.ca/"@en ;
    schema:worksFor <https://platinumperspectives.ca/#employer> ;
    ns1:sameAs <https://24ktson.com/>,
        <https://superstarsalesman.ca/>,
        <https://www.linkedin.com/in/bruce-audley-ba065b4/>,
        <mailto:baudley@platinumperspectives.ca> .

<https://platinumperspectives.ca/#build-process> a prov:Activity,
        schema:SoftwareApplication ;
    prov:endedAtTime "2026-06-04T11:40:46-06:00"@en ;
    schema:description "Go html/template + jampack post-processing pipeline."@en ;
    schema:name "platinumperspectives.ca static site generator"@en .

<https://platinumperspectives.ca/#contact-general> a schema:ContactPoint ;
    schema:availableLanguage "en"@en ;
    schema:contactType "sales"@en ;
    schema:email "baudley@platinumperspectives.ca"@en .

<https://platinumperspectives.ca/#employer> a schema:Organization ;
    schema:name "Beverly Hills Jewellers"@en .

<https://platinumperspectives.ca/#brand> a schema:Brand ;
    schema:name "Platinum Perspectives"@en ;
    schema:slogan "A seasoned perspective at the diamond counter."@en ;
    schema:url "https://platinumperspectives.ca/"@en .

