File: trig-subm-02.nq

package info (click to toggle)
rdflib 4.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 24,584 kB
  • sloc: python: 28,187; makefile: 101; sh: 16
file content (6 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
<http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
<http://example.org/base2#a> <http://example.org/base2#b> <http://example.org/base2#c> .
<http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
<http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> <http://example/graph> .
<http://example.org/base2#a> <http://example.org/base2#b> <http://example.org/base2#c> <http://example/graph> .
<http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> <http://example/graph> .