Re: [foaf-dev] Facebook FOAF Generator - Redux
Matthew Rowe <[email protected]> Wed, 13 Jul 2011 11:10:14 +0100
| Newsgroups | gmane.comp.web.rdfweb |
|---|---|
| Message-ID | <[email protected]> |
On 12 Jul 2011, at 20:58, Kingsley Idehen wrote: > On 7/12/11 8:48 PM, Matthew Rowe wrote: >>>> I wonder if instead of : >>>> >>>> rdf:about="#100002283130920" >>>> >>>> You can use the graph URI? >>>> >>>> http://graph.facebook.com/100002283130920 >> I was considering doing something along those lines but was wondering if it would be correct as when the URI is dereferenced it would not return the instance in the FOAF file but would instead retrieve the description located at the above URL. >> >> Would one solution could be to include an rdfs:seeAlso predicate to associate each foaf:Person instance within the exported file with the above URL? >> > > You transform the Facebook graph into a Linked Data graph [1]. > > Links: > > 1. > http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/graph.facebook.com/100002283130920 > -- Description Document URL > 2. > http://linkeddata.uriburner.com/about/id/entity/http/graph.facebook.com/100002283130920 > -- Subject Proxy/Wrapper style of de-referencable URI I don't think this solves the above issue though. It is just a means to consume Linked Data in the browser. What I was considering was the difference between what Melvin suggested previously: <foaf:Person rdf:about="http://graph.facebook.com/100002283130920"> <foaf:name>...</foaf:name> </foaf:Person> and <foaf:Person rdf:about="#100002283130920"> <foaf:name>...</foaf:name> <rdfs:seeAlso rdf:resource="http://graph.facebook.com/100002283130920"/> </foaf:Person> Not sure which would be best to use. With the former the resource being discussed is contained within the FOAF document, such that when the URI is dereferenced an alternative resource description is returned. In the latter case the resource description is associated with additional information located elsewhere - accessible via FYN. > > -- > > Regards, > > Kingsley Idehen > President& CEO > OpenLink Software > Web: http://www.openlinksw.com > Weblog: http://www.openlinksw.com/blog/~kidehen > Twitter/Identi.ca: kidehen > > > > > > _______________________________________________ > foaf-dev mailing list > foaf-dev-RyYwo1q5J+qsOXdr9/[email protected] > http://lists.foaf-project.org/mailman/listinfo/foaf-dev -- Dr Matthew Rowe Research Associate Knowledge Media Institute The Open University, Walton Hall, Milton Keynes, MK7 6AA http://people.kmi.open.ac.uk/rowe/ -- The Open University is incorporated by Royal Charter (RC 000391), an exempt charity in England & Wales and a charity registered in Scotland (SC 038302).