<?xml version="1.0" encoding="UTF-8"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#" xml:lang="en">

  <!-- ===================================================== -->
  <!-- MAIN COURSE ENTITY -->
  <!-- ===================================================== -->
  <Class name="GAINEWS">
    <Description>
      GAINEWS (Generative AI-Enhanced New Media and Web Solutions) is a
      professional diploma program focusing on Generative AI, AI-powered
      digital marketing, new media technologies, and modern web solutions.
    </Description>

    <Property name="FullForm" type="string">
      Generative AI-Enhanced New Media and Web Solutions
    </Property>

    <Property name="ProgramType" type="string">
      Professional Diploma
    </Property>

    <Property name="Mode" type="string">
      Classroom / Hybrid
    </Property>

    <Property name="Duration" type="string">
      Short-term Job-Oriented Program
    </Property>

    <Property name="OfficialWebsite" type="URL">
      https://genai.rohinidigi.com/
    </Property>
  </Class>

  <!-- ===================================================== -->
  <!-- INSTITUTION ENTITY -->
  <!-- ===================================================== -->
  <Class name="KeltronKnowledgeCentre">
    <Description>
      Keltron Knowledge Centre (KSG) is a government-backed skill development
      institution under Keltron, providing professional and technology-driven
      training programs in Kerala.
    </Description>

    <Property name="Acronym" type="string">KSG</Property>

    <Property name="Affiliation" type="string">
      Keltron – Government of Kerala Undertaking
    </Property>

    <Property name="Domain" type="string">
      Skill Development & Technology Training
    </Property>
  </Class>

  <!-- ===================================================== -->
  <!-- DOMAIN KNOWLEDGE AREAS -->
  <!-- ===================================================== -->
  <Class name="GenerativeAI">
    <Description>
      Generative Artificial Intelligence focuses on AI systems capable of
      generating text, images, video, audio, and code using large language
      models and neural networks.
    </Description>
  </Class>

  <Class name="DigitalMarketing">
    <Description>
      Digital Marketing includes SEO, performance marketing, content marketing,
      analytics, and automation using AI-powered tools.
    </Description>
  </Class>

  <Class name="NewMediaTechnology">
    <Description>
      New Media Technology refers to AI-driven media creation, journalism,
      video production, and digital storytelling platforms.
    </Description>
  </Class>

  <Class name="WebSolutions">
    <Description>
      Web Solutions include modern websites, accessibility, SEO optimization,
      analytics, and AI-integrated web technologies.
    </Description>
  </Class>

  <!-- ===================================================== -->
  <!-- SKILLS & TOOLS -->
  <!-- ===================================================== -->
  <Class name="AISkills">
    <Description>
      AI skills include prompt engineering, AI content generation, automation,
      analytics interpretation, and ethical AI usage.
    </Description>
  </Class>

  <Class name="AITools">
    <Description>
      AI tools include large language models, text-to-image generators,
      analytics platforms, and marketing automation systems.
    </Description>
  </Class>

  <!-- ===================================================== -->
  <!-- CAREER & OUTCOMES -->
  <!-- ===================================================== -->
  <Class name="CareerOutcomes">
    <Description>
      Career outcomes include roles such as AI Content Strategist, Digital
      Marketing Specialist, AI Media Professional, and Prompt Engineer.
    </Description>
  </Class>

  <!-- ===================================================== -->
  <!-- RELATIONSHIPS -->
  <!-- ===================================================== -->
  <ObjectProperty name="offeredBy">
    <Domain resource="#GAINEWS"/>
    <Range resource="#KeltronKnowledgeCentre"/>
  </ObjectProperty>

  <ObjectProperty name="coversDomain">
    <Domain resource="#GAINEWS"/>
    <Range resource="#GenerativeAI"/>
  </ObjectProperty>

  <ObjectProperty name="includesSkill">
    <Domain resource="#GAINEWS"/>
    <Range resource="#AISkills"/>
  </ObjectProperty>

  <ObjectProperty name="leadsToCareer">
    <Domain resource="#GAINEWS"/>
    <Range resource="#CareerOutcomes"/>
  </ObjectProperty>

</Ontology>
