Telephone and Data Systems · JSON-LD Context

Telephone And Data Systems Context

JSON-LD context defining the semantic vocabulary for Telephone And Data Systems from Telephone and Data Systems.

3 Classes 7 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
tds: https://www.tdsinc.com/vocabulary/

Classes

name description url

Properties

Property Type Container
provider schema:Organization
TelecomService
BroadbandService
WirelessInfrastructure
Subsidiary
TDSTelecom schema:Organization
ArrayDigitalInfrastructure schema:Organization

JSON-LD Document

telephone-and-data-systems-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "tds": "https://www.tdsinc.com/vocabulary/",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "provider": {
      "@id": "schema:provider",
      "@type": "schema:Organization"
    },
    "TelecomService": {
      "@id": "schema:Service",
      "@context": {
        "serviceType": "schema:serviceType",
        "areaServed": "schema:areaServed",
        "provider": "schema:provider"
      }
    },
    "BroadbandService": {
      "@id": "tds:BroadbandService",
      "@context": {
        "downloadSpeed": "tds:downloadSpeed",
        "uploadSpeed": "tds:uploadSpeed",
        "technology": "tds:technology"
      }
    },
    "WirelessInfrastructure": {
      "@id": "tds:WirelessInfrastructure",
      "@context": {
        "towerCount": "tds:towerCount",
        "spectrumBands": "tds:spectrumBands",
        "coverageArea": "schema:areaServed"
      }
    },
    "Subsidiary": {
      "@id": "schema:Organization",
      "@context": {
        "parentOrganization": "schema:parentOrganization",
        "legalName": "schema:legalName"
      }
    },
    "TDSTelecom": {
      "@id": "tds:TDSTelecom",
      "@type": "schema:Organization",
      "@context": {
        "statesServed": "tds:statesServed",
        "communitiesServed": "tds:communitiesServed"
      }
    },
    "ArrayDigitalInfrastructure": {
      "@id": "tds:ArrayDigitalInfrastructure",
      "@type": "schema:Organization",
      "@context": {
        "towersOwned": "tds:towersOwned"
      }
    }
  }
}