TVSeries(电视系列)

TVSeries(电视系列)

来源: https://schema.org/TVSeries

TVSeries 表示专门用于电视广播和相关在线交付的创意作品系列。

子类型

无特定子类型

属性

属性 预期类型 描述
name Text 电视系列名称
description Text 或 TextObject 描述
url URL 电视系列网址
actor PerformingGroup 或 Person 演员
containsSeason CreativeWorkSeason 包含的季
countryOfOrigin Country 原产国
director Person 导演
episode Episode 剧集
musicBy MusicGroup 或 Person 音乐作曲
numberOfEpisodes Integer 剧集总数
numberOfSeasons Integer 季数
productionCompany Organization 制作公司
titleEIDR Text 或 URL EIDR标识符
trailer VideoObject 预告片
startDate Date 或 DateTime 开始日期
endDate Date 或 DateTime 结束日期
genre Text 或 URL 类型
inLanguage Language 或 Text 语言
aggregateRating AggregateRating 汇总评分
review Review 评论
author Organization 或 Person 作者
creator Organization 或 Person 创建者
publisher Organization 或 Person 发布者
additionalType Text 或 URL 附加类型
alternateName Text 别名
disambiguatingDescription Text 消歧描述
identifier PropertyValue 或 Text 或 URL 标识符
image ImageObject 或 URL 图像
mainEntityOfPage CreativeWork 或 URL 主实体页面
potentialAction Action 潜在行动
sameAs URL 同义
subjectOf CreativeWork 或 Event 主题

示例

以下是一个使用 JSON-LD 描述电视系列的示例:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"@context": "https://schema.org",
"@type": "TVSeries",
"name": "Grey's Anatomy",
"description": "A medical drama television series created by Shonda Rhimes",
"actor": [
{
"@type": "Person",
"name": "Justin Chambers"
},
{
"@type": "Person",
"name": "Jessica Capshaw"
}
],
"numberOfSeasons": 2,
"startDate": "2005-05-22",
"endDate": "2006-05-14"
}

TVSeries 用于描述电视节目系列,常与 TVSeason 和 TVEpisode 一起使用来构建完整的电视节目结构。


TVSeries(电视系列)
https://www.gjxx.dev/schema/schemas/TVSeries/
作者
gjxx
发布于
2025年10月16日
许可协议