United Refining Company · JSON-LD Context

United Refining Context

JSON-LD context defining the semantic vocabulary for United Refining from United Refining Company.

0 Classes 13 Properties 3 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
Company reference
PetroleumRefinery reference
FuelRetailLocation reference
name string
url reference
address reference
telephone string
brand string
productType string
region string
PetroleumProduct reference
fuelGrade string
productionCapacity string

JSON-LD Document

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

    "Company": {
      "@id": "schema:Corporation",
      "@type": "@id"
    },
    "PetroleumRefinery": {
      "@id": "urc:PetroleumRefinery",
      "@type": "@id",
      "subClassOf": "schema:Organization"
    },
    "FuelRetailLocation": {
      "@id": "urc:FuelRetailLocation",
      "@type": "@id",
      "subClassOf": "schema:LocalBusiness"
    },

    "name": { "@id": "schema:name", "@type": "xsd:string" },
    "url": { "@id": "schema:url", "@type": "@id" },
    "address": { "@id": "schema:address", "@type": "@id" },
    "telephone": { "@id": "schema:telephone", "@type": "xsd:string" },
    "brand": { "@id": "schema:brand", "@type": "xsd:string" },
    "productType": { "@id": "urc:productType", "@type": "xsd:string" },
    "region": { "@id": "urc:serviceRegion", "@type": "xsd:string" },

    "PetroleumProduct": {
      "@id": "urc:PetroleumProduct",
      "@type": "@id",
      "subClassOf": "schema:Product"
    },
    "fuelGrade": { "@id": "urc:fuelGrade", "@type": "xsd:string" },
    "productionCapacity": { "@id": "urc:productionCapacity", "@type": "xsd:string" }
  }
}