16 Page

https://w3id.org/class/redaktor/Page

JSON

Inbox

Definition

Represents a Web Page.
Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-page

Scope Note

: Object

Example

Example 54

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Page",
  "name": "Omaha Weather Report",
  "url": "http://example.org/weather-in-omaha.html"
}