File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- <http://example.org/> <http://example.org/prop> "blah" .
2- <http://example.org/triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#reifies> <<(<http://example.org/> <http://example.org/prop> "blah")>> .
3- <http://example.org/triple1> <http://example.org/prop> "foo" .
1+ <http://example.org/> <http://example.org/stuff/1.0/ prop> "blah" .
2+ <http://example.org/triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#reifies> <<(<http://example.org/> <http://example.org/stuff/1.0/ prop> "blah")>> .
3+ <http://example.org/triple1> <http://example.org/stuff/1.0/ prop> "foo" .
Original file line number Diff line number Diff line change 1- <http://example.org/> <http://example.org/prop> "blah" .
2- _:triple1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#reifies> <<(<http://example.org/> <http://example.org/prop> "blah")>> .
3- _:triple1 <http://example.org/prop> "foo" .
1+ \ <http://example.org/> <http://example.org/stuff/1.0 /prop> "blah" .
2+ _:triple1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#reifies> <<(<http://example.org/> <http://example.org/stuff/1.0/ prop> "blah")>> .
3+ _:triple1 <http://example.org/stuff/1.0/ prop> "foo" .
You can’t perform that action at this time.
0 commit comments