1

在 JSON-LD 表示法中使用不止一种类型的格式约定是否有效?像这儿:

{
 "@context":    "http://schema.org",
 "@type":
     [
     "MusicalEvent",
     "CreativeWork"
     ],
 "name": "Name",
 "url": "http://example.com"
}

谢谢!

4

1 回答 1

5

是的,使用不止一种类型是完全有效的。如果有意义,它们甚至不需要来自相同的词汇表(例如 schema:Person 和 foaf:Person)。

于 2014-10-13T16:20:17.060 回答