# $Id: test.n3,v 1.23 2005/04/16 14:03:48 amdus Exp $ @prefix log: . @prefix math: . @prefix str: . @prefix owl: . @prefix xsd: . @prefix rdfs: . @prefix rdf: . @prefix foo: . @prefix : . :a :b :c; :d :e. :f :g {:h :i :j}. :a :b :c; :d {:e :f :g}. :a :b :c, :d, :e. [:a :b] :c :d. :a :b [:c :d]. {:a :b [:c :d]} :e :f. {[:a :b] :c :d} :e :f. [:a :b; :c :d; :e :f] :g :h. [:a [:b :c]; :d [:e :f]] :g :h. [:a [:b [:c :d]]] :e :f. [:a :b]. :a [:b :c] :d. [:a :b] :c [:d :e] . :a @is :b @of :c. :a @is :b @of :c, :d. :a @is :b @of :c; :d :e. :a :b "c" . :a :b "ok"@fr . :a :b """c d""" . :a :c "10"^^ . :a :c "bleu"@fr^^ . :a :c "blue"@en-US^^ . :a :c "10"^^xsd:int . :a :c "bleu"@fr^^:mycolourspace . :a :x "blue"@en-US^^_:x . :jos :spouse [:firstName :mary]. :z^:q^:p :p :z^:q. :x!:p :q :x!:p!:q. :z^:q = :x!:p. :foo :prop "<"^^rdf:XMLLiteral . :bar :prop2 "0.5"^^xsd:int. :a :b1 "-129"^^xsd:byte; :b2 "-128"^^xsd:byte; :b3 "127"^^xsd:byte; :b4 "128"^^xsd:byte. :a :i1 "-2147483649"^^xsd:int; :i2 "-2147483648"^^xsd:int; :i3 "2147483647"^^xsd:int; :i4 "2147483648"^^xsd:int. :a :l1 "-9223372036854775809"^^xsd:long; :l2 "-9223372036854775808"^^xsd:long; :l3 "9223372036854775807"^^xsd:long; :l4 "9223372036854775808"^^xsd:long. :a :s1 "-32769"^^xsd:short; :s2 "-32768"^^xsd:short; :s3 "32767"^^xsd:short; :s4 "32768"^^xsd:short. :a :ub1 "-1"^^xsd:unsignedByte; :ub2 "0"^^xsd:unsignedByte; :ub3 "255"^^xsd:unsignedByte; :ub4 "256"^^xsd:unsignedByte. :a :ui1 "-1"^^xsd:unsignedInt; :ui2 "0"^^xsd:unsignedInt; :ui3 "4294967295"^^xsd:unsignedInt; :ui4 "4294967296"^^xsd:unsignedInt. :a :ul1 "-1"^^xsd:unsignedLong; :ul2 "0"^^xsd:unsignedLong; :ul3 "18446744073709551615"^^xsd:unsignedLong; :ul4 "18446744073709551616"^^xsd:unsignedLong. :a :us1 "-1"^^xsd:unsignedShort; :us2 "0"^^xsd:unsignedShort; :us3 "65535"^^xsd:unsignedShort; :us4 "65536"^^xsd:unsignedShort. :a :ni1 "0"^^xsd:negativeInteger; :ni2 "-1"^^xsd:negativeInteger. :a :nni1 "0"^^xsd:nonNegativeInteger; :nni2 "-1"^^xsd:nonNegativeInteger. :a :npi1 "1"^^xsd:nonPositiveInteger; :npi2 "0"^^xsd:nonPositiveInteger. :a :pi1 "1"^^xsd:positiveInteger; :pi2 "0"^^xsd:positiveInteger. "0.3"^^xsd:float a xsd:integer. :a :b "wir"@de. :c :d "100"^^xsd:int. :e :f "bleu"@fr^^:colour.