Epa Cam Master Data Context

JSON-LD context defining the semantic vocabulary for Epa Cam Master Data from EPA — U.S. Environmental Protection Agency.

12 Classes 48 Properties 4 Namespaces
View Context View on GitHub

Namespaces

epa: https://api-evangelist.com/epa/cam-master-data#
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

GovernmentOrganization Dataset AccountTypeDTO CodeTableDto ControlTechnologyDTO DataColumnDTO DataSetDTO DataTableDTO FuelTypeDTO ProgramDTO ReportingPeriodDTO UnitTypeDTO

Properties

Property Type Container
accountTypeCode string
accountTypeDescription string
accountTypeGroupCode string
accountTypeGroupDescription string
code string
name string
controlCode string
controlDescription string
controlEquipParamCode string
controlEquipParamDescription string
columnOrder decimal
alias string
displayName string
dataSetCode string
groupCode string
noResultsMessage string
tables list
tableOrder decimal
columns list
fuelTypeCode string
fuelTypeDescription string
fuelGroupCode string
fuelGroupDescription string
programCode string
programDescription string
compParameter string
programGroupCode string
programGroupDescription string
ozoneIndicator boolean
annualIndicator boolean
emissionsUIFilter boolean
allowanceUIFilter boolean
complianceUIFilter boolean
retiredIndicator boolean
tradingEndDate string
id decimal
calendarYear decimal
quarter decimal
beginDate string
endDate string
periodDescription string
periodAbbreviation string
archiveInd decimal
unitTypeCode string
unitTypeDescription string
unitTypeGroupCode string
unitTypeGroupDescription string
sortOrder string

JSON-LD Document

Raw ↑
{
  "@context": {
    "epa": "https://api-evangelist.com/epa/cam-master-data#",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "GovernmentOrganization": "schema:GovernmentOrganization",
    "Dataset": "schema:Dataset",
    "AccountTypeDTO": "epa:AccountTypeDTO",
    "CodeTableDto": "epa:CodeTableDto",
    "ControlTechnologyDTO": "epa:ControlTechnologyDTO",
    "DataColumnDTO": "epa:DataColumnDTO",
    "DataSetDTO": "epa:DataSetDTO",
    "DataTableDTO": "epa:DataTableDTO",
    "FuelTypeDTO": "epa:FuelTypeDTO",
    "ProgramDTO": "epa:ProgramDTO",
    "ReportingPeriodDTO": "epa:ReportingPeriodDTO",
    "UnitTypeDTO": "epa:UnitTypeDTO",
    "accountTypeCode": {
      "@id": "epa:accountTypeCode",
      "@type": "xsd:string"
    },
    "accountTypeDescription": {
      "@id": "epa:accountTypeDescription",
      "@type": "xsd:string"
    },
    "accountTypeGroupCode": {
      "@id": "epa:accountTypeGroupCode",
      "@type": "xsd:string"
    },
    "accountTypeGroupDescription": {
      "@id": "epa:accountTypeGroupDescription",
      "@type": "xsd:string"
    },
    "code": {
      "@id": "epa:code",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "controlCode": {
      "@id": "epa:controlCode",
      "@type": "xsd:string"
    },
    "controlDescription": {
      "@id": "epa:controlDescription",
      "@type": "xsd:string"
    },
    "controlEquipParamCode": {
      "@id": "epa:controlEquipParamCode",
      "@type": "xsd:string"
    },
    "controlEquipParamDescription": {
      "@id": "epa:controlEquipParamDescription",
      "@type": "xsd:string"
    },
    "columnOrder": {
      "@id": "epa:columnOrder",
      "@type": "xsd:decimal"
    },
    "alias": {
      "@id": "epa:alias",
      "@type": "xsd:string"
    },
    "displayName": {
      "@id": "epa:displayName",
      "@type": "xsd:string"
    },
    "dataSetCode": {
      "@id": "epa:dataSetCode",
      "@type": "xsd:string"
    },
    "groupCode": {
      "@id": "epa:groupCode",
      "@type": "xsd:string"
    },
    "noResultsMessage": {
      "@id": "epa:noResultsMessage",
      "@type": "xsd:string"
    },
    "tables": {
      "@id": "epa:tables",
      "@container": "@list"
    },
    "tableOrder": {
      "@id": "epa:tableOrder",
      "@type": "xsd:decimal"
    },
    "columns": {
      "@id": "epa:columns",
      "@container": "@list"
    },
    "fuelTypeCode": {
      "@id": "epa:fuelTypeCode",
      "@type": "xsd:string"
    },
    "fuelTypeDescription": {
      "@id": "epa:fuelTypeDescription",
      "@type": "xsd:string"
    },
    "fuelGroupCode": {
      "@id": "epa:fuelGroupCode",
      "@type": "xsd:string"
    },
    "fuelGroupDescription": {
      "@id": "epa:fuelGroupDescription",
      "@type": "xsd:string"
    },
    "programCode": {
      "@id": "epa:programCode",
      "@type": "xsd:string"
    },
    "programDescription": {
      "@id": "epa:programDescription",
      "@type": "xsd:string"
    },
    "compParameter": {
      "@id": "epa:compParameter",
      "@type": "xsd:string"
    },
    "programGroupCode": {
      "@id": "epa:programGroupCode",
      "@type": "xsd:string"
    },
    "programGroupDescription": {
      "@id": "epa:programGroupDescription",
      "@type": "xsd:string"
    },
    "ozoneIndicator": {
      "@id": "epa:ozoneIndicator",
      "@type": "xsd:boolean"
    },
    "annualIndicator": {
      "@id": "epa:annualIndicator",
      "@type": "xsd:boolean"
    },
    "emissionsUIFilter": {
      "@id": "epa:emissionsUIFilter",
      "@type": "xsd:boolean"
    },
    "allowanceUIFilter": {
      "@id": "epa:allowanceUIFilter",
      "@type": "xsd:boolean"
    },
    "complianceUIFilter": {
      "@id": "epa:complianceUIFilter",
      "@type": "xsd:boolean"
    },
    "retiredIndicator": {
      "@id": "epa:retiredIndicator",
      "@type": "xsd:boolean"
    },
    "tradingEndDate": {
      "@id": "epa:tradingEndDate",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "schema:identifier",
      "@type": "xsd:decimal"
    },
    "calendarYear": {
      "@id": "epa:calendarYear",
      "@type": "xsd:decimal"
    },
    "quarter": {
      "@id": "epa:quarter",
      "@type": "xsd:decimal"
    },
    "beginDate": {
      "@id": "epa:beginDate",
      "@type": "xsd:string"
    },
    "endDate": {
      "@id": "schema:endDate",
      "@type": "xsd:string"
    },
    "periodDescription": {
      "@id": "epa:periodDescription",
      "@type": "xsd:string"
    },
    "periodAbbreviation": {
      "@id": "epa:periodAbbreviation",
      "@type": "xsd:string"
    },
    "archiveInd": {
      "@id": "epa:archiveInd",
      "@type": "xsd:decimal"
    },
    "unitTypeCode": {
      "@id": "epa:unitTypeCode",
      "@type": "xsd:string"
    },
    "unitTypeDescription": {
      "@id": "epa:unitTypeDescription",
      "@type": "xsd:string"
    },
    "unitTypeGroupCode": {
      "@id": "epa:unitTypeGroupCode",
      "@type": "xsd:string"
    },
    "unitTypeGroupDescription": {
      "@id": "epa:unitTypeGroupDescription",
      "@type": "xsd:string"
    },
    "sortOrder": {
      "@id": "epa:sortOrder",
      "@type": "xsd:string"
    }
  }
}