Sign in
apache
/
jena
/
jena-core-simplified
/
.
/
testing
/
Turtle
/
N3
/
n3-writer-test-22.n3
blob: 8aefef279b58f69038fef3536628f83913e067e7 [
file
] [
log
] [
blame
]
# Test datatypes.
@prefix
xsd
:
<
http
:
//www.w3.org/2001/XMLSchema#> .
@prefix
x
:
<
http
:
//host/ns#> .
@prefix
:
<#>
.
[
:
prop1
"123"
;
:
prop1
"123"
^^
xsd
:
string
;
:
prop1
"123"
^^
xsd
:
integer
;
]
.