KonbiniAPI · JSON-LD Context

Konbiniapi Context

JSON-LD context defining the semantic vocabulary for Konbiniapi from KonbiniAPI.

25 Classes 24 Properties 4 Namespaces
View Context View on GitHub

Namespaces

as: https://www.w3.org/ns/activitystreams#
konbini: https://konbiniapi.com/ns/social#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Person Note Article Image Video Audio Link Tag Place Collection OrderedCollection id type name preferredUsername summary attachment tag location content mediaType rel entityId platform data

Properties

Property Type Container
url reference
icon reference
image reference
published dateTime
updated dateTime
attributedTo reference
inReplyTo reference
duration duration
href reference
isVerified boolean
isPrivate boolean
isLive boolean
followerCount integer
followingCount integer
likeCount integer
commentCount integer
shareCount integer
viewCount integer
playCount integer
videoCount integer
creditsUsed integer
creditsRemaining integer
next reference
previous reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "as": "https://www.w3.org/ns/activitystreams#",
    "konbini": "https://konbiniapi.com/ns/social#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Person": "as:Person",
    "Note": "as:Note",
    "Article": "as:Article",
    "Image": "as:Image",
    "Video": "as:Video",
    "Audio": "as:Audio",
    "Link": "as:Link",
    "Tag": "as:Tag",
    "Place": "as:Place",
    "Collection": "as:Collection",
    "OrderedCollection": "as:OrderedCollection",

    "id": "@id",
    "type": "@type",
    "url": { "@id": "as:url", "@type": "@id" },
    "name": "as:name",
    "preferredUsername": "as:preferredUsername",
    "summary": "as:summary",
    "icon": { "@id": "as:icon", "@type": "@id" },
    "image": { "@id": "as:image", "@type": "@id" },
    "published": { "@id": "as:published", "@type": "xsd:dateTime" },
    "updated": { "@id": "as:updated", "@type": "xsd:dateTime" },
    "attributedTo": { "@id": "as:attributedTo", "@type": "@id" },
    "inReplyTo": { "@id": "as:inReplyTo", "@type": "@id" },
    "attachment": "as:attachment",
    "tag": "as:tag",
    "location": "as:location",
    "content": "as:content",
    "mediaType": "as:mediaType",
    "duration": { "@id": "as:duration", "@type": "xsd:duration" },
    "href": { "@id": "as:href", "@type": "@id" },
    "rel": "as:rel",

    "entityId": "konbini:entityId",
    "platform": "konbini:platform",
    "isVerified": { "@id": "konbini:isVerified", "@type": "xsd:boolean" },
    "isPrivate": { "@id": "konbini:isPrivate", "@type": "xsd:boolean" },
    "isLive": { "@id": "konbini:isLive", "@type": "xsd:boolean" },
    "followerCount": { "@id": "konbini:followerCount", "@type": "xsd:integer" },
    "followingCount": { "@id": "konbini:followingCount", "@type": "xsd:integer" },
    "likeCount": { "@id": "konbini:likeCount", "@type": "xsd:integer" },
    "commentCount": { "@id": "konbini:commentCount", "@type": "xsd:integer" },
    "shareCount": { "@id": "konbini:shareCount", "@type": "xsd:integer" },
    "viewCount": { "@id": "konbini:viewCount", "@type": "xsd:integer" },
    "playCount": { "@id": "konbini:playCount", "@type": "xsd:integer" },
    "videoCount": { "@id": "konbini:videoCount", "@type": "xsd:integer" },

    "creditsUsed": { "@id": "konbini:creditsUsed", "@type": "xsd:integer" },
    "creditsRemaining": { "@id": "konbini:creditsRemaining", "@type": "xsd:integer" },

    "data": "konbini:data",
    "next": { "@id": "konbini:nextCursor", "@type": "@id" },
    "previous": { "@id": "konbini:previousCursor", "@type": "@id" }
  }
}