Epa Context

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

5 Classes 1 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Dataset identifier name description url

Properties

Property Type Container
EnvironmentalProtectionAgency reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "epa": "https://api-evangelist.com/epa/agency#",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "EnvironmentalProtectionAgency": {
      "@id": "schema:GovernmentOrganization",
      "@type": "@id"
    },
    "Dataset": "schema:Dataset",
    "identifier": "schema:identifier",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url"
  }
}