如何使用schema.org法律文件进行标记,例如公约,法律,刑法或公民法,法令,政府机构或合同通过的决议,组织签署的协议?
我试图使用
div itemscope itemtype="http://schema.org/Article"
或NewsArticle,但这些模式没有法律文件所需的所有属性。
我使用" http://schema.org/CreativeWork"
设计了法律文件的架构<div itemscope itemtype="http://schema.org/CreativeWork">
<itemprop="Name"> title of the act
<itemprop="keywords">
<itemprop="dateCreated">
<itemprop="datePublished">
<itemprop="author" itemscope itemtype="http://schema.org/GovernmentOrganization">
<itemprop="Name"> name of organization
但我没有找到文档正文标记的任何属性,因为articleBody在文章架构中。 有什么建议吗?
答案 0 :(得分:0)
我能想到的最接近的Schema.org类型是CreativeWork
我不认为Article
适用于您提到的所有示例,但可能适用于某些示例。
相关类型是Permit
/ GovernmentPermit
,但它们与实际许可有关,而不是关于/包含它的文档。
目前似乎没有相关的Schema.org proposal 您可以在mailing list或issue tracker上建议新的类型/属性。