{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://viprpublishing.com/#organization",
      "name": "ViPR Publishing LLC",
      "alternateName": "ViPR Publishing",
      "url": "https://viprpublishing.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://viprpublishing.com/vipr-logo.jpg",
        "width": 800,
        "height": 600
      },
      "description": "ViPR Publishing creates books rooted in real-life experience, practical wisdom, and emotional clarity. Ancora Imparo - Still, I am learning.",
      "slogan": "Ancora Imparo - Still, I am learning",
      "foundingDate": "2024",
      "email": "info@viprpublishing.com",
      "sameAs": []
    },
    {
      "@type": "WebSite",
      "@id": "https://viprpublishing.com/#website",
      "url": "https://viprpublishing.com",
      "name": "ViPR Publishing",
      "description": "Empowering Growth Through Transformative Content",
      "publisher": {
        "@id": "https://viprpublishing.com/#organization"
      }
    },
    {
      "@type": "Book",
      "@id": "https://viprpublishing.com/books/prompted-by-feelings#book",
      "name": "Prompted by Feelings",
      "author": {
        "@type": "Organization",
        "@id": "https://viprpublishing.com/#organization"
      },
      "publisher": {
        "@type": "Organization",
        "@id": "https://viprpublishing.com/#organization"
      },
      "description": "Explore the intersection of artificial intelligence and emotional intelligence. Learn how to use AI as a thinking partner for personal growth and emotional clarity.",
      "genre": ["Self-Help", "Personal Development", "Emotional Intelligence", "Technology"],
      "inLanguage": "en-US",
      "url": "https://viprpublishing.com/books/prompted-by-feelings"
    },
    {
      "@type": "Book",
      "@id": "https://viprpublishing.com/books/signers-gambit#book",
      "name": "The Signer's Gambit",
      "author": {
        "@type": "Organization",
        "@id": "https://viprpublishing.com/#organization"
      },
      "publisher": {
        "@type": "Organization",
        "@id": "https://viprpublishing.com/#organization"
      },
      "description": "Celebrating the 250th Anniversary of the Declaration of Independence. Explore the founding fathers, the philosophies that influenced them, and the cultural context of 1776.",
      "genre": ["History", "American History", "Biography", "Political Science"],
      "inLanguage": "en-US",
      "url": "https://viprpublishing.com/books/signers-gambit",
      "about": {
        "@type": "Event",
        "name": "Declaration of Independence",
        "startDate": "1776-07-04"
      }
    }
  ]
}
