blob: 349064646789c6fe87e163e6db87f61a1a0d841d [file] [log] [blame]
# Test features of the prettyven writer - writing with entities.
@prefix : <http://example/> .
@prefix ns: <http://example/ns#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
#@prefix this: <http://example/this#> .
:x rdf:type :Class .
:x ns:p 123 .
#this:x ns:p 123 .