角色
类型名称:角色
扩展 Intangible
名称 |
类型 |
说明 |
endDate |
日期 |
商品的结束日期和时间(采用 ISO 8601 日期格式)。 |
namedPosition |
文字或网址 |
由个人或组织以组织身份播放、表演或填充的职位。例如,SportsTeam 中的一名运动员可能以名为“Quarterback”的位置参加比赛。 |
roleName |
文字或网址 |
由个人或组织扮演、表演或填充的角色。例如,漫画书的创作者团队可能会担任“inker”、“penciller”和“letterer”等角色;Sports Team 中的运动员也可能会担任名为“Quarterback”的职位。 |
startDate |
日期 |
相应内容的开始日期和时间(采用 ISO 8601 日期格式)。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-04。
[null,null,["最后更新时间 (UTC):2024-09-04。"],[[["The `Role` type defines a position or function performed by a person or organization within a larger context, like a team or project."],["It includes properties for the role's name (`roleName`), a potential named position (`namedPosition`), and start and end dates (`startDate`, `endDate`)."],["`roleName` and `namedPosition` can be represented as plain text or a URL, providing flexibility in how the role is identified."],["Dates are expressed using the ISO 8601 standard format for consistency and machine-readability."],["This type extends `Intangible`, further categorizing it within the broader schema of structured data."]]],[]]