27 lines
602 B
Text
Executable file
27 lines
602 B
Text
Executable file
[
|
|
{
|
|
"@id": "http://example.com/Subj1",
|
|
"http://example.com/prop": [
|
|
{
|
|
"@value": "true",
|
|
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
|
|
},
|
|
{
|
|
"@value": "false",
|
|
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
|
|
},
|
|
{
|
|
"@value": "1",
|
|
"@type": "http://www.w3.org/2001/XMLSchema#integer"
|
|
},
|
|
{
|
|
"@value": "1.1",
|
|
"@type": "http://www.w3.org/2001/XMLSchema#decimal"
|
|
},
|
|
{
|
|
"@value": "1.1E-1",
|
|
"@type": "http://www.w3.org/2001/XMLSchema#double"
|
|
}
|
|
]
|
|
}
|
|
]
|