Epa Cam Camd Services Context

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

8 Classes 21 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

GovernmentOrganization Dataset BulkFileDTO EmailRecipientListRequestDto EmailRecipientListResponseDto ReportColumnDTO ReportDetailDTO ReportDTO

Properties

Property Type Container
filename string
s3Path string
bytes decimal
kiloBytes decimal
megaBytes decimal
gigaBytes decimal
lastUpdated string
metadata
emailType string
plantIdList list
recipients list
hasError boolean
errorMessage string
code string
values list
displayName string
templateCode string
templateType string
results list
columns list
details list

JSON-LD Document

Raw ↑
{
  "@context": {
    "epa": "https://api-evangelist.com/epa/cam-camd-services#",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "GovernmentOrganization": "schema:GovernmentOrganization",
    "Dataset": "schema:Dataset",
    "BulkFileDTO": "epa:BulkFileDTO",
    "EmailRecipientListRequestDto": "epa:EmailRecipientListRequestDto",
    "EmailRecipientListResponseDto": "epa:EmailRecipientListResponseDto",
    "ReportColumnDTO": "epa:ReportColumnDTO",
    "ReportDetailDTO": "epa:ReportDetailDTO",
    "ReportDTO": "epa:ReportDTO",
    "filename": {
      "@id": "epa:filename",
      "@type": "xsd:string"
    },
    "s3Path": {
      "@id": "epa:s3Path",
      "@type": "xsd:string"
    },
    "bytes": {
      "@id": "epa:bytes",
      "@type": "xsd:decimal"
    },
    "kiloBytes": {
      "@id": "epa:kiloBytes",
      "@type": "xsd:decimal"
    },
    "megaBytes": {
      "@id": "epa:megaBytes",
      "@type": "xsd:decimal"
    },
    "gigaBytes": {
      "@id": "epa:gigaBytes",
      "@type": "xsd:decimal"
    },
    "lastUpdated": {
      "@id": "epa:lastUpdated",
      "@type": "xsd:string"
    },
    "metadata": {
      "@id": "epa:metadata"
    },
    "emailType": {
      "@id": "epa:emailType",
      "@type": "xsd:string"
    },
    "plantIdList": {
      "@id": "epa:plantIdList",
      "@container": "@list"
    },
    "recipients": {
      "@id": "epa:recipients",
      "@container": "@list"
    },
    "hasError": {
      "@id": "epa:hasError",
      "@type": "xsd:boolean"
    },
    "errorMessage": {
      "@id": "epa:errorMessage",
      "@type": "xsd:string"
    },
    "code": {
      "@id": "epa:code",
      "@type": "xsd:string"
    },
    "values": {
      "@id": "epa:values",
      "@container": "@list"
    },
    "displayName": {
      "@id": "epa:displayName",
      "@type": "xsd:string"
    },
    "templateCode": {
      "@id": "epa:templateCode",
      "@type": "xsd:string"
    },
    "templateType": {
      "@id": "epa:templateType",
      "@type": "xsd:string"
    },
    "results": {
      "@id": "epa:results",
      "@container": "@list"
    },
    "columns": {
      "@id": "epa:columns",
      "@container": "@list"
    },
    "details": {
      "@id": "epa:details",
      "@container": "@list"
    }
  }
}