来自Schema.org
PerformanceRole
JSON-LD示例:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Movie",
"name": "Ghostbusters",
"sameAs": "http://en.wikipedia.org/wiki/Ghostbusters",
"actor": {
"@type": "PerformanceRole",
"actor": {
"@type": "Person",
"name": "Bill Murray"
},
"characterName": "Dr. Peter Venkman"
}
}
</script>
我可以加一个
sameAs
Person
因此,对于参与电影的每个演员/女演员都有一个引用/配置文件URL。
我可以要演员演的那个角色吗?
something like this
,一个页面,其中包含有关该角色的特定信息,而不考虑解释该角色的演员。
但据我所知
characterName
属性只接受原始文本。