result-localname-3.srj
来自「Jena推理机」· SRJ 代码 · 共 24 行
SRJ
24 行
{
"head": {
"vars": [ "x" , "p" ]
} ,
"results": {
"distinct": false ,
"ordered": false ,
"bindings": [
{
"x": { "type": "uri" , "value": "http://example/x1" } ,
"p": { "type": "uri" , "value": "http://www.w3.org/2000/01/rdf-schema#label" }
} ,
{
"x": { "type": "uri" , "value": "http://example/x2" } ,
"p": { "type": "uri" , "value": "http://www.w3.org/2000/01/rdf-schema#label" }
} ,
{
"x": { "type": "uri" , "value": "http://example/x3" } ,
"p": { "type": "uri" , "value": "http://example/label" }
}
]
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?