File tree Expand file tree Collapse file tree 5 files changed +202
-26
lines changed Expand file tree Collapse file tree 5 files changed +202
-26
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" .
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3
+ xmlns : ex =" http://example.org/stuff/1.0/"
4
+ xml : base =" http://example.org/triples/" >
5
+ <rdf : Description rdf : about =" http://example.org/" >
6
+ <ex : prop rdf : annotation =" http://example.org/triple1" >blah</ex : prop >
7
+ </rdf : Description >
8
+ <rdf : Description rdf : about =" http://example.org/triple1" >
9
+ <ex : prop >foo</ex : prop >
10
+ </rdf : Description >
11
+ </rdf : RDF >
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" .
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3
+ xmlns : ex =" http://example.org/stuff/1.0/"
4
+ xml : base =" http://example.org/triples/" >
5
+ <rdf : Description rdf : about =" http://example.org/" >
6
+ <ex : prop rdf : annotationNodeID =" triple1" >blah</ex : prop >
7
+ </rdf : Description >
8
+ <rdf : Description rdf : nodeID =" triple1" >
9
+ <ex : prop >foo</ex : prop >
10
+ </rdf : Description >
11
+ </rdf : RDF >
You can’t perform that action at this time.
0 commit comments