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

<https://veiledlight.ca/#page> a schema:ProfilePage,
        schema:WebPage ;
    dcterms:modified "2026-06-02T01:00:54-06:00"@en ;
    prov:wasGeneratedBy <https://veiledlight.ca/#build-process> ;
    schema:dateModified "2026-06-02T01:00:54-06:00"@en ;
    schema:description "Order of the Veiled Light blends transhumanism, neo-Buddhism, technology, mindfulness, and spirituality."@en ;
    schema:inLanguage "en"@en ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:mainEntity <https://veiledlight.ca/#ovl> ;
    schema:name "Order of the Veiled Light"@en ;
    schema:primaryImageOfPage <https://veiledlight.ca/#logo> ;
    schema:url "https://veiledlight.ca/"@en .

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

<https://veiledlight.ca/#contact-general> a schema:ContactPoint ;
    schema:availableLanguage "en"@en ;
    schema:contactType "general"@en ;
    schema:email "paudley@blackcat.ca"@en .

<https://veiledlight.ca/#ovl> a foaf:Organization,
        schema:Organization ;
    foaf:homepage "https://veiledlight.ca/"@en ;
    foaf:name "Order of the Veiled Light"@en ;
    schema:contactPoint <https://veiledlight.ca/#contact-general> ;
    schema:description "A transhumanist spiritual presence blending technology, mindfulness, neo-Buddhist practice, compassion, and the search for a wiser digital frontier."@en ;
    schema:email "mailto:paudley@blackcat.ca"@en ;
    schema:image <https://veiledlight.ca/#logo> ;
    schema:knowsAbout "digital spirituality"@en,
        "mindful augmentation"@en,
        "neo-Buddhist practice"@en,
        "technology and consciousness"@en,
        "transhumanist spirituality"@en,
        "worldbuilding"@en ;
    schema:logo <https://veiledlight.ca/#logo> ;
    schema:mainEntityOfPage "https://veiledlight.ca/"@en ;
    schema:name "Order of the Veiled Light"@en ;
    schema:sameAs "https://veiledlight.ca/"@en,
        "mailto:paudley@blackcat.ca"@en ;
    schema:url "https://veiledlight.ca/"@en .

<https://veiledlight.ca/#logo> a schema:ImageObject ;
    schema:acquireLicensePage "https://veiledlight.ca/"@en ;
    schema:contentUrl "https://veiledlight.ca/masthead.webp"@en ;
    schema:copyrightNotice "(c) 2026 Order of the Veiled Light. Some rights reserved."@en ;
    schema:creator <https://veiledlight.ca/#ovl> ;
    schema:creditText "Order of the Veiled Light"@en ;
    schema:encodingFormat "image/webp"@en ;
    schema:height 686 ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:name "Order of the Veiled Light logo"@en ;
    schema:url "https://veiledlight.ca/masthead.webp"@en ;
    schema:width 1024 .

