@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/mwzny> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=zKodG9wAAAAJ&amp;hl=en"^^rdf:string,
        "https://member.acm.org/~kavous"^^rdf:string,
        "https://orcid.org/0000-0003-4438-3544"^^rdf:string,
        "https://osf.io/mwzny"^^rdf:string,
        "https://researchgate.net/profile/Kavous-Salehzadeh-Niksirat"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-4438-3544> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Salehzadeh Niksirat"^^rdf:string ;
    foaf:givenName "Kavous"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/5ee65b10-cd0f-4a25-b9bd-8319ab5e0d1e> ;
    foaf:name "Kavous Salehzadeh Niksirat"^^rdf:string .