@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/ev2dh> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "https://osf.io/ev2dh"^^rdf:string ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Huezo Canas"^^rdf:string ;
foaf:givenName "Alexia"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2e81e01f-6fb3-403a-9f48-bc686c2b6895> ;
foaf:name "Alexia Huezo Canas"^^rdf:string .