Subex · JSON-LD Context

Subex Context

JSON-LD context defining the semantic vocabulary for Subex from Subex.

30 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
subex: https://www.subex.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

FraudCase LeakageAlert SubscriberRiskScore ReconciliationRun Subscriber caseId fraudType status riskScore subscriberMsisdn imsi currency indicators actions assignedTo leakageId leakageType severity serviceType affectedRecordCount controlName msisdn riskCategory contributingFactors runId runType matchRate totalRecordsProcessed matchedRecords unmatchedRecords

Properties

Property Type Container
detectedAt dateTime
estimatedFraudLoss decimal
estimatedLoss decimal

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "subex": "https://www.subex.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "FraudCase": "subex:FraudCase",
    "LeakageAlert": "subex:RevenueLeakageAlert",
    "SubscriberRiskScore": "subex:SubscriberRiskProfile",
    "ReconciliationRun": "subex:ReconciliationRun",
    "Subscriber": "schema:Person",

    "caseId": "schema:identifier",
    "fraudType": "subex:fraudType",
    "status": "schema:status",
    "riskScore": "subex:riskScore",
    "detectedAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "subscriberMsisdn": "subex:msisdn",
    "imsi": "subex:imsi",
    "estimatedFraudLoss": {
      "@id": "subex:estimatedLoss",
      "@type": "xsd:decimal"
    },
    "currency": "schema:currency",
    "indicators": "subex:fraudIndicators",
    "actions": "subex:caseActions",
    "assignedTo": "schema:contributor",

    "leakageId": "schema:identifier",
    "leakageType": "subex:leakageType",
    "severity": "schema:significance",
    "estimatedLoss": {
      "@id": "subex:estimatedRevenueLoss",
      "@type": "xsd:decimal"
    },
    "serviceType": "subex:serviceType",
    "affectedRecordCount": "subex:affectedRecords",
    "controlName": "subex:controlName",

    "msisdn": "subex:msisdn",
    "riskCategory": "subex:riskCategory",
    "contributingFactors": "subex:riskFactors",

    "runId": "schema:identifier",
    "runType": "subex:reconciliationType",
    "matchRate": "subex:matchRate",
    "totalRecordsProcessed": "subex:recordsProcessed",
    "matchedRecords": "subex:matchedRecords",
    "unmatchedRecords": "subex:unmatchedRecords"
  }
}