# $Id: test-test.n3,v 1.15 2003/06/24 22:24:17 jderoo Exp $

# PxButton | test | java Euler --local --step 100000 test test-test |

@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix math: <http://www.w3.org/2000/10/swap/math#> .
@prefix str: <http://www.w3.org/2000/10/swap/string#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foo: <test#> .
@prefix : <test#>.

: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"^^<http://www.w3.org/2001/XMLSchema#int> .
:a :c "bleu"@fr^^<http://example.org/mycolourspace> .
:a :c "blue"@en-US^^<http://example.org/mycolourspace> .
:a :c "10"^^xsd:int .
:a :c "bleu"@fr^^:mycolourspace .
:a :x "blue"@en-US^^_:x .

:jos :spouse :jos.:spouse.
:jos :spouse :mary^:firstName.
:mary^:firstName^:spouse :spouse :jos.:spouse.
:mary^:firstName^:spouse :spouse :mary^:firstName.
:jos.:spouse :firstName :mary.
:jos.:spouse :firstName :jos.:spouse.:firstName.
:mary^:firstName :firstName :mary.
:mary^:firstName :firstName :jos.:spouse.:firstName.
:x :p [:q :z].
