view src/sord-0.12.0/tests/test-03.ttl @ 102:e3883bb427de

Merge
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 12:24:36 +0000
parents 545efbb81310
children
line wrap: on
line source
# Test ; operator
@prefix : <http://example.org/base#> .
:a :b :c ;
   :d :e ;
   :f :g .