Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Oct 1, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

Attached.

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

Attachments:

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

works, thanks

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

  • Changed state: Verified

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: Milestone-2.0

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: Milestone-1.0
  • Removed labels: Milestone-2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant