博客
类型名称:博客
扩展 CreativeWork
名称 |
类型 |
说明 |
博文 |
博客发布 |
此博客的一篇博文。 |
博文 |
博客发布 |
本博客中包含的帖子。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["A Blog is a type of CreativeWork and contains blog posts."],["It includes properties like `blogPost` and `blogPosts` which point to BlogPosting types."],["`blogPost` represents a single blog post while `blogPosts` represents a collection of blog posts within the blog."]]],["The core content describes the `Blog` type, which extends `CreativeWork`. It details two properties: `blogPost` and `blogPosts`. Both properties accept the `BlogPosting` type, indicating that they represent the individual entries or postings contained within the blog. These properties signify the blog's content is composed of multiple blog posts. The description of the properties are the same but differ in their names.\n"]]