@prefix baudley: <https://platinumperspectives.ca/> .
@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://24ktson.com/#page> a schema:ProfilePage,
        schema:WebPage ;
    dcterms:modified "2026-06-03T14:06:29-06:00"@en ;
    prov:wasGeneratedBy <https://24ktson.com/#build-process> ;
    schema:about <https://24ktson.com/#brand> ;
    schema:dateModified "2026-06-03T14:06:29-06:00"@en ;
    schema:description "Bruce Audley — Senior Sales Advisor. Fine jewellery, made and sold in Canada."@en ;
    schema:inLanguage "en"@en ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:mainEntity <https://24ktson.com/#bruce> ;
    schema:name "24kt Son — Bruce Audley"@en ;
    schema:url "https://24ktson.com/"@en .

<https://24ktson.com/#bruce> a foaf:Person,
        schema:Person ;
    foaf:name "Bruce Audley"@en ;
    schema:brand <https://24ktson.com/#brand> ;
    schema:contactPoint <https://24ktson.com/#contact-general> ;
    schema:description "24kt Son: Canadian diamonds & gold. Fine jewellery, made and sold in Canada."@en ;
    schema:email "mailto:baudley@24ktson.com"@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://24ktson.com/"@en ;
    schema:name "Bruce Audley"@en ;
    schema:url "https://24ktson.com/"@en ;
    schema:worksFor <https://24ktson.com/#employer> ;
    ns1:sameAs baudley:,
        <https://superstarsalesman.ca/>,
        <https://www.linkedin.com/in/bruce-audley-ba065b4/>,
        <mailto:baudley@24ktson.com> .

<https://24ktson.com/#build-process> a prov:Activity,
        schema:SoftwareApplication ;
    prov:endedAtTime "2026-06-03T14:06:29-06:00"@en ;
    schema:description "Go html/template + jampack post-processing pipeline."@en ;
    schema:name "24ktson.com static site generator"@en .

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

<https://24ktson.com/#employer> a schema:Organization ;
    schema:name "Beverly Hills Jewellers"@en .

<https://24ktson.com/#brand> a schema:Brand ;
    schema:name "24kt Son"@en ;
    schema:slogan "Fine jewellery, made and sold in Canada."@en ;
    schema:url "https://24ktson.com/"@en .

