Reuters · JSON-LD Context

Reuters Context

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

28 Classes 20 Properties 7 Namespaces
View Context View on GitHub

Namespaces

reuters: https://ns.reuters.com/connect/
iptc: http://iptc.org/std/nar/2006-10-01/
nitf: http://iptc.org/std/NITF/2006-10-18/
rnews: http://iptc.org/std/rNews/2011-10-07#
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Classes

id type Item TextItem ImageItem VideoItem GraphicItem CompositeItem Channel Rendition Subject Association SearchResult headline slug byline dateline language body description name alias category code mimetype format query authToken

Properties

Property Type Container
guid string
version string
dateCreated dateTime
dateModified dateTime
lastUpdated dateTime
mediaType string
urgency integer
channel reference
subjects set
renditions set
href reference
width integer
height integer
sizeinbytes integer
duration decimal
associations set
results list
totalResults integer
url reference
provider reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "reuters": "https://ns.reuters.com/connect/",
    "iptc": "http://iptc.org/std/nar/2006-10-01/",
    "nitf": "http://iptc.org/std/NITF/2006-10-18/",
    "rnews": "http://iptc.org/std/rNews/2011-10-07#",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",

    "id": "@id",
    "type": "@type",

    "Item": "rnews:Article",
    "TextItem": "schema:NewsArticle",
    "ImageItem": "schema:ImageObject",
    "VideoItem": "schema:VideoObject",
    "GraphicItem": "schema:ImageObject",
    "CompositeItem": "schema:CreativeWork",
    "Channel": "reuters:Channel",
    "Rendition": "schema:MediaObject",
    "Subject": "reuters:Subject",
    "Association": "reuters:Association",
    "SearchResult": "schema:ItemList",

    "guid": {
      "@id": "dcterms:identifier",
      "@type": "xsd:string"
    },
    "version": {
      "@id": "schema:version",
      "@type": "xsd:string"
    },
    "headline": "schema:headline",
    "slug": "reuters:slug",
    "dateCreated": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "dateModified": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "lastUpdated": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "mediaType": {
      "@id": "schema:encodingFormat",
      "@type": "xsd:string"
    },
    "urgency": {
      "@id": "reuters:urgency",
      "@type": "xsd:integer"
    },
    "byline": "schema:author",
    "dateline": "reuters:dateline",
    "language": "schema:inLanguage",
    "body": "schema:articleBody",
    "description": "schema:description",
    "name": "schema:name",

    "channel": {
      "@id": "reuters:channel",
      "@type": "@id"
    },
    "alias": "reuters:channelAlias",
    "category": "reuters:channelCategory",

    "subjects": {
      "@id": "schema:about",
      "@container": "@set"
    },
    "code": "reuters:subjectCode",

    "renditions": {
      "@id": "schema:encoding",
      "@container": "@set"
    },
    "href": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "mimetype": "schema:encodingFormat",
    "width": {
      "@id": "schema:width",
      "@type": "xsd:integer"
    },
    "height": {
      "@id": "schema:height",
      "@type": "xsd:integer"
    },
    "sizeinbytes": {
      "@id": "schema:contentSize",
      "@type": "xsd:integer"
    },
    "duration": {
      "@id": "schema:duration",
      "@type": "xsd:decimal"
    },
    "format": "reuters:format",

    "associations": {
      "@id": "schema:associatedMedia",
      "@container": "@set"
    },

    "results": {
      "@id": "schema:itemListElement",
      "@container": "@list"
    },
    "totalResults": {
      "@id": "schema:numberOfItems",
      "@type": "xsd:integer"
    },
    "query": "reuters:searchQuery",

    "authToken": "reuters:authToken",

    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "provider": {
      "@id": "schema:provider",
      "@type": "@id"
    }
  }
}