Re: Facebook Linked Data

Try adding ?metadata=1.  For example:

curl -H 'Accept: text/turtle' 'http://graph.facebook.com/jesserweaver?metadata=1'
Jesse Weaver
Ph.D. Student, Patroon Fellow
Tetherless World Constellation
Rensselaer Polytechnic Institute
http://www.cs.rpi.edu/~weavej3/

==============Original message text===============
On Fri, 23 Sep 2011 19:00:36 EDT Joshua Shinavier wrote:

On Fri, Sep 23, 2011 at 11:14 AM, S�ren Roug <Soren.Roug@eea.europa.eu> 
wrote:
> If you pull the schema http://graph.facebook.com/schema/user then you'll see they are thinking about making a lot more properties available than what's sent out now.

A few of those would be incredibly useful, e.g.

"friends" : foaf:knows
"groups" : foaf:member
"likes", "interested_in" : foaf:interest, foaf:topic_interest


Btw. is there any talk of supporting RDF/XML in addition to Turtle?
Or even JSON-LD?

Best regards,

Joshua


Joshua Shinavier
Tetherless World Constellation PhD student
http://tw.rpi.edu/wiki/Joshua_Shinavierhttp://fortytwo.net+1 518 894 9855


>
>
>
> || -----Original Message-----
> || From: public-lod-request@w3.org [mailto:public-lod-request@w3.org] On
> || Behalf Of Jesse Weaver
> || Sent: 23 September 2011 14:10
> || To: semantic-web@w3.org; public-lod@w3.org
> || Subject: Facebook Linked Data
> ||
> || APOLOGIES FOR CROSS-POSTING
> ||
> || I would like to bring to subscribers' attention that Facebook now
> || supports RDF with Linked Data URIs from its Graph API. �The RDF is in
> || Turtle syntax, and all of the HTTP(S) URIs in the RDF are dereferenceable
> || in accordance with httpRange-14. �Please take some time to check it out.
> ||
> || If you have a vanity URL (mine is jesserweaver), you can get RDF
about you:
> ||
> || curl -H 'Accept: text/turtle' http://graph.facebook.com/<vanity-url>> || curl -H 'Accept: text/turtle' http://graph.facebook.com/jesserweaver> || If you don't have a vanity URL but know your Facebook ID, you can use
> || that instead (which is actually the fundamental method).
> ||
> || curl -H 'Accept: text/turtle' http://graph.facebook.com/<facebook-id>> || curl -H 'Accept: text/turtle' http://graph.facebook.com/1340421292> || >From there, try dereferencing URIs in the Turtle. �Have fun!
> ||
> || Jesse Weaver
> || Ph.D. Student, Patroon Fellow
> || Tetherless World Constellation
> || Rensselaer Polytechnic Institute
> || http://www.cs.rpi.edu/~weavej3/> ||
> ||
> ||
> ||
>
>
>

===========End of original message text===========

Received on Friday, 23 September 2011 23:13:17 UTC