view src/sord-0.12.0/tests/test-03.ttl @ 134:41e769c91eca

Add Capnp and KJ builds for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 14:48:23 +0100
parents 545efbb81310
children
line wrap: on
line source
# Test ; operator
@prefix : <http://example.org/base#> .
:a :b :c ;
   :d :e ;
   :f :g .