@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://pandalovesmoose.com/#page> a schema:ProfilePage,
        schema:WebPage ;
    dcterms:modified "2026-05-17T15:46:19-06:00"@en ;
    prov:wasGeneratedBy <https://pandalovesmoose.com/#build-process> ;
    schema:dateModified "2026-05-17T15:46:19-06:00"@en ;
    schema:description "Panda Loves Moose is a gentle storybook world about friendship, curiosity, and unlikely companions."@en ;
    schema:inLanguage "en"@en ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:mainEntity <https://pandalovesmoose.com/#plm> ;
    schema:name "Panda Loves Moose"@en ;
    schema:primaryImageOfPage <https://pandalovesmoose.com/#masthead> ;
    schema:url "https://pandalovesmoose.com/"@en .

<https://pandalovesmoose.com/#build-process> a prov:Activity,
        schema:SoftwareApplication ;
    prov:endedAtTime "2026-05-17T15:46:19-06:00"@en ;
    schema:description "Go html/template + jampack post-processing pipeline."@en ;
    schema:name "pandalovesmoose.com static site generator"@en .

<https://pandalovesmoose.com/#contact-general> a schema:ContactPoint ;
    schema:availableLanguage "en"@en ;
    schema:contactType "general"@en ;
    schema:email "hello@pandalovesmoose.com"@en .

<https://pandalovesmoose.com/#plm> a foaf:Organization,
        schema:Organization ;
    foaf:homepage "https://pandalovesmoose.com/"@en ;
    foaf:name "Panda Loves Moose"@en ;
    schema:contactPoint <https://pandalovesmoose.com/#contact-general> ;
    schema:description "A gentle storybook world about friendship, curiosity, and the strange little paths that bring unlikely companions together."@en ;
    schema:email "mailto:hello@pandalovesmoose.com"@en ;
    schema:image <https://pandalovesmoose.com/#masthead> ;
    schema:knowsAbout "character design"@en,
        "family entertainment"@en,
        "friendship stories"@en,
        "storybook worlds"@en ;
    schema:logo <https://pandalovesmoose.com/#masthead> ;
    schema:mainEntityOfPage "https://pandalovesmoose.com/"@en ;
    schema:name "Panda Loves Moose"@en ;
    schema:sameAs "https://pandalovesmoose.com/"@en,
        "mailto:hello@pandalovesmoose.com"@en ;
    schema:url "https://pandalovesmoose.com/"@en .

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

