{
  "@context": [
    "https://schemas.meta-aiml.org/v3.0.0/context.jsonld"
  ],
  "@id": "https://data.meta-aiml.org/v3.0.0/examples/marketplace/nexus-bazaar-exchange",
  "$id": "https://data.meta-aiml.org/v3.0.0/examples/marketplace/nexus-bazaar-exchange",
  "@type": "Marketplace",
  "schemaVersion": "3.0.0",
  "aimlVersion": "3.0.0",
  "title": "Example Filled Marketplace Entity Example (Nexus Bazaar Exchange)",
  "ontologicalMode": "DigitalEntity",
  "interactionArchetype": [
    "MediatedExchange"
  ],
  "domain": "Commerce",
  "businessModel": [
    "Commission",
    "ListingFees",
    "Subscription",
    "Advertising"
  ],
  "deliveryFormat": [
    "WebApp",
    "MobileApp",
    "API"
  ],
  "name": {
    "en": "Nexus Bazaar Exchange",
    "es": "Nexus Bazaar Exchange",
    "fr": "Nexus Bazaar Exchange"
  },
  "description": {
    "en": "Nexus Bazaar Exchange is a fictional multi-category marketplace connecting buyers and independent sellers with mediated checkout, escrow-backed transaction handling, and trust workflows for dispute resolution.",
    "es": "Nexus Bazaar Exchange es un marketplace ficticio multicategoria que conecta compradores y vendedores independientes con checkout mediado, flujo de escrow y gestion de disputas.",
    "fr": "Nexus Bazaar Exchange est une place de marche fictive multicategorie reliant acheteurs et vendeurs avec paiement medie, escrow et gestion des litiges."
  },
  "shortDescription": {
    "en": "Multi-category marketplace with escrow, seller onboarding, and trust-first transaction mediation.",
    "es": "Marketplace multicategoria con escrow, onboarding de vendedores y mediacion de transacciones.",
    "fr": "Place de marche multicategorie avec escrow, onboarding vendeurs et mediation de transactions."
  },
  "url": "https://nexus-bazaar.example",
  "foundingDate": "2018-03-14",
  "createdDate": "2026-02-20T18:40:00Z",
  "lastModified": "2026-02-20T18:40:00Z",
  "examples": [
    {
      "scenario": "Holiday demand spike in electronics category",
      "note": "AI should prioritize marketplace flow interpretation: buyer-seller matching, mediated checkout, escrow hold, and dispute pathways."
    },
    {
      "scenario": "New seller onboarding and listing quality review",
      "note": "AI should infer listing governance constraints and trust controls before suggesting publishing or promotion actions."
    }
  ],
  "properties": {
    "marketType": "hybrid",
    "listingGovernanceModel": "curated",
    "priceFormationModel": "mixed",
    "supportsEscrow": true,
    "supportsDisputeResolution": true,
    "contactPoints": [
      {
        "contactType": "support",
        "telephone": "+1-415-555-0133",
        "email": "support@nexus-bazaar.example",
        "url": "https://nexus-bazaar.example/support",
        "areaServed": "global",
        "availableLanguages": [
          "en",
          "es",
          "fr"
        ]
      },
      {
        "contactType": "sales",
        "telephone": "+1-415-555-0172",
        "email": "seller-success@nexus-bazaar.example",
        "url": "https://nexus-bazaar.example/seller-center",
        "areaServed": "global",
        "availableLanguages": [
          "en"
        ]
      }
    ],
    "socialProfiles": [
      {
        "platform": "linkedin",
        "url": "https://www.linkedin.com/company/nexus-bazaar",
        "username": "nexus-bazaar"
      },
      {
        "platform": "instagram",
        "url": "https://instagram.com/nexus_bazaar",
        "username": "nexus_bazaar"
      },
      {
        "platform": "facebook",
        "url": "https://facebook.com/nexusbazaar",
        "username": "nexusbazaar"
      }
    ],
    "identifiers": [
      {
        "type": "url",
        "value": "https://nexus-bazaar.example"
      },
      {
        "type": "custom",
        "value": "MRKT-NBX-001"
      }
    ]
  },
  "capabilities": {
    "commerce": {
      "features": [
        "productCatalog",
        "cart",
        "checkout",
        "orderTracking",
        "inventory",
        "vendorManagement",
        "listingManagement",
        "pricing",
        "search",
        "filtering",
        "wishlists",
        "comparisons"
      ],
      "hasProductCatalog": true,
      "catalogSize": 420000,
      "supportsCart": true,
      "supportsCheckout": true,
      "hasOrderTracking": true,
      "recommendationEngine": true,
      "vendorManagement": true,
      "searchCapability": true,
      "filteringOptions": [
        "price",
        "rating",
        "category",
        "availability",
        "brand",
        "shipping_time"
      ]
    },
    "financial": {
      "features": [
        "payments",
        "invoicing",
        "refunds",
        "wallet",
        "billing",
        "subscriptionManagement",
        "escrow"
      ],
      "paymentMethods": [
        "credit_card",
        "debit_card",
        "digital_wallet",
        "bank_transfer"
      ],
      "acceptsCreditCards": true,
      "currencies": [
        "USD",
        "EUR",
        "GBP"
      ],
      "priceRange": "variable",
      "commissionModel": "percentage",
      "commissionRate": 9.5,
      "supportsSubscriptions": true,
      "supportsInvoicing": true,
      "refundPolicy": "partial_refund"
    },
    "interaction": {
      "features": [
        "messaging",
        "commenting",
        "rating",
        "reviews",
        "notifications",
        "matching"
      ],
      "interactionMethods": [
        "in_app_messaging",
        "online_form",
        "email"
      ],
      "availableActions": [
        "search_listings",
        "contact_seller",
        "place_order",
        "open_dispute",
        "track_order"
      ],
      "hasMessaging": true,
      "hasComments": true,
      "hasRating": true,
      "hasReviews": true,
      "hasSocialGraph": false,
      "hasFeed": true,
      "hasNotifications": true,
      "hasMatching": true,
      "realTimeCommunication": true,
      "moderationEnabled": true,
      "privacyControls": [
        "public",
        "private",
        "semi_anonymous"
      ]
    },
    "content": {
      "features": [
        "publishing",
        "search",
        "categories",
        "tags"
      ],
      "contentTypes": [
        "listing",
        "review",
        "faq",
        "policy"
      ],
      "contentFormats": [
        "text",
        "html",
        "json",
        "webp"
      ],
      "contentAccess": [
        "public"
      ],
      "editorialControl": true,
      "userGeneratedContent": true,
      "mediaHosting": true,
      "searchPossible": true,
      "hasCategorization": true,
      "hasTagging": true,
      "archiveAccess": false,
      "rssFeeds": false
    },
    "community": {
      "features": [
        "groups",
        "communities",
        "discovery",
        "moderation",
        "membershipManagement"
      ],
      "supportsGroups": true,
      "supportsChannels": false,
      "communitiesCount": 380,
      "hasDiscovery": true,
      "hasModeration": true,
      "moderationModel": "ai_assisted_human",
      "hasMembershipManagement": true,
      "membershipTypes": [
        "buyer",
        "seller",
        "verified_seller"
      ],
      "supportsGroupEvents": false,
      "supportsPolls": true,
      "hasGovernance": true,
      "governanceModel": "centralized",
      "privacyLevels": [
        "public",
        "closed"
      ]
    }
  },
  "modules": {
    "catalog": {
      "taxonomyVersioned": true,
      "bulkImportSupported": true,
      "listingModerationEnabled": true
    },
    "payments": {
      "escrowEnabled": true,
      "splitPayoutsEnabled": true,
      "chargebackWorkflowEnabled": true
    },
    "trustAndSafety": {
      "sellerVerificationEnabled": true,
      "fraudScreeningEnabled": true,
      "abuseAppealsEnabled": true
    }
  },
  "structuralMetadata": {
    "topology": "triadic",
    "roles": [
      "buyer",
      "seller",
      "platform"
    ],
    "valueSource": "transaction_mediation",
    "transactionFlow": "escrow",
    "networkEffects": "cross_side",
    "liquidityModel": "balanced_growth"
  },
  "targetAudience": [
    "buyers",
    "independent_sellers",
    "small_businesses",
    "collectors"
  ],
  "siteCapabilities": {
    "supportedDevices": [
      "desktop",
      "mobile",
      "tablet"
    ],
    "languages": [
      "en",
      "es",
      "fr"
    ],
    "accessibilityFeatures": [
      "keyboard_navigation",
      "screen_reader_labels",
      "text_scaling",
      "high_contrast_mode"
    ]
  },
  "validationMetadata": {
    "schemaVersion": "3.0.0",
    "phase": "example_instance",
    "status": "reference",
    "lastValidated": "2026-02-20T18:40:00Z",
    "validator": "META-AIML SDK v3"
  },
  "semanticAnnotations": {
    "classificationRationale": "Marketplace is modeled as DigitalEntity plus MediatedExchange because platform value is generated by mediating buyer-seller transactions rather than direct first-party inventory sales.",
    "disambiguationNotes": "This is not a direct ecommerce storefront where the platform acts as the sole seller. Escrow, dispute workflows, and multi-party liquidity are first-class behaviors.",
    "intendedUse": "Canonical filled reference for marketplace websites that need robust AI understanding of mediated exchange architecture."
  },
  "governanceMetadata": {
    "entityVersion": "3.0.0",
    "introducedIn": "META-AIML v3.0.0",
    "stabilityLevel": "reference",
    "sdkValidationRules": [
      "RULE-MRGF-001: @type MUST equal \"Marketplace\"",
      "RULE-MRGF-002: ontologicalMode MUST equal \"DigitalEntity\"",
      "RULE-MRGF-003: interactionArchetype MUST contain exactly one value: \"MediatedExchange\"",
      "RULE-MRGF-004: capabilities MUST include commerce, financial, and interaction groups",
      "RULE-MRGF-005: modules.payments MUST define escrow and payout controls",
      "RULE-MRGF-006: structuralMetadata constants MUST align with MediatedExchange archetype",
      "RULE-MRGF-007: properties.identifiers SHOULD provide at least one durable identifier",
      "RULE-MRGF-008: examples MUST include scenario and note fields for operational interpretation"
    ]
  }
}
