Video
Attributes available to video entities in the Knowledge Graph.
The Video entity type encompasses videos found throughout the web and known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
For convenience, a complete ontology source in JSON format is also available here.
New to the Diffbot Knowledge Graph? Start here.
Video Fields
- author
- crawlTimestamp
- date
- diffbotUri
- duration
- embedUrl
- html
- id
- images
- language
- mime
- naturalHeight
- naturalWidth
- pageUrl
- resolvedPageUrl
- text
- title
- type
- types
- url
- viewCount
Video Field Details
Note that certain longer field examples may be truncated for readability.
author
- Type: String
- Example:
{
"author": ""
}
crawlTimestamp
Last time a site was crawled/indexed
- Type: Integer
- Example:
{
"crawlTimestamp": 1696451707
}
date
- Type: DDateTime
- Example:
{
"date": {
"str": "",
"precision": 0,
"timestamp": 0
}
}
diffbotUri
diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/;. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
- Type: String
- Example:
{
"diffbotUri": "http://diffbot.com/entity/VID41785204818"
}
duration
- Type: Integer
- Example:
{
"duration": 0
}
embedUrl
- Type: String
- Example:
{
"embedUrl": ""
}
html
- Type: String
- Example:
{
"html": "<video controls><source src=\"https://cdnapisec.kaltura.com/p/1926081/sp/192608100/playManifest/entryId/0_cka5g22j/protocol/https/format/url/flavorIds/0_aowsz6lg/a.mp4?uiConfId=48523713&playSessionId=f64e204d-cb0a-9bb3-a8ac-d862bd0af2f2:c8060c16-6074-e543-720b-be756088213f&referrer=aHR0cHM6Ly93d3cub3JlaWxseS5jb20vbGlicmFyeS92aWV3L3N0cmF0YS1kYXRhLWNvbmZlcmVuY2UvOTc4MTQ5MjAyNTg1Ni92aWRlbzMyMjg1MC5odG1s&clientTag=html5:v7.77\" type=\"\"></video>"
}
id
Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.
- Type: String
- Example:
{
"id": "VID41785204818"
}
images
- Type: GlobalIndexImage
- Example:
{
"images": [
{
"summary": "",
"image": "https://www.oreilly.com/library/cover/9781492025856/",
"name": "",
"url": "https://www.oreilly.com/library/cover/9781492025856/"
}
]
}
language
- Type: String
- Example:
{
"language": "en"
}
mime
Indicates the nature and format of a document; MIME type, if available, as specified by the Video's `Content-Type.`
- Type: String
- Example:
{
"mime": ""
}
naturalHeight
- Type: Integer
- Example:
{
"naturalHeight": 0
}
naturalWidth
- Type: Integer
- Example:
{
"naturalWidth": 0
}
pageUrl
URL of submitted page / page from which the entity is extracted
- Type: String
- Example:
{
"pageUrl": "https://learning.oreilly.com/library/view/strata-data-conference/9781492025856/video322850.html"
}
resolvedPageUrl
Returned if the pageUrl redirects to another URL
- Type: String
- Example:
{
"resolvedPageUrl": "https://www.oreilly.com/library/view/strata-data-conference/9781492025856/video322850.html"
}
text
- Type: String
- Example:
{
"text": ""
}
title
Title of the Video
- Type: String
- Example:
{
"title": "Automating business processes with large-scale knowledge graphs - Mike Tung (Diffbot) - Strata Data Conference - New York, NY 2018 [Video]"
}
type
The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
- Type: Type
- Example:
{
"type": "Video"
}
types
There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:["Organization","LocalBusiness"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.
- Type: String
- Example:
{
"types": [
"Video"
]
}
url
URL of the video
- Type: String
- Example:
{
"url": "https://cdnapisec.kaltura.com/p/1926081/sp/192608100/playManifest/entryId/0_cka5g22j/protocol/https/format/url/flavorIds/0_aowsz6lg/a.mp4?uiConfId=48523713&playSessionId=f64e204d-cb0a-9bb3-a8ac-d862bd0af2f2:c8060c16-6074-e543-720b-be756088213f&referrer=aHR0cHM6Ly93d3cub3JlaWxseS5jb20vbGlicmFyeS92aWV3L3N0cmF0YS1kYXRhLWNvbmZlcmVuY2UvOTc4MTQ5MjAyNTg1Ni92aWRlbzMyMjg1MC5odG1s&clientTag=html5:v7.77"
}
viewCount
- Type: Integer
- Example:
{
"viewCount": 0
}
Updated 28 days ago