@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://catmoose.ca/#page> a schema:ProfilePage,
        schema:WebPage ;
    dcterms:modified "2026-05-31T20:22:57-06:00"@en ;
    prov:wasGeneratedBy <https://catmoose.ca/#build-process> ;
    schema:dateModified "2026-05-31T20:22:57-06:00"@en ;
    schema:description "Catmoose Corporation is a private holding company built around quiet control, durable ownership, and long horizons."@en ;
    schema:inLanguage "en"@en ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:mainEntity <https://catmoose.ca/#cmc> ;
    schema:name "Catmoose Corporation"@en ;
    schema:primaryImageOfPage <https://catmoose.ca/#masthead> ;
    schema:url "https://catmoose.ca/"@en .

<https://catmoose.ca/#build-process> a prov:Activity,
        schema:SoftwareApplication ;
    prov:endedAtTime "2026-05-31T20:22:57-06:00"@en ;
    schema:description "Go html/template + jampack post-processing pipeline."@en ;
    schema:name "catmoose.ca static site generator"@en .

<https://catmoose.ca/#contact-corporate> a schema:ContactPoint ;
    schema:availableLanguage "en"@en ;
    schema:contactType "corporate"@en ;
    schema:email "corp@catmoose.ca"@en .

<https://catmoose.ca/#cmc> a foaf:Organization,
        schema:Corporation,
        schema:Organization ;
    foaf:homepage "https://catmoose.ca/"@en ;
    foaf:name "Catmoose Corporation"@en ;
    schema:contactPoint <https://catmoose.ca/#contact-corporate> ;
    schema:description "A private holding company built around quiet control, durable ownership, and long horizons."@en ;
    schema:email "mailto:corp@catmoose.ca"@en ;
    schema:image <https://catmoose.ca/#masthead> ;
    schema:logo <https://catmoose.ca/#masthead> ;
    schema:mainEntityOfPage "https://catmoose.ca/"@en ;
    schema:name "Catmoose Corporation"@en ;
    schema:sameAs "https://catmoose.ca/"@en,
        "mailto:corp@catmoose.ca"@en ;
    schema:url "https://catmoose.ca/"@en .

<https://catmoose.ca/#masthead> a schema:ImageObject ;
    schema:acquireLicensePage "https://catmoose.ca/"@en ;
    schema:contentUrl "https://catmoose.ca/masthead.webp"@en ;
    schema:copyrightNotice "(c) 2026 Catmoose Corporation. Some rights reserved."@en ;
    schema:creator <https://catmoose.ca/#cmc> ;
    schema:creditText "Catmoose Corporation"@en ;
    schema:encodingFormat "image/webp"@en ;
    schema:height 1024 ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:name "Catmoose Corporation masthead"@en ;
    schema:url "https://catmoose.ca/masthead.webp"@en ;
    schema:width 1024 .

