ZDNet · JSON-LD Context

Zdnet Rss Context

JSON-LD context defining the semantic vocabulary for Zdnet Rss from ZDNet.

3 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

zdnet: https://zdnet.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

RssFeed RssItem description

Properties

Property Type Container
title string
link string
language string
items string set
author string
pubDate dateTime
category string set
guid string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "zdnet": "https://zdnet.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "RssFeed": "zdnet:RssFeed",
    "RssItem": "zdnet:RssItem",
    "title": {
      "@id": "zdnet:title",
      "@type": "xsd:string"
    },
    "link": {
      "@id": "zdnet:link",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "language": {
      "@id": "zdnet:language",
      "@type": "xsd:string"
    },
    "items": {
      "@id": "zdnet:items",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "author": {
      "@id": "zdnet:author",
      "@type": "xsd:string"
    },
    "pubDate": {
      "@id": "zdnet:pubDate",
      "@type": "xsd:dateTime"
    },
    "category": {
      "@id": "zdnet:category",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "guid": {
      "@id": "zdnet:guid",
      "@type": "xsd:string"
    }
  }
}