@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/vau8g> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/Rios-Jaime"^^rdf:string,
        "https://orcid.org/0000-0002-7007-0755"^^rdf:string,
        "https://osf.io/vau8g"^^rdf:string,
        "https://www.linkedin.com/in/jaime-rios-7031571a3"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-7007-0755> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Rios"^^rdf:string ;
    foaf:givenName "Jaime Ali"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/65d800c4-20b6-4a8d-9bf9-30e1b87c27db> ;
    foaf:name "Jaime Ali Holguin Rios"^^rdf:string .