Skip to content

Commit bd5f4eb

Browse files
committed
add intermediate result
1 parent 2dce1b9 commit bd5f4eb

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[ <http://tmp.com/#characters> [ <http://tmp.com/#firstname> "Misty" ;
2+
<http://tmp.com/#items> [ <http://tmp.com/#name>
3+
"hair tie" ] ;
4+
<http://tmp.com/#wikidata_item>
5+
"Q1057356"
6+
] ;
7+
<http://tmp.com/#characters> [ <http://tmp.com/#firstname> "Misty" ;
8+
<http://tmp.com/#items> [ <http://tmp.com/#name_variation>
9+
"mittens" ] ;
10+
<http://tmp.com/#items> [ <http://tmp.com/#name> "gloves" ;
11+
<http://tmp.com/#weight> "16"^^<http://www.w3.org/2001/XMLSchema#int>
12+
] ;
13+
<http://tmp.com/#lastname> "Mountain"
14+
] ;
15+
<http://tmp.com/#characters> [ <http://tmp.com/#firstname> "Ash" ;
16+
<http://tmp.com/#items> [ <http://tmp.com/#name> "sword" ;
17+
<http://tmp.com/#weight> "400"^^<http://www.w3.org/2001/XMLSchema#int>
18+
] ;
19+
<http://tmp.com/#items> [ <http://tmp.com/#name> "gloves" ;
20+
<http://tmp.com/#weight> "20"^^<http://www.w3.org/2001/XMLSchema#int> ;
21+
<http://tmp.com/#wikidata_item>
22+
"Q169031"
23+
] ;
24+
<http://tmp.com/#items> [ <http://tmp.com/#alias> "Ash's spoon" ;
25+
<http://tmp.com/#name> "spoon"
26+
] ;
27+
<http://tmp.com/#items> [ <http://tmp.com/#name_variation>
28+
"bowl of soup" ;
29+
<http://tmp.com/#weight> "30"^^<http://www.w3.org/2001/XMLSchema#int>
30+
] ;
31+
<http://tmp.com/#lastname> "Ketchum"
32+
]
33+
] .

0 commit comments

Comments
 (0)