view src/serd-0.18.2/tests/test-03.ttl @ 67:f1a9b270e043

List of exclusions from the appimage repo
author Chris Cannam
date Thu, 28 Jun 2018 15:29:59 +0100
parents c7265573341e
children
line wrap: on
line source
# Test ; operator
@prefix : <http://example.org/base#> .
:a :b :c ;
   :d :e ;
   :f :g .