RSS · JSON-LD Context
Rss Context
JSON-LD context defining the semantic vocabulary for Rss from RSS.
Rss Context is a JSON-LD context published by RSS on the APIs.io network.
65 properties.
Namespace prefixes: rss, atom, jsonfeed, opml, schema, and dcterms. Tagged areas include Syndication, RSS, Atom, JSON Feed, and OPML.
0 Classes
65 Properties
10 Namespaces
Namespaces
rss:
http://purl.org/rss/2.0/
atom:
http://www.w3.org/2005/Atom
jsonfeed:
https://jsonfeed.org/version/1.1/
opml:
http://opml.org/spec/2/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
dc:
http://purl.org/dc/elements/1.1/
rdfs:
http://www.w3.org/2000/01/rdf-schema#
xsd:
http://www.w3.org/2001/XMLSchema#
hydra:
http://www.w3.org/ns/hydra/core#
Properties
| Property | Type | Container |
|---|---|---|
| Channel | reference | |
| Item | reference | |
| Feed | reference | |
| Entry | reference | |
| JSONFeed | reference | |
| JSONFeedItem | reference | |
| OPML | reference | |
| Outline | reference | |
| title | string | |
| description | string | |
| subtitle | string | |
| summary | string | |
| link | reference | |
| url | reference | |
| home_page_url | reference | |
| feed_url | reference | |
| language | string | |
| copyright | string | |
| rights | string | |
| pubDate | dateTime | |
| date_published | dateTime | |
| published | dateTime | |
| lastBuildDate | dateTime | |
| updated | dateTime | |
| date_modified | dateTime | |
| author | reference | |
| authors | reference | set |
| managingEditor | reference | |
| webMaster | reference | |
| contributor | reference | set |
| name | string | |
| string | ||
| category | reference | set |
| tags | string | set |
| term | string | |
| scheme | reference | |
| enclosure | reference | |
| attachments | reference | set |
| mime_type | string | |
| size_in_bytes | integer | |
| duration_in_seconds | decimal | |
| image | reference | |
| banner_image | reference | |
| icon | reference | |
| favicon | reference | |
| logo | reference | |
| guid | string | |
| id | string | |
| isPermaLink | boolean | |
| ttl | integer | |
| generator | string | |
| docs | reference | |
| item | reference | set |
| items | reference | set |
| entry | reference | set |
| content | string | |
| content_html | string | |
| content_text | string | |
| outline | reference | set |
| xmlUrl | reference | |
| htmlUrl | reference | |
| text | string | |
| version | string | |
| hubs | reference | set |
| cloud | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"rss": "http://purl.org/rss/2.0/",
"atom": "http://www.w3.org/2005/Atom",
"jsonfeed": "https://jsonfeed.org/version/1.1/",
"opml": "http://opml.org/spec/2/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"dc": "http://purl.org/dc/elements/1.1/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"hydra": "http://www.w3.org/ns/hydra/core#",
"Channel": {
"@id": "rss:channel",
"@type": "@id"
},
"Item": {
"@id": "rss:item",
"@type": "@id"
},
"Feed": {
"@id": "atom:feed",
"@type": "@id"
},
"Entry": {
"@id": "atom:entry",
"@type": "@id"
},
"JSONFeed": {
"@id": "jsonfeed:Feed",
"@type": "@id"
},
"JSONFeedItem": {
"@id": "jsonfeed:Item",
"@type": "@id"
},
"OPML": {
"@id": "opml:opml",
"@type": "@id"
},
"Outline": {
"@id": "opml:outline",
"@type": "@id"
},
"title": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"subtitle": {
"@id": "schema:alternativeHeadline",
"@type": "xsd:string"
},
"summary": {
"@id": "schema:abstract",
"@type": "xsd:string"
},
"link": {
"@id": "schema:url",
"@type": "@id"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"home_page_url": {
"@id": "schema:url",
"@type": "@id"
},
"feed_url": {
"@id": "schema:mainEntityOfPage",
"@type": "@id"
},
"language": {
"@id": "schema:inLanguage",
"@type": "xsd:string"
},
"copyright": {
"@id": "schema:copyrightNotice",
"@type": "xsd:string"
},
"rights": {
"@id": "schema:copyrightNotice",
"@type": "xsd:string"
},
"pubDate": {
"@id": "schema:datePublished",
"@type": "xsd:dateTime"
},
"date_published": {
"@id": "schema:datePublished",
"@type": "xsd:dateTime"
},
"published": {
"@id": "schema:datePublished",
"@type": "xsd:dateTime"
},
"lastBuildDate": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"updated": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"date_modified": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"author": {
"@id": "schema:author",
"@type": "@id"
},
"authors": {
"@id": "schema:author",
"@type": "@id",
"@container": "@set"
},
"managingEditor": {
"@id": "schema:editor",
"@type": "@id"
},
"webMaster": {
"@id": "schema:maintainer",
"@type": "@id"
},
"contributor": {
"@id": "schema:contributor",
"@type": "@id",
"@container": "@set"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"category": {
"@id": "schema:about",
"@type": "@id",
"@container": "@set"
},
"tags": {
"@id": "schema:keywords",
"@type": "xsd:string",
"@container": "@set"
},
"term": {
"@id": "schema:keywords",
"@type": "xsd:string"
},
"scheme": {
"@id": "schema:inDefinedTermSet",
"@type": "@id"
},
"enclosure": {
"@id": "schema:associatedMedia",
"@type": "@id"
},
"attachments": {
"@id": "schema:associatedMedia",
"@type": "@id",
"@container": "@set"
},
"mime_type": {
"@id": "schema:encodingFormat",
"@type": "xsd:string"
},
"size_in_bytes": {
"@id": "schema:contentSize",
"@type": "xsd:integer"
},
"duration_in_seconds": {
"@id": "schema:duration",
"@type": "xsd:decimal"
},
"image": {
"@id": "schema:image",
"@type": "@id"
},
"banner_image": {
"@id": "schema:image",
"@type": "@id"
},
"icon": {
"@id": "schema:image",
"@type": "@id"
},
"favicon": {
"@id": "schema:image",
"@type": "@id"
},
"logo": {
"@id": "schema:logo",
"@type": "@id"
},
"guid": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"id": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"isPermaLink": {
"@id": "rss:isPermaLink",
"@type": "xsd:boolean"
},
"ttl": {
"@id": "rss:ttl",
"@type": "xsd:integer"
},
"generator": {
"@id": "schema:applicationCategory",
"@type": "xsd:string"
},
"docs": {
"@id": "rdfs:seeAlso",
"@type": "@id"
},
"item": {
"@id": "schema:hasPart",
"@type": "@id",
"@container": "@set"
},
"items": {
"@id": "schema:hasPart",
"@type": "@id",
"@container": "@set"
},
"entry": {
"@id": "schema:hasPart",
"@type": "@id",
"@container": "@set"
},
"content": {
"@id": "schema:articleBody",
"@type": "xsd:string"
},
"content_html": {
"@id": "schema:articleBody",
"@type": "xsd:string"
},
"content_text": {
"@id": "schema:articleBody",
"@type": "xsd:string"
},
"outline": {
"@id": "opml:outline",
"@type": "@id",
"@container": "@set"
},
"xmlUrl": {
"@id": "rdfs:seeAlso",
"@type": "@id"
},
"htmlUrl": {
"@id": "schema:url",
"@type": "@id"
},
"text": {
"@id": "schema:name",
"@type": "xsd:string"
},
"version": {
"@id": "schema:version",
"@type": "xsd:string"
},
"hubs": {
"@id": "rss:hubs",
"@type": "@id",
"@container": "@set"
},
"cloud": {
"@id": "rss:cloud",
"@type": "@id"
}
}
}