File: in06-out.nq

package info (click to toggle)
rdflib 7.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 77,580 kB
  • sloc: python: 58,671; sh: 153; makefile: 88; ruby: 74; xml: 45
file content (23 lines) | stat: -rw-r--r-- 2,169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<http://example.org/base/1> <http://example.org/vocab#author> <http://example.org/base/9> .
<http://example.org/base/1> <http://example.org/vocab#comments> _:b0 .
<http://example.org/base/1> <http://example.org/vocab#self> <http://example.com/articles/1> .
<http://example.org/base/1> <http://example.org/vocab#title> "JSON:API paints my bikeshed!" .
<http://example.org/base/1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/vocab#articles> .
<http://example.org/base/2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/vocab#people> .
<http://example.org/base/5> <http://example.org/vocab#author> <http://example.org/base/2> .
<http://example.org/base/5> <http://example.org/vocab#body> "First!" .
<http://example.org/base/5> <http://example.org/vocab#self> <http://example.com/comments/5> .
<http://example.org/base/5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/vocab#comments> .
<http://example.org/base/9> <http://example.org/vocab#first-name> "Dan" .
<http://example.org/base/9> <http://example.org/vocab#last-name> "Gebhardt" .
<http://example.org/base/9> <http://example.org/vocab#related> <http://example.com/articles/1/author> .
<http://example.org/base/9> <http://example.org/vocab#self> <http://example.com/articles/1/relationships/author> .
<http://example.org/base/9> <http://example.org/vocab#self> <http://example.com/people/9> .
<http://example.org/base/9> <http://example.org/vocab#twitter> "dgeb" .
<http://example.org/base/9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/vocab#people> .
<http://example.org/base/12> <http://example.org/vocab#author> <http://example.org/base/9> .
<http://example.org/base/12> <http://example.org/vocab#body> "I like XML better" .
<http://example.org/base/12> <http://example.org/vocab#self> <http://example.com/comments/12> .
<http://example.org/base/12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/vocab#comments> .
_:b0 <http://example.org/vocab#related> <http://example.com/articles/1/comments> .
_:b0 <http://example.org/vocab#self> <http://example.com/articles/1/relationships/comments> .