Shenandoah Telecommunications · JSON-LD Context

Shenandoah Telecommunications Context

JSON-LD context defining the semantic vocabulary for Shenandoah Telecommunications from Shenandoah Telecommunications.

4 Classes 15 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
shentel: https://api-evangelist.github.io/shenandoah-telecommunications/vocab#

Classes

name description url identifier

Properties

Property Type Container
InternetService reference
serviceType schema:Text
downloadSpeed schema:QuantitativeValue
uploadSpeed schema:QuantitativeValue
ServiceArea reference
serviceRegion schema:Text
fiberRoute schema:Text
routeMiles schema:Number
BusinessAccount reference
accountId schema:Text
serviceAddress schema:PostalAddress
NetworkService reference
bandwidth schema:QuantitativeValue
slaUptime schema:Number
mefCertified schema:Boolean

JSON-LD Document

shenandoah-telecommunications-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "shentel": "https://api-evangelist.github.io/shenandoah-telecommunications/vocab#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "identifier": "schema:identifier",
    "InternetService": {
      "@id": "schema:Service",
      "@type": "@id"
    },
    "serviceType": {
      "@id": "schema:serviceType",
      "@type": "schema:Text"
    },
    "downloadSpeed": {
      "@id": "shentel:downloadSpeed",
      "@type": "schema:QuantitativeValue"
    },
    "uploadSpeed": {
      "@id": "shentel:uploadSpeed",
      "@type": "schema:QuantitativeValue"
    },
    "ServiceArea": {
      "@id": "schema:GeoShape",
      "@type": "@id"
    },
    "serviceRegion": {
      "@id": "schema:areaServed",
      "@type": "schema:Text"
    },
    "fiberRoute": {
      "@id": "shentel:fiberRoute",
      "@type": "schema:Text"
    },
    "routeMiles": {
      "@id": "shentel:routeMiles",
      "@type": "schema:Number"
    },
    "BusinessAccount": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "accountId": {
      "@id": "schema:identifier",
      "@type": "schema:Text"
    },
    "serviceAddress": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    },
    "NetworkService": {
      "@id": "schema:Service",
      "@type": "@id"
    },
    "bandwidth": {
      "@id": "shentel:bandwidth",
      "@type": "schema:QuantitativeValue"
    },
    "slaUptime": {
      "@id": "shentel:slaUptime",
      "@type": "schema:Number"
    },
    "mefCertified": {
      "@id": "shentel:mefCertified",
      "@type": "schema:Boolean"
    }
  }
}