{"id":109687,"date":"2026-05-07T17:05:00","date_gmt":"2026-05-07T11:35:00","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=109687"},"modified":"2026-05-07T17:05:03","modified_gmt":"2026-05-07T11:35:03","slug":"predicate-logic-in-ai","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/predicate-logic-in-ai\/","title":{"rendered":"Predicate Logic in AI: FOL and Reasoning\u00a0"},"content":{"rendered":"\n<p>Artificial Intelligence is entering its era of reasoning. Pattern prediction alone is no longer sufficient, and systems must now combine it with reasoning, explanation, and consistency. This shift brings renewed focus to predicate logic.<\/p>\n\n\n\n<p>Deep learning has achieved significant success, but its limitations are evident. While models generate fluent responses, they often fail at logical reasoning, leading to confident but incorrect conclusions.<\/p>\n\n\n\n<p>At this point, First Order Logic becomes relevant as a reasoning engine that supplements modern AI systems.<\/p>\n\n\n\n<p>In this article, you will understand predicate logic in AI, its role in reasoning, and why it is becoming essential in the rise of LLMs and hybrid AI systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>TL;DR<\/strong><\/h2>\n\n\n\n<ol>\n<li>Predicate Logic extends propositional logic to represent relationships using predicates, variables, and quantifiers.<\/li>\n\n\n\n<li>It enables structured knowledge representation and logical inference in AI systems.<\/li>\n\n\n\n<li>Modern AI is shifting toward neuro-symbolic approaches that combine machine learning with logical reasoning.<\/li>\n\n\n\n<li>It acts as a verification layer to reduce hallucinations in Large Language Models.<\/li>\n\n\n\n<li>Future AI will rely on hybrid systems that combine prediction with reasoning.<\/li>\n<\/ol>\n\n\n\n<div class=\"guvi-answer-card\" style=\"margin: 40px 0;\">\n\n  <div style=\"\n    position: relative;\n    background: linear-gradient(135deg, #f0fff4, #e6f7ee);\n    border: 1px solid #cfeedd;\n    padding: 26px 24px 22px 24px;\n    border-radius: 14px;\n    font-family: Arial, sans-serif;\n    box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n  \">\n\n    <!-- Top accent -->\n    <div style=\"\n      position: absolute;\n      top: 0;\n      left: 0;\n      height: 6px;\n      width: 100%;\n      background: linear-gradient(to right, #099f4e, #6dd5a3);\n      border-radius: 14px 14px 0 0;\n    \"><\/div>\n\n    <!-- Title -->\n    <h3 style=\"\n      margin: 10px 0 12px 0;\n      color: #099f4e;\n      font-size: 20px;\n    \">\n      What is Predicate Logic in AI?\n    <\/h3>\n\n    <!-- Content -->\n    <p style=\"\n      margin: 0;\n      color: #2f4f3f;\n      font-size: 16px;\n      line-height: 1.7;\n    \">\n      Predicate Logic in AI is a formal system used to represent relationships between objects and reason about them using structured rules. It goes beyond simple true\/false statements by expressing how entities are connected, making it essential for building systems that store knowledge, infer new facts, and make logical decisions.\n    <\/p>\n\n  <\/div>\n\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Predicate Logic Still Matters Today<\/strong><\/h2>\n\n\n\n<p>For a time, the AI space was entirely the realm of symbolic AI. Then came deep learning, pushing logic-based approaches to the sidelines.<\/p>\n\n\n\n<p>However, the shift is reversing as AI systems are showing limitations in reasoning. AI models are often poor at validating the accuracy and consistency of their outputs, despite producing fluent and seemingly correct answers.<\/p>\n\n\n\n<p>Predicate logic addresses this weakness by introducing deterministic, explainable, and verifiable reasoning. The key shift: logic and machine learning are now working as a team, not against each other.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Core Components of Predicate Logic<\/strong><\/h2>\n\n\n\n<p>There are a few key building blocks to understand how predicate logic works.<\/p>\n\n\n\n<ol>\n<li><strong>Predicates:<\/strong> relationships or properties that objects have; for example, WorksAt(Alice, CompanyX).<\/li>\n\n\n\n<li><strong>Variables:<\/strong> generic entities; example, x in Employee(x).<\/li>\n\n\n\n<li><strong>Constants:<\/strong> specific entities; example, Alice, Chennai, Server1.<\/li>\n\n\n\n<li><strong>Quantifiers:<\/strong> describe scope; \u2200 meaning &#8220;for all,&#8221; and \u2203 meaning &#8220;there exists&#8221;.<\/li>\n<\/ol>\n\n\n\n<p>These components form an extensible system, enabling the representation of structured knowledge, not merely atomic facts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>First Order Logic and Knowledge Representation<\/strong><\/h2>\n\n\n\n<p>AI knowledge must be structured for reasoning, and predicate logic in <a href=\"https:\/\/www.guvi.in\/blog\/first-order-logic-in-ai-complete-guide\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>First Order Logic<\/strong><\/a><strong> <\/strong>makes this possible.<\/p>\n\n\n\n<p>A knowledge base consists of both facts and rules, which together define how information is stored and inferred.<\/p>\n\n\n\n<ol>\n<li><strong>Facts:<\/strong> actual known information.<\/li>\n\n\n\n<li><strong>Rules:<\/strong> represent how concepts relate and imply one another.<\/li>\n<\/ol>\n\n\n\n<p>Using inference, queries can then extract further knowledge that is not explicitly stated. For instance, in a system managing employees:<\/p>\n\n\n\n<p>Employee(Rahul).<\/p>\n\n\n\n<p>Manager(x) :- Employee(x), HasTeam(x).<\/p>\n\n\n\n<p>This simple rule allows the AI to understand that if a person is an employee and has a team, they are automatically a manager. The explicit step of hand-coding the answer is not required.&nbsp;<\/p>\n\n\n\n<p>The system derives it automatically.&nbsp;<\/p>\n\n\n\n<p>To explore how predicate logic is integrated into actual AI architectures, check out the <a href=\"https:\/\/www.guvi.in\/mlp\/genai-ebook\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=Predicate+Logic+in+AI%3A+FOL+and+Reasoning\"><strong>ebook<\/strong><\/a>.<\/p>\n\n\n\n<p>Predicate logic plays a central role in<a href=\"https:\/\/www.guvi.in\/blog\/what-is-knowledge-representation-in-ai\/\" target=\"_blank\" rel=\"noreferrer noopener\"> <strong>knowledge representation in AI<\/strong><\/a>, where structured facts and rules are used to model real-world relationships and enable reasoning.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Inference Mechanisms in Predicate Logic<\/strong><\/h2>\n\n\n\n<p>The core strength of predicate logic is its ability to derive new knowledge. This process is known as inference.<\/p>\n\n\n\n<p>AI systems apply inference in multiple ways:<\/p>\n\n\n\n<ol>\n<li><strong>Modus Ponens:<\/strong> Given a statement P \u2192 Q and an asserted fact P, the inference engine derives that Q must also be true.<\/li>\n\n\n\n<li><strong>Universal Instantiation:<\/strong> If we know a property that holds for every entity, we can apply this property to a particular entity.<\/li>\n<\/ol>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p>If the rule is \u2200x (Developer(x) \u2192 LogicalThinker(x)), meaning &#8220;for all x, if x is a Developer then x is a LogicalThinker&#8221;.<\/p>\n\n\n\n<p>And the fact is, Developer(Riya).<\/p>\n\n\n\n<p>Then, the inference engine derives LogicalThinker(Riya).<\/p>\n\n\n\n<p>It is deductive capability that distinguishes truly intelligent systems from purely statistical engines.<\/p>\n\n\n\n<p>To explore how predicate logic is integrated into actual AI architectures, check out the <a href=\"https:\/\/www.guvi.in\/mlp\/genai-ebook\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=Predicate+Logic+in+AI%3A+FOL+and+Reasoning\"><strong>ebook<\/strong><\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Evolution of Inference Systems<\/strong><\/h2>\n\n\n\n<p>Traditional inference engines use logic like forward or backward chaining. Though effective in structured settings, they have significant limitations in terms of complexity and scale.<\/p>\n\n\n\n<p>Current inference systems are shifting toward hybrid approaches that combine neural, probabilistic, and logical techniques.&nbsp;<\/p>\n\n\n\n<ol>\n<li>Neural inference for pattern recognition tasks.<\/li>\n\n\n\n<li>Probabilistic reasoning to handle uncertainty in real-world data.<\/li>\n\n\n\n<li>Logical constraints to enforce strict, provable rules and consistency.<\/li>\n<\/ol>\n\n\n\n<p>This blended approach delivers the flexibility required by machine learning while maintaining the rigorous determinism of symbolic logic.<\/p>\n\n\n\n<p>In practical AI systems, reasoning is part of a broader pipeline where models sense, interpret, and act, as explained in how<a href=\"https:\/\/www.guvi.in\/blog\/how-ai-works-comprehensive-guide\/\" target=\"_blank\" rel=\"noreferrer noopener\"> <strong>AI systems work<\/strong><\/a> in real-world environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Knowledge Representation is Evolving<\/strong><\/h2>\n\n\n\n<p>AI knowledge representation once was largely static and rule-based. Now it is evolving to become more dynamic.<\/p>\n\n\n\n<p>Modern systems integrate multiple layers of representation to handle real-world complexity.<\/p>\n\n\n\n<ol>\n<li>Knowledge graphs represent complex, interlinked entities.<\/li>\n\n\n\n<li>Vector databases store information for semantic searches.<\/li>\n\n\n\n<li>Ontologies provide domain models to specify relationships and definitions.<\/li>\n<\/ol>\n\n\n\n<p>Logic plays a dual role: as a structuring layer for knowledge and as a correctness-ensuring layer for reasoning.<\/p>\n\n\n\n<p>Machine learning excels at prediction, and logic excels at justification and proof. They work in harmony.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Neuro-Symbolic AI: The New Standard<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Neuro-symbolic_AI\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Neuro-symbolic AI<\/a> is one of the most impactful trends today. The core idea behind these systems is to leverage neural networks for learning and predicate logic for reasoning.<\/p>\n\n\n\n<p>This approach addresses a critical limitation of purely statistical AI, its lack of transparency and often unreliable reasoning processes.<\/p>\n\n\n\n<p>Neuro-symbolic systems promise more interpretable, reliable, and constraint-aware AI:<\/p>\n\n\n\n<ol>\n<li>More interpretable and explainable AI.<\/li>\n\n\n\n<li>More reliable systems that can guarantee certain properties.<\/li>\n\n\n\n<li>Greater alignment with real-world constraints and rules.<\/li>\n<\/ol>\n\n\n\n<p>This is why hybrid AI models are becoming a necessity for enterprise applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>LLMs and Predicate Logic Integration<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/artificial-intelligence-llms-and-prompting\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Large Language Models (LLMs)<\/strong><\/a><strong> <\/strong>are highly powerful but have drawbacks. While these models generate text in a natural, human-like manner, their reasoning processes can be faulty.<\/p>\n\n\n\n<p>This is being mitigated in modern LLMs by integrating them with predicate logic and<a href=\"https:\/\/www.guvi.in\/blog\/what-is-nlp-in-artificial-intelligence\/\" target=\"_blank\" rel=\"noreferrer noopener\"> <strong>natural language processing<\/strong><\/a> to convert unstructured language into logical forms that can be reasoned about more effectively.<\/p>\n\n\n\n<p>The workflow is:<\/p>\n\n\n\n<ol>\n<li>Translate natural language into a structured logical form.<\/li>\n\n\n\n<li>Apply the reasoning rules of predicate logic.<\/li>\n\n\n\n<li>Validate the output before generating the final response.<\/li>\n<\/ol>\n\n\n\n<p>Take the input: &#8220;Every engineer in the team knows Python.&#8221;<\/p>\n\n\n\n<p>Logical form: \u2200x (Engineer(x) \u2192 KnowsPython(x))<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Core Problems Driving This Shift<\/strong><\/h2>\n\n\n\n<p>Modern AI systems face three major problems:<\/p>\n\n\n\n<ol>\n<li>Hallucination of information.<\/li>\n\n\n\n<li>Non-explainability of the output.<\/li>\n\n\n\n<li>Logical inconsistency.<\/li>\n<\/ol>\n\n\n\n<p>All three problems can be resolved by introducing predicate logic into the current architecture. They provide structure in reasoning, verification of truth, and transparency in how the reasoning occurred.<\/p>\n\n\n\n<p>That is why logic is now making a comeback in AI.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Real-World Applications&nbsp;<\/strong><\/h2>\n\n\n\n<p>Predicate logic has long been used and forms the foundation for systems that require precision. These include AI compliance systems, where it is used for rules in finance and legal areas, robotics decision-making and planning, knowledge graphs, explainable AI, and cybersecurity.<\/p>\n\n\n\n<p>These systems prioritize precision over speed, which is why they rely heavily on predicate logic.&nbsp;<\/p>\n\n\n\n<p>These concepts are widely applied in domains highlighted in<a href=\"https:\/\/www.guvi.in\/blog\/real-world-machine-learning-applications\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/real-world-machine-learning-applications\/\" rel=\"noreferrer noopener\"> <strong>real-world machine learning applications<\/strong><\/a>, where accuracy, consistency, and decision reliability are critical.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong> \n  <br \/><br \/> \n  Modern AI systems in <strong style=\"color: #FFFFFF;\">high-stakes domains<\/strong> like <strong style=\"color: #FFFFFF;\">finance<\/strong> and <strong style=\"color: #FFFFFF;\">medicine<\/strong> require <strong style=\"color: #FFFFFF;\">logic-based validation layers<\/strong> to ensure reliability.\n  <br \/><br \/>\n  Even a <strong style=\"color: #FFFFFF;\">single incorrect step<\/strong> can lead to <strong style=\"color: #FFFFFF;\">millions in losses<\/strong> or <strong style=\"color: #FFFFFF;\">life-threatening consequences<\/strong>.\n  <br \/><br \/>\n  This is why <strong style=\"color: #FFFFFF;\">predicate logic<\/strong> is reemerging as a critical component in modern AI\u2014providing <strong style=\"color: #FFFFFF;\">structured reasoning<\/strong> and <strong style=\"color: #FFFFFF;\">verifiable decision-making<\/strong>.\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Limitations of Predicate Logic<\/strong><\/h2>\n\n\n\n<p>Predicate logic is not the ideal solution.<\/p>\n\n\n\n<ol>\n<li>It is not suitable for dealing with uncertainty, as logic only deals with Boolean statements of true or false.<\/li>\n\n\n\n<li>It may become a very expensive process for larger systems.<\/li>\n\n\n\n<li>Some systems are undecidable, meaning that the system cannot be solved algorithmically.<\/li>\n<\/ol>\n\n\n\n<p>This is why it has to be incorporated in machine learning, not as a stand-alone solution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Future of Predicate Logic in AI<\/strong><\/h2>\n\n\n\n<p>The future is not about choosing between logic and machine learning, but a combination of both. AI will move from highly predictive systems to ones capable of reasoning, explaining, and validating.&nbsp;<\/p>\n\n\n\n<p>Predicate logic will play a major part as:<\/p>\n\n\n\n<ol>\n<li>A reasoning engine.<\/li>\n\n\n\n<li>A verification layer.<\/li>\n\n\n\n<li>The backbone of knowledge systems.<\/li>\n<\/ol>\n\n\n\n<p>Hybrid systems will define the future of AI.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Practical Insight: How It All Comes Together<\/strong><\/h2>\n\n\n\n<p>Consider a simplified example of hybrid reasoning.<\/p>\n\n\n\n<p># Pseudo logic + ML hybrid flow<\/p>\n\n\n\n<p>if model_prediction == &#8220;High Risk&#8221;:<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;if not complies_with_rules(transaction):<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reject_transaction()<\/p>\n\n\n\n<p>The system uses machine learning to predict risk, but employs predicate logic to verify that it meets all regulations and denies it if it does not.&nbsp;<\/p>\n\n\n\n<p>The combination brings both efficiency and accountability to the system.<\/p>\n\n\n\n<p>With <strong>HCL GUVI\u2019s <\/strong><a href=\"https:\/\/www.guvi.in\/mlp\/artificial-intelligence-and-machine-learning\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=Predicate+Logic+in+AI%3A+FOL+and+Reasoning\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Artificial Intelligence and Machine Learning course<\/strong><\/a>, you can build skills to develop intelligent systems using predicate logic and understand how machine learning and logic work together for accurate, explainable decisions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Predicate logic is no longer outdated; it is a driving force behind reliable AI systems. While neural networks excel at prediction, logic ensures correctness and interpretability.<\/p>\n\n\n\n<p>The real advancement lies in their integration. Neural networks alone are not enough, but when combined with logical reasoning, they enable truly intelligent and trustworthy systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1778040853153\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>1. What is predicate logic in AI?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Predicate logic is a formal system used to represent relationships between objects and perform logical reasoning in AI systems.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778040859038\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>2. What is the difference between predicate logic and propositional logic?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Propositional logic deals with simple true\/false statements, while predicate logic represents relationships using variables and quantifiers.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778040869253\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>3. Why is predicate logic important in modern AI?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>It improves reasoning, explainability, and consistency, especially when combined with machine learning.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778040883813\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>4. What is First Order Logic (FOL)?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>First-order logic is a type of predicate logic that uses predicates, variables, and quantifiers to represent structured knowledge.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778040895852\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>5. How is predicate logic used in real-world applications?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>It is used in expert systems, knowledge graphs, robotics, compliance systems, and explainable AI.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1778040904670\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>6. What is neuro-symbolic AI?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Neuro-symbolic AI combines neural networks with symbolic reasoning to create systems that can both learn and reason effectively.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Artificial Intelligence is entering its era of reasoning. Pattern prediction alone is no longer sufficient, and systems must now combine it with reasoning, explanation, and consistency. This shift brings renewed focus to predicate logic. Deep learning has achieved significant success, but its limitations are evident. While models generate fluent responses, they often fail at logical [&hellip;]<\/p>\n","protected":false},"author":63,"featured_media":110003,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[933],"tags":[],"views":"36","authorinfo":{"name":"Vishalini Devarajan","url":"https:\/\/www.guvi.in\/blog\/author\/vishalini\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/05\/Predicate-Logic-in-AI-300x115.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/05\/Predicate-Logic-in-AI-scaled.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/109687"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=109687"}],"version-history":[{"count":4,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/109687\/revisions"}],"predecessor-version":[{"id":110042,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/109687\/revisions\/110042"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/110003"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=109687"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=109687"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=109687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}