# $Id: test.n3,v 1.17 2003/06/24 22:24:17 jderoo Exp $

@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 [:firstName :mary].
:z^:q^:p :p :z^:q.
:x.:p :q :x.:p.:q.
:z^:q = :x.:p.

