US Department of Commerce · JSON-LD Context

Us Department Of Commerce Context

JSON-LD context defining the semantic vocabulary for Us Department Of Commerce from US Department of Commerce.

11 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
commerce: https://www.commerce.gov/ns/
xsd: http://www.w3.org/2001/XMLSchema#
gov: http://www.w3.org/ns/org#

Classes

CommerceNewsArticle CommerceBlogPost CommerceImage CommerceBureau id type title body summary tags author

Properties

Property Type Container
created dateTime
changed dateTime
url reference
field_image reference
Department
bureaus

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "commerce": "https://www.commerce.gov/ns/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "gov": "http://www.w3.org/ns/org#",

    "CommerceNewsArticle": "schema:NewsArticle",
    "CommerceBlogPost": "schema:BlogPosting",
    "CommerceImage": "schema:ImageObject",
    "CommerceBureau": "schema:GovernmentOrganization",

    "id": "@id",
    "type": "@type",

    "title": "schema:headline",
    "body": "schema:articleBody",
    "summary": "schema:abstract",
    "created": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "changed": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "field_image": {
      "@id": "schema:image",
      "@type": "@id"
    },
    "tags": "schema:keywords",
    "author": "schema:author",

    "Department": {
      "@id": "schema:GovernmentOrganization",
      "name": "US Department of Commerce",
      "url": "https://www.commerce.gov",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q11762",
        "https://dbpedia.org/resource/United_States_Department_of_Commerce"
      ]
    },

    "bureaus": {
      "Census Bureau": "https://www.census.gov",
      "Bureau of Economic Analysis": "https://www.bea.gov",
      "International Trade Administration": "https://www.trade.gov",
      "NOAA": "https://www.noaa.gov",
      "NIST": "https://www.nist.gov",
      "USPTO": "https://www.uspto.gov"
    }
  }
}