@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/v7bph> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/chennan47"^^rdf:string,
        "http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=asdasd"^^rdf:string,
        "http://researcherid.com/rid/2131231"^^rdf:string,
        "http://scholar.google.com/citations?user=awdadaw"^^rdf:string,
        "http://www.cos.io"^^rdf:string,
        "http://www.osf.io"^^rdf:string,
        "http://xueshu.baidu.com/scholarID/329049"^^rdf:string,
        "https://asd.academia.edu/asda"^^rdf:string,
        "https://impactstory.org/u/NanChen"^^rdf:string,
        "https://osf.io/v7bph"^^rdf:string,
        "https://researchgate.net/profile/asdad"^^rdf:string,
        "https://www.linkedin.com/dada"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Chen"^^rdf:string ;
    foaf:givenName "Nan"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/414a6bbf-8d62-49f3-b617-d855f256aeab> ;
    foaf:name "Nan Chen"^^rdf:string .