@base <https://cosasbuenas.es/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix sec: <https://w3id.org/security#> .

<> foaf:primaryTopic <#me> .

<#me> a foaf:Person ;
   foaf:name "Víctor Rodríguez-Doncel" ;
   foaf:knows <https://harshp.com/me> ;
   foaf:img <https://cosasbuenas.es/img/victor25.jpg> ;
   foaf:isPrimaryTopicOf <http://datos.bne.es/persona/XX4835784.ttl> ;
   sec:publicKey <https://cosasbuenas.es/static/me/public-pgp.txt> .