summaryrefslogtreecommitdiff
path: root/test/DAWG/data-sparql11/delete-insert/delete-insert-post-02.ttl
blob: 47f99d2f0e8d56fb09b6c7ef6a2892c8853e1e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
@prefix : <http://example.org/> .
@prefix foaf:       <http://xmlns.com/foaf/0.1/> .

:a foaf:name "Alan" .
:a foaf:mbox <mailto:alan@example.org> .
:b foaf:name "Bob" .
:b foaf:mbox <mailto:bob@example.org> .
:c foaf:name "Claire" .
:c foaf:mbox <mailto:claire@example.org> .
:b foaf:knows :c .