view src/sord-0.12.0/tests/test-03.ttl @ 6:35e00f62c407

Further builds
author Chris Cannam
date Wed, 20 Mar 2013 14:58:12 +0000
parents c7265573341e
children
line wrap: on
line source
# Test ; operator
@prefix : <http://example.org/base#> .
:a :b :c ;
   :d :e ;
   :f :g .