Whiting Petroleum · JSON-LD Context

Whiting Petroleum Context

JSON-LD context defining the semantic vocabulary for Whiting Petroleum from Whiting Petroleum.

9 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
energy: https://dbpedia.org/ontology/Energy/

Classes

name description url tickerSymbol foundingDate dissolutionDate location Organization Corporation

Properties

Property Type Container
basin string
formation string
commodity string
productionVolume decimal
reserveType string
wellCount integer
netAcres decimal

JSON-LD Document

whiting-petroleum-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "tickerSymbol": "schema:tickerSymbol",
    "foundingDate": "schema:foundingDate",
    "dissolutionDate": "schema:dissolutionDate",
    "location": "schema:location",
    "Organization": "schema:Organization",
    "Corporation": "schema:Corporation",
    "energy": "https://dbpedia.org/ontology/Energy/",
    "basin": {
      "@id": "energy:basin",
      "@type": "xsd:string"
    },
    "formation": {
      "@id": "energy:formation",
      "@type": "xsd:string"
    },
    "commodity": {
      "@id": "energy:commodity",
      "@type": "xsd:string"
    },
    "productionVolume": {
      "@id": "energy:productionVolume",
      "@type": "xsd:decimal"
    },
    "reserveType": {
      "@id": "energy:reserveType",
      "@type": "xsd:string"
    },
    "wellCount": {
      "@id": "energy:wellCount",
      "@type": "xsd:integer"
    },
    "netAcres": {
      "@id": "energy:netAcres",
      "@type": "xsd:decimal"
    }
  }
}