Resilinc · JSON-LD Context

Resilinc Context

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

14 Classes 0 Properties 16 Namespaces
View Context View on GitHub

Namespaces

resilinc: https://resilinc.ai/vocab/
Organization: https://schema.org/Organization
id: https://schema.org/identifier
name: https://schema.org/name
description: https://schema.org/description
country: https://schema.org/addressCountry
region: https://schema.org/addressRegion
city: https://schema.org/addressLocality
industry: https://schema.org/industry
location: https://schema.org/Place
published_at: https://schema.org/datePublished
started_at: https://schema.org/startDate
resolved_at: https://schema.org/endDate
source_urls: https://schema.org/url
created_at: https://schema.org/dateCreated
updated_at: https://schema.org/dateModified

Classes

SupplyChain Supplier DisruptionEvent RiskAssessment MitigationPlan tier risk_score status parts sites event_type severity affected_suppliers affected_parts

JSON-LD Document

resilinc-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "resilinc": "https://resilinc.ai/vocab/",
    "Organization": "https://schema.org/Organization",
    "SupplyChain": "resilinc:SupplyChain",
    "Supplier": "resilinc:Supplier",
    "DisruptionEvent": "resilinc:DisruptionEvent",
    "RiskAssessment": "resilinc:RiskAssessment",
    "MitigationPlan": "resilinc:MitigationPlan",
    "id": "https://schema.org/identifier",
    "name": "https://schema.org/name",
    "description": "https://schema.org/description",
    "country": "https://schema.org/addressCountry",
    "region": "https://schema.org/addressRegion",
    "city": "https://schema.org/addressLocality",
    "industry": "https://schema.org/industry",
    "tier": "resilinc:supplierTier",
    "risk_score": "resilinc:riskScore",
    "status": "resilinc:status",
    "parts": "resilinc:parts",
    "sites": "resilinc:sites",
    "event_type": "resilinc:eventType",
    "severity": "resilinc:severity",
    "location": "https://schema.org/Place",
    "affected_suppliers": "resilinc:affectedSuppliers",
    "affected_parts": "resilinc:affectedParts",
    "published_at": "https://schema.org/datePublished",
    "started_at": "https://schema.org/startDate",
    "resolved_at": "https://schema.org/endDate",
    "source_urls": "https://schema.org/url",
    "created_at": "https://schema.org/dateCreated",
    "updated_at": "https://schema.org/dateModified"
  }
}