VentureBeat · JSON-LD Context

Venturebeat Context

JSON-LD context defining the semantic vocabulary for Venturebeat from VentureBeat.

25 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

vb: https://venturebeat.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

NewsArticle TechMediaOrganization Author EditorialCategory articleId title link guid description fullContent author authorEmail category tags enclosure enclosureUrl enclosureType feedTitle feedLink feedDescription feedLanguage organization orgName orgUrl headquarters

Properties

Property Type Container
pubDate dateTime
modifiedDate dateTime
lastBuildDate dateTime
foundingDate date

JSON-LD Document

venturebeat-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "vb": "https://venturebeat.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "NewsArticle": "schema:NewsArticle",
    "TechMediaOrganization": "schema:NewsMediaOrganization",
    "Author": "schema:Person",
    "EditorialCategory": "schema:itemListElement",

    "articleId": "schema:identifier",
    "title": "schema:headline",
    "link": "schema:url",
    "guid": "schema:identifier",
    "description": "schema:description",
    "fullContent": "schema:articleBody",
    "author": "schema:author",
    "authorEmail": "schema:email",
    "pubDate": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "modifiedDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "category": "schema:articleSection",
    "tags": "schema:keywords",
    "enclosure": "schema:image",
    "enclosureUrl": "schema:contentUrl",
    "enclosureType": "schema:encodingFormat",

    "feedTitle": "schema:name",
    "feedLink": "schema:url",
    "feedDescription": "schema:description",
    "feedLanguage": "schema:inLanguage",
    "lastBuildDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },

    "organization": "schema:Organization",
    "orgName": "schema:name",
    "orgUrl": "schema:url",
    "foundingDate": {
      "@id": "schema:foundingDate",
      "@type": "xsd:date"
    },
    "headquarters": "schema:location"
  }
}