@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://witchywaysgames.ca/#page> a schema:ProfilePage,
        schema:WebPage ;
    dcterms:modified "2026-05-17T15:46:19-06:00"@en ;
    prov:wasGeneratedBy <https://witchywaysgames.ca/#build-process> ;
    schema:dateModified "2026-05-17T15:46:19-06:00"@en ;
    schema:description "Witchy Ways Games is a Canadian mixed-media games studio exploring AI-assisted alternate-reality play, mystery, and cosmic horror."@en ;
    schema:inLanguage "en"@en ;
    schema:license "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/"@en ;
    schema:mainEntity <https://witchywaysgames.ca/#wwg> ;
    schema:name "Witchy Ways Games"@en ;
    schema:primaryImageOfPage <https://witchywaysgames.ca/#masthead> ;
    schema:url "https://witchywaysgames.ca/"@en .

<https://witchywaysgames.ca/#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 "witchywaysgames.ca static site generator"@en .

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

<https://witchywaysgames.ca/#wwg> a foaf:Organization,
        schema:Organization ;
    foaf:homepage "https://witchywaysgames.ca/"@en ;
    foaf:name "Witchy Ways Games"@en ;
    schema:additionalType "https://www.wikidata.org/entity/Q210167"@en ;
    schema:contactPoint <https://witchywaysgames.ca/#contact-studio> ;
    schema:description "A Canadian mixed-media games studio developing AI-assisted alternate-reality experiences where everyday signals blur into cosmic horror."@en ;
    schema:email "mailto:info@witchywaysgames.com"@en ;
    schema:image <https://witchywaysgames.ca/#masthead> ;
    schema:knowsAbout "alternate reality games"@en,
        "artificial intelligence"@en,
        "cosmic horror"@en,
        "interactive fiction"@en,
        "mixed-media games"@en ;
    schema:logo <https://witchywaysgames.ca/#masthead> ;
    schema:mainEntityOfPage "https://witchywaysgames.ca/"@en ;
    schema:name "Witchy Ways Games"@en ;
    schema:sameAs "https://witchywaysgames.ca/"@en,
        "mailto:info@witchywaysgames.com"@en ;
    schema:url "https://witchywaysgames.ca/"@en .

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

