@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<https://osf.io/yg3fa> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "https://osf.io/yg3fa"^^rdf:string ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Hoces de la Guardia"^^rdf:string ;
foaf:givenName "Fernando"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/82247643-2195-481a-98ba-3854d407b4d7> ;
foaf:name "Fernando Hoces de la Guardia"^^rdf:string .