CreativeWork
Attributes available to creative work entities in the Knowledge Graph.
The Creative Work entity type encompasses movies, tv shows, musicals, scripts, and other creative works 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.
CreativeWork Fields
CreativeWork Field Details
Note that certain longer field examples may be truncated for readability.
authors
- Type: LinkedEntity
- Example:
{
"authors": [
{
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
}
]
}
imdbUri
Link to the IMDB profile of this entity
- Type: URL
- Example:
{
"imdbUri": "imdb.com/title/tt1052005"
}
musicbrainzUri
Link to the Musicbrainz profile of this entity
- Type: URL
- Example:
{
"musicbrainzUri": ""
}
parentTitle
- Type: LinkedEntity
- Example:
{
"parentTitle": {
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
}
}
Updated 28 days ago