File: turtle-subm-02.ttl

package info (click to toggle)
librdf-trine-perl 1.019-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 10,204 kB
  • sloc: perl: 17,601; sql: 20; makefile: 12; sh: 4
file content (7 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (90)
1
2
3
4
5
6
7
# Test @prefix and qnames
@prefix :  <http://example.org/base1#> .
@prefix a: <http://example.org/base2#> .
@prefix b: <http://example.org/base3#> .
:a :b :c .
a:a a:b a:c .
:a a:a b:a .