PlaceKitten · JSON-LD Context

Placekitten Context

JSON-LD context defining the semantic vocabulary for Placekitten from PlaceKitten.

2 Classes 6 Properties 2 Namespaces
View Context View on GitHub

Namespaces

placekitten: https://placekitten.com/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

sourceUrl provider

Properties

Property Type Container
PlaceKittenService WebAPI
PlaceholderImage ImageObject
width schema:Integer
height schema:Integer
grayscale boolean
status schema:ActionStatusType

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "placekitten": "https://placekitten.com/vocab#",
    "PlaceKittenService": {
      "@id": "placekitten:PlaceKittenService",
      "@type": "WebAPI"
    },
    "PlaceholderImage": {
      "@id": "placekitten:PlaceholderImage",
      "@type": "ImageObject"
    },
    "width": {
      "@id": "schema:width",
      "@type": "schema:Integer"
    },
    "height": {
      "@id": "schema:height",
      "@type": "schema:Integer"
    },
    "grayscale": {
      "@id": "placekitten:grayscale",
      "@type": "xsd:boolean"
    },
    "sourceUrl": "schema:contentUrl",
    "provider": "schema:provider",
    "status": {
      "@id": "schema:actionStatus",
      "@type": "schema:ActionStatusType"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}