regency-energy-partners · JSON-LD Context

Regency Energy Partners Context

JSON-LD context defining the semantic vocabulary for Regency Energy Partners from regency-energy-partners.

17 Classes 5 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
energy: https://api-evangelist.github.io/regency-energy-partners/vocab#

Classes

id type Organization name description url capacity throughput basin state commodityType serviceType feeStructure volumeCommitment term component price

Properties

Property Type Container
GatheringSystem schema:Thing
ProcessingPlant schema:Thing
Pipeline schema:Thing
Contract schema:Agreement
NGL schema:Thing

JSON-LD Document

regency-energy-partners-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "energy": "https://api-evangelist.github.io/regency-energy-partners/vocab#",
    "id": "@id",
    "type": "@type",
    "Organization": "schema:Organization",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "GatheringSystem": {
      "@id": "energy:GatheringSystem",
      "@type": "schema:Thing"
    },
    "ProcessingPlant": {
      "@id": "energy:ProcessingPlant",
      "@type": "schema:Thing"
    },
    "Pipeline": {
      "@id": "energy:Pipeline",
      "@type": "schema:Thing"
    },
    "capacity": "energy:capacity",
    "throughput": "energy:throughput",
    "basin": "energy:basin",
    "state": "schema:addressRegion",
    "commodityType": "energy:commodityType",
    "serviceType": "energy:serviceType",
    "Contract": {
      "@id": "energy:Contract",
      "@type": "schema:Agreement"
    },
    "feeStructure": "energy:feeStructure",
    "volumeCommitment": "energy:volumeCommitment",
    "term": "energy:contractTerm",
    "NGL": {
      "@id": "energy:NaturalGasLiquid",
      "@type": "schema:Thing"
    },
    "component": "energy:nglComponent",
    "price": "schema:price"
  }
}