@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://eschatologylabs.ca/#page> a schema:ProfilePage,
        schema:WebPage ;
    dcterms:modified "2026-05-20T10:17:30-06:00"@en ;
    prov:wasGeneratedBy <https://eschatologylabs.ca/#build-process> ;
    schema:dateModified "2026-05-20T10:17:30-06:00"@en ;
    schema:description "Eschatology Laboratories Inc. explores the frontier of quantum theory, alchemy, time, and possibility."@en ;
    schema:inLanguage "en"@en ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:mainEntity <https://eschatologylabs.ca/#eli> ;
    schema:name "Eschatology Laboratories Inc."@en ;
    schema:primaryImageOfPage <https://eschatologylabs.ca/#logo> ;
    schema:url "https://eschatologylabs.ca/"@en .

<https://eschatologylabs.ca/#build-process> a prov:Activity,
        schema:SoftwareApplication ;
    prov:endedAtTime "2026-05-20T10:17:30-06:00"@en ;
    schema:description "Go html/template + jampack post-processing pipeline."@en ;
    schema:name "eschatologylabs.ca static site generator"@en .

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

<https://eschatologylabs.ca/#eli> a foaf:Organization,
        schema:Organization ;
    foaf:homepage "https://eschatologylabs.ca/"@en ;
    foaf:name "Eschatology Laboratories Inc."@en ;
    schema:contactPoint <https://eschatologylabs.ca/#contact-general> ;
    schema:description "A secretive laboratory presence exploring the boundaries of time, possibility, quantum theory, alchemical metaphor, and experimental technology."@en ;
    schema:email "mailto:info@eschatologylabs.ca"@en ;
    schema:image <https://eschatologylabs.ca/#logo> ;
    schema:knowsAbout "alchemical systems"@en,
        "experimental technology"@en,
        "mathematical theory"@en,
        "quantum theory"@en,
        "time studies"@en,
        "worldbuilding"@en ;
    schema:logo <https://eschatologylabs.ca/#logo> ;
    schema:mainEntityOfPage "https://eschatologylabs.ca/"@en ;
    schema:name "Eschatology Laboratories Inc."@en ;
    schema:sameAs "https://eschatologylabs.ca/"@en,
        "mailto:info@eschatologylabs.ca"@en ;
    schema:url "https://eschatologylabs.ca/"@en .

<https://eschatologylabs.ca/#logo> a schema:ImageObject ;
    schema:acquireLicensePage "https://eschatologylabs.ca/"@en ;
    schema:contentUrl "https://eschatologylabs.ca/eli_logo.webp"@en ;
    schema:copyrightNotice "(c) 2026 Eschatology Laboratories Inc.. Some rights reserved."@en ;
    schema:creditText "Eschatology Laboratories Inc."@en ;
    schema:encodingFormat "image/webp"@en ;
    schema:height 680 ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:name "Eschatology Laboratories Inc. logo"@en ;
    schema:url "https://eschatologylabs.ca/eli_logo.webp"@en ;
    schema:width 680 .

