Re: Stay in touch with me through LinkedIn

On 1/11/13 3:53 PM, Melvin Carvalho wrote:
>
> we still dont know what webfinger is, and it may be a long time before 
> anyone finds out

It's a profile discovery protocol, of the "simply simple" variety, 
targeted at Web 2.0 community.
>
> It's equivalent to a SPARQL query of the form "SELECT * from { 
> <subject> $key $value }" 

DESCRIBE ?EntityID
FROM
<DataSpace> .

OR

SELECT *
FROM <DataSpace> {
                                     {<EntityID> ?Attribute ?Value .}
                                     UNION
                                    {?Value ?Attribute <EntityID>. }
                                }

-- 

Regards,

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen

Received on Friday, 11 January 2013 21:25:33 UTC