Snippets

Patrick Logan SPARQL Like That

Created by Patrick Logan
select ?name, ?isViewerFriend, ?uri, ?width, ?height
where {
    ?user id 3500401 .
    ?user name ?name .
    ?user isViewerFriend ?isViewerFriend .
    ?user profilePicture ?pic .
    ?pic size 50 .
    ?pic uri ?uri .
    ?pic width ?width .
    ?pic height ?height .
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.