Epa Aqs Context

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

3 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

GovernmentOrganization Dataset Envelope

Properties

Property Type Container
Header list
Data list
status string
request_time string
url string
rows integer
error list

JSON-LD Document

Raw ↑
{
  "@context": {
    "epa": "https://api-evangelist.com/epa/aqs#",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "GovernmentOrganization": "schema:GovernmentOrganization",
    "Dataset": "schema:Dataset",
    "Envelope": "epa:Envelope",
    "Header": {
      "@id": "epa:Header",
      "@container": "@list"
    },
    "Data": {
      "@id": "epa:Data",
      "@container": "@list"
    },
    "status": {
      "@id": "epa:status",
      "@type": "xsd:string"
    },
    "request_time": {
      "@id": "epa:request_time",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url",
      "@type": "xsd:string"
    },
    "rows": {
      "@id": "epa:rows",
      "@type": "xsd:integer"
    },
    "error": {
      "@id": "epa:error",
      "@container": "@list"
    }
  }
}