Mediastack · JSON-LD Context

Mediastack Context

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

13 Classes 6 Properties 7 Namespaces
View Context View on GitHub

Namespaces

mediastack: https://mediastack.com/vocab#
iso: https://www.iso.org/standard/vocab#
NewsArticle: https://schema.org/NewsArticle
Organization: https://schema.org/Organization
WebSite: https://schema.org/WebSite
Country: https://schema.org/Country
Language: https://schema.org/Language

Classes

title description author category id name pagination limit offset count total data access_key

Properties

Property Type Container
url reference
image reference
source reference
language reference
country reference
published_at http://www.w3.org/2001/XMLSchema#dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.org/",
    "mediastack": "https://mediastack.com/vocab#",
    "iso": "https://www.iso.org/standard/vocab#",
    "NewsArticle": "https://schema.org/NewsArticle",
    "Organization": "https://schema.org/Organization",
    "WebSite": "https://schema.org/WebSite",
    "Country": "https://schema.org/Country",
    "Language": "https://schema.org/Language",

    "title": "headline",
    "description": "description",
    "url": { "@id": "url", "@type": "@id" },
    "image": { "@id": "image", "@type": "@id" },
    "author": "author",
    "source": {
      "@id": "publisher",
      "@type": "@id"
    },
    "category": "articleSection",
    "language": {
      "@id": "inLanguage",
      "@type": "@id"
    },
    "country": {
      "@id": "contentLocation",
      "@type": "@id"
    },
    "published_at": {
      "@id": "datePublished",
      "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
    },

    "id": "identifier",
    "name": "name",

    "pagination": "mediastack:pagination",
    "limit": "mediastack:limit",
    "offset": "mediastack:offset",
    "count": "mediastack:count",
    "total": "mediastack:total",
    "data": "mediastack:data",
    "access_key": "mediastack:accessKey"
  }
}