Skip to content

Commit 7cccc5c

Browse files
committed
Merge pull request #245 from wooldridge/github-issue-244-graphTests
Add missing predicate to ppl:person1 triple
2 parents e259ee0 + e4ffac7 commit 7cccc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/data/people2.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
ppl:person1 foaf:knows ppl:person2 .
55

6-
ppl:person1 ppl:Person ;
6+
ppl:person1 a ppl:Person ;
77
foaf:name "Person 1" .
88
ppl:person2 a ppl:Person ;
99
foaf:name "Person 2" .

0 commit comments

Comments
 (0)