zxuanfred / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Conflated triples - all rows are producing triple with "s" :" $Name_0" #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using r708.
Example of triples are in http://gridworks-loads.freebaseapps.com/job/28

The MQL produced by the schema alignment preview seems sensible:
[{ "/location/location/geolocation":[{ "/location/geocode/latitude":[{ 
"connect":"insert", "value":"57.14839008681991", "type":"/type/float" } ], 
"/location/geocode/longitude":[{ "connect":"insert", "value":"-
2.095024795601918", "type":"/type/float" } ], "type":"/location/geocode", 
"create":"unconditional" } ], "name":"AB10 1AA", 
"/location/postal_code/postal_code":[{ "connect":"insert", "value":"AB10 
1AA", "type":"/type/text", "lang":"/lang/en" } ], 
"type":"/location/postal_code", "create":"unless_exists" }, ...

but the triples all seem to be conflated to the $Name_0 object.  (It's the 
only one with a type added to it.

{ "s" : "$Name_0", "p" : "type", "o" : "/location/postal_code" } { "s" : 
"$Name_0", "p" : "name", "o" : "AB10 1AA" } { "s" : "$Name_0", "p" : 
"/location/postal_code/postal_code", "o" : "AB10 1AA" } { "s" : "$Name_0", 
"p" : "/location/location/geolocation", "o" : { 
"/location/geocode/latitude": 57.14839008681991, 
"/location/geocode/longitude": -2.095024795601918 } } { "s" : "$Name_0", 
"p" : "/location/postal_code/postal_code", "o" : "AB10 1AF" } { "s" : 
"$Name_0", "p" : "/location/location/geolocation", "o" : { 
"/location/geocode/latitude": 57.14886535988805, 
"/location/geocode/longitude": -2.0961830540030317 } } { "s" : "$Name_0", 
"p" : "/location/postal_code/postal_code", "o" : "AB10 1AG" } 

Original issue reported on code.google.com by iainsproat on 11 May 2010 at 8:34

GoogleCodeExporter commented 8 years ago
Iain, could you attach your project file or upload it somewhere? It'd make it 
much easier for me to observe the 
problem. Thanks.

Original comment by dfhu...@gmail.com on 12 May 2010 at 7:11

GoogleCodeExporter commented 8 years ago
Attached.

Original comment by iainsproat on 12 May 2010 at 7:16

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r720. Iain, you'd need to invoke the command "Create A New Topic for 
Each Cell" on that column again.

Original comment by dfhu...@gmail.com on 12 May 2010 at 7:46

GoogleCodeExporter commented 8 years ago
works, thanks

Original comment by iainsproat on 12 May 2010 at 8:21

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:21

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:52