5 messages in com.googlegroups.social-graph-apiRe: FOAF following
FromSent OnAttachments
Luigi26 Mar 2008 04:30 
alphalouis27 Mar 2008 06:06 
Luigi28 Mar 2008 06:56 
Dan Brickley28 Mar 2008 07:13 
Luigi28 Mar 2008 08:01 
Subject:Re: FOAF following
From:Luigi (l.lo@gmail.com)
Date:03/28/2008 08:01:01 AM
List:com.googlegroups.social-graph-api

Hi,

that's why it semms to me that the results of the parsing are not correct. My friends are ginopino, ensiss, legalize and the parser doesn't recognize them. Try to paste this rdf (that is the content of
http://mydeejay.deejay.it/rdf/social01.rdf ) in the input text of the RDF validator requiring the graph generation http://www.w3.org/RDF/Validator/

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/"> <foaf:PersonalProfileDocument rdf:about=""> <foaf:maker rdf:resource="#me"/> <foaf:primaryTopic rdf:resource="#me"/> <admin:generatorAgent rdf:resource="http://www.ldodds.com/foaf/foaf- a-matic"/> <admin:errorReportsTo rdf:resource="mailto:le.@ldodds.com"/> </foaf:PersonalProfileDocument> <foaf:Person rdf:ID="me"> <foaf:name>Luigi Lobello</foaf:name> <foaf:givenname>Luigi</foaf:givenname> <foaf:family_name>Lobello</foaf:family_name>

<foaf:nick>social01</foaf:nick> <foaf:mbox_sha1sum>ad5fa6eb65fc05b73a4930a7b85d3687d8214cc4</ foaf:mbox_sha1sum> <foaf:knows> <foaf:Person> <foaf:name>ginopino</foaf:name> <foaf:mbox_sha1sum>54e0d2f4cf1fa04df33bfa7edea1402fb1e65b94</ foaf:mbox_sha1sum></foaf:Person></foaf:knows> <foaf:knows> <foaf:Person> <foaf:name>legalize</foaf:name> <foaf:mbox_sha1sum>1cc8b43bbdb361e78ae389b1b1dc8fc1fcea8e9a</ foaf:mbox_sha1sum></foaf:Person></foaf:knows> <foaf:knows>

<foaf:Person> <foaf:name>ensiss</foaf:name> <foaf:mbox_sha1sum>32999a88afcb174802ff82b8f8b1df343e32df4f</ foaf:mbox_sha1sum></foaf:Person></foaf:knows></foaf:Person> </rdf:RDF>

On 28 Mar, 15:13, "Dan Brickley" <danb@gmail.com> wrote:

On 28/03/2008, Luigi <l.lo@gmail.com> wrote:

 Hi,  thank you for reply.  I posted the FOAF file a couple of weeks ago and nothing happened.  The file seems to be valid.  Have you any suggestion?  Luigi

Out of curiosity I tried it in Brad's new test parser ie POST'd it with the perl fromhttp://code.google.com/apis/socialgraph/docs/testparse.html,
... though this isn't wired into the main crawl/service yet if I understand right. Here's the output. I don't think it explains your problem, but shows at least the new code seems to read your file seemlingly ok.

perl sgapi_test_parse.plhttp://mydeejay.deejay.it/rdf/social01.rdf

{  "url": "http://mydeejay.deejay.it/rdf/social01.rdf",  "attributes": [   {    "attribute": "fn",    "value": "Luigi Lobello"   }  ],  "edges": [   [    "http://mydeejay.deejay.it/rdf/social01.rdf",    "me",    "sgn://mboxsha1/?pk\u003dad5fa6eb65fc05b73a4930a7b85d3687d8214cc4"   ],   [    "http://mydeejay.deejay.it/rdf/social01.rdf",    "contact",    "sgn://mboxsha1/?pk\u003d54e0d2f4cf1fa04df33bfa7edea1402fb1e65b94"   ],   [    "http://mydeejay.deejay.it/rdf/social01.rdf",    "contact",    "sgn://mboxsha1/?pk\u003d1cc8b43bbdb361e78ae389b1b1dc8fc1fcea8e9a"   ],   [    "http://mydeejay.deejay.it/rdf/social01.rdf",    "contact",    "sgn://mboxsha1/?pk\u003d32999a88afcb174802ff82b8f8b1df343e32df4f"   ]  ]

}- Nascondi testo tra virgolette -