JSON-LD Playground(一个示例JSON-LD处理器)不会像这样用“compact IRI”(“example:dog”)扩展内容(属性值):
{
"@context": {
"example": "https://example.com/vocab#"
},
"animal": "example:dog"
}
字符串
这个完整的IRI(“https://example.com/vocab#dog”):
{
"@context": {
"example": "https://example.com/vocab#"
},
"animal": "https://example.com/vocab#dog"
}
型
这是我使用的特定JSON-LD处理器的故障吗?或者这是我(和ChatGPT's)对使用@context的JSON-LD扩展的误解?
1条答案
按热度按时间pod7payv1#
@IS4是对的。当我使用SKOS cat and dog Concepts创建一个带有SKOS animal Collection的JSON-LD示例时...
字符串
... JSON-LD Expansion是我想要的,即@id属性反映了集合的扩展IRI以及SKOS集合的每个成员(狗,猫)(以压缩格式显示):
型