@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/7m2eg> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=TFi9LBIAAAAJ"^^rdf:string,
        "http://www.milfont.com"^^rdf:string,
        "https://orcid.org/0000-0001-6838-6307"^^rdf:string,
        "https://osf.io/7m2eg"^^rdf:string,
        "https://researchgate.net/profile/Taciano_Milfont"^^rdf:string,
        "https://www.linkedin.com/in/taciano-l-milfont-6a48838b/"^^rdf:string,
        "https://www.waikato.ac.nz/fass/about/staff/tmilfont"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-6838-6307> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Milfont"^^rdf:string ;
    foaf:givenName "Taciano"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/4e0fe26e-890a-4552-b098-ffa5643ff283> ;
    foaf:name "Taciano L. Milfont"^^rdf:string .