{ "@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" } } }