The Next Web · JSON-LD Context

The Next Web Context

JSON-LD context defining the semantic vocabulary for The Next Web from The Next Web.

12 Classes 4 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
rss: http://www.rssboard.org/rss-specification#
xsd: http://www.w3.org/2001/XMLSchema#
dc: http://purl.org/dc/elements/1.1/
thenextweb: https://thenextweb.com/

Classes

Article Feed Author Organization title description author category guid enclosure feedTitle feedDescription

Properties

Property Type Container
link reference
pubDate dateTime
feedUrl reference
lastBuildDate dateTime

JSON-LD Document

the-next-web-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "rss": "http://www.rssboard.org/rss-specification#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dc": "http://purl.org/dc/elements/1.1/",

    "Article": "schema:NewsArticle",
    "Feed": "schema:DataFeed",
    "Author": "schema:Person",
    "Organization": "schema:NewsMediaOrganization",

    "title": "schema:headline",
    "link": { "@id": "schema:url", "@type": "@id" },
    "description": "schema:description",
    "pubDate": { "@id": "schema:datePublished", "@type": "xsd:dateTime" },
    "author": "schema:author",
    "category": "schema:articleSection",
    "guid": "schema:identifier",
    "enclosure": "schema:image",

    "thenextweb": "https://thenextweb.com/",
    "feedUrl": { "@id": "schema:url", "@type": "@id" },
    "feedTitle": "schema:name",
    "feedDescription": "schema:description",
    "lastBuildDate": { "@id": "schema:dateModified", "@type": "xsd:dateTime" }
  }
}