SCANA Corporation · JSON-LD Context

Scana Context

JSON-LD context defining the semantic vocabulary for Scana from SCANA Corporation.

0 Classes 14 Properties 3 Namespaces
View Context View on GitHub

Namespaces

scana: https://www.scanaenergy.com/vocabulary/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
SCANACorporation schema:Corporation
SCANASubsidiary schema:Organization
EnergyUtility schema:Utility
name string
description string
parentOrganization reference
subsidiary reference
foundingDate date
dissolutionDate date
areaServed string
numberOfCustomers integer
serviceType string
address schema:PostalAddress
url reference

JSON-LD Document

scana-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "scana": "https://www.scanaenergy.com/vocabulary/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "SCANACorporation": {
      "@id": "scana:Corporation",
      "@type": "schema:Corporation"
    },
    "SCANASubsidiary": {
      "@id": "scana:Subsidiary",
      "@type": "schema:Organization"
    },
    "EnergyUtility": {
      "@id": "scana:EnergyUtility",
      "@type": "schema:Utility"
    },

    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "parentOrganization": {
      "@id": "schema:parentOrganization",
      "@type": "@id"
    },
    "subsidiary": {
      "@id": "schema:subOrganization",
      "@type": "@id"
    },
    "foundingDate": {
      "@id": "schema:foundingDate",
      "@type": "xsd:date"
    },
    "dissolutionDate": {
      "@id": "schema:dissolutionDate",
      "@type": "xsd:date"
    },
    "areaServed": {
      "@id": "schema:areaServed",
      "@type": "xsd:string"
    },
    "numberOfCustomers": {
      "@id": "scana:numberOfCustomers",
      "@type": "xsd:integer"
    },
    "serviceType": {
      "@id": "schema:serviceType",
      "@type": "xsd:string"
    },
    "address": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    }
  }
}