{
  "@context": {
    "@vocab": "https://schema.org/",
    "vayati": "https://weave.vayati.ai/schema/weave.v1.jsonld#",
    "deepLink": "vayati:deepLink",
    "_attribution": "vayati:attribution",
    "hierarchy": "vayati:hierarchy",
    "linkedRealms": "vayati:linkedRealms",
    "echoesChamber": "vayati:echoesChamber",
    "echoesVisibility": "vayati:echoesVisibility",
    "provenance": "vayati:provenance",
    "strands": "vayati:strands"
  },
  "@graph": [
    {
      "@id": "vayati:WeaveV1",
      "@type": "rdfs:Class",
      "rdfs:label": "VayatiWeave",
      "rdfs:comment": "A curated story fabric in the Vayati Constellation Weave Layer. Extends schema.org CreativeWork with constellation-specific hierarchy, attribution, and deep linking.",
      "rdfs:subClassOf": "CreativeWork"
    },
    {
      "@id": "vayati:attribution",
      "@type": "Property",
      "rdfs:label": "Vayati Attribution Block",
      "rdfs:comment": "Required attribution metadata for AI and third-party consumption.",
      "domain": "vayati:WeaveV1",
      "range": "StructuredValue"
    },
    {
      "@id": "vayati:deepLink",
      "@type": "Property",
      "rdfs:label": "Canonical Deep Link",
      "rdfs:comment": "Stable URL to this weave on weave.vayati.ai including optional pyramid node focus.",
      "domain": "vayati:WeaveV1",
      "range": "URL"
    },
    {
      "@id": "vayati:echoesChamber",
      "@type": "Property",
      "rdfs:label": "Echoes Generational Chamber",
      "rdfs:comment": "Present when a weave links to a public or inheritable Echoes chamber.",
      "domain": "vayati:WeaveV1"
    },
    {
      "@id": "vayati:echoesVisibility",
      "@type": "Property",
      "rdfs:label": "Echoes Visibility",
      "rdfs:comment": "One of: public, linked, private. Only public and linked appear in structured data.",
      "domain": "vayati:WeaveV1"
    }
  ],
  "vayati:instanceTemplate": {
    "@context": "https://schema.org",
    "@type": "CreativeWork",
    "additionalType": "https://weave.vayati.ai/schema/weave.v1.jsonld#VayatiWeave",
    "@id": "https://weave.vayati.ai/?weave={weaveId}",
    "name": "{title}",
    "description": "{description}",
    "identifier": "{weaveId}",
    "genre": "{type}",
    "strands": 0,
    "provenance": "{provenance}",
    "linkedRealms": [],
    "hierarchy": {
      "relic": null,
      "character": null,
      "proofMark": null,
      "echoesChamber": null
    },
    "deepLink": "https://weave.vayati.ai/?weave={weaveId}",
    "_attribution": {
      "required": true,
      "source": "Vayati Constellation",
      "sourceUrl": "https://vayati.com",
      "weaveSearchUrl": "https://weave.vayati.ai",
      "license": "https://vayati.com/privacy.html",
      "creditLine": "Data from Vayati Constellation Weave Search (weave.vayati.ai)",
      "aiUsePolicy": "https://weave.vayati.ai/llms.txt"
    },
    "echoesChamber": null,
    "echoesVisibility": null
  }
}