project-pheme / project-pheme-data-interface

Other
0 stars 0 forks source link

Add avatar image to user object in Graphdb #16

Closed tuxpiper closed 8 years ago

lauratolosi commented 8 years ago

This is what we have for now:

PREFIX pheme: <http://www.pheme.eu/ontology/pheme#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
select * {
    ?a foaf:accountName ?name .
    ?a foaf:depiction ?avatar.
}

They are kinda smallish. Maybe we are not using the correct JSON field.

tuxpiper commented 8 years ago

Thank you @lauratolosi , I'll plug it in. We can substitute "_normal.jpeg" in the URL for "_bigger.jpeg" to get a bigger size :)