The Philadelphia Inquirer · JSON-LD Context

Philadelphia Inquirer Context

JSON-LD context defining the semantic vocabulary for Philadelphia Inquirer from The Philadelphia Inquirer.

Philadelphia Inquirer Context is a JSON-LD context published by The Philadelphia Inquirer on the APIs.io network.

5 properties.

Namespace prefixes: schema, dcterms, sitemap, news, rss, and content. Tagged areas include News, News Media, Newspaper, Journalism, and Philadelphia.

0 Classes 5 Properties 6 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
sitemap: http://www.sitemaps.org/schemas/sitemap/0.9/
news: http://www.google.com/schemas/sitemap-news/0.9/
rss: http://purl.org/rss/1.0/
content: http://purl.org/rss/1.0/modules/content/

Properties

Property Type Container
PhiladelphiaInquirer
Article
RssFeed
Sitemap
DeweySearchResult

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "sitemap": "http://www.sitemaps.org/schemas/sitemap/0.9/",
    "news": "http://www.google.com/schemas/sitemap-news/0.9/",
    "rss": "http://purl.org/rss/1.0/",
    "content": "http://purl.org/rss/1.0/modules/content/",
    "PhiladelphiaInquirer": {
      "@id": "schema:NewsMediaOrganization",
      "@context": {
        "name": "schema:name",
        "url": "schema:url",
        "parentOrganization": "schema:parentOrganization",
        "foundingDate": "schema:foundingDate",
        "publishingPrinciples": "schema:publishingPrinciples"
      }
    },
    "Article": {
      "@id": "schema:NewsArticle",
      "@context": {
        "headline": "schema:headline",
        "datePublished": "schema:datePublished",
        "dateModified": "schema:dateModified",
        "author": "schema:author",
        "articleSection": "schema:articleSection",
        "url": "schema:url",
        "image": "schema:image",
        "publisher": "schema:publisher",
        "articleBody": "schema:articleBody"
      }
    },
    "RssFeed": {
      "@id": "schema:DataFeed",
      "@context": {
        "title": "rss:title",
        "link": "rss:link",
        "description": "rss:description",
        "lastBuildDate": "dcterms:modified",
        "ttl": "rss:ttl",
        "items": "rss:item"
      }
    },
    "Sitemap": {
      "@id": "sitemap:urlset",
      "@context": {
        "loc": "sitemap:loc",
        "lastmod": "sitemap:lastmod",
        "changefreq": "sitemap:changefreq",
        "priority": "sitemap:priority"
      }
    },
    "DeweySearchResult": {
      "@id": "schema:SearchAction",
      "@context": {
        "chunk_id": "schema:identifier",
        "article_id": "schema:identifier",
        "title": "schema:name",
        "published_date": "schema:datePublished",
        "author": "schema:author",
        "link": "schema:url",
        "chunk_text": "schema:text",
        "score": "schema:value"
      }
    }
  }
}