Wired · JSON-LD Context

Wired Context

JSON-LD context defining the semantic vocabulary for Wired from Wired.

18 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

wired: https://www.wired.com/vocab/

Classes

Article NewsArticle title description link pubDate author category guid content thumbnail enclosure RSSFeed feedUrl feedCategory Organization Publication publisher

Properties

Property Type Container
Wired schema:Periodical

JSON-LD Document

wired-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "wired": "https://www.wired.com/vocab/",
    "Article": "schema:Article",
    "NewsArticle": "schema:NewsArticle",
    "title": "schema:headline",
    "description": "schema:description",
    "link": "schema:url",
    "pubDate": "schema:datePublished",
    "author": "schema:author",
    "category": "schema:keywords",
    "guid": "schema:identifier",
    "content": "schema:articleBody",
    "thumbnail": "schema:image",
    "enclosure": "schema:associatedMedia",
    "RSSFeed": "wired:RSSFeed",
    "feedUrl": "wired:feedUrl",
    "feedCategory": "wired:feedCategory",
    "Organization": "schema:Organization",
    "Publication": "schema:Periodical",
    "publisher": "schema:publisher",
    "Wired": {
      "@id": "wired:WiredMagazine",
      "@type": "schema:Periodical"
    }
  }
}