@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/n2dg3> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=2051241"^^rdf:string,
        "http://scholar.google.com/citations?user=jYMJVzEAAAAJ"^^rdf:string,
        "https://orcid.org/0000-0002-8667-3083"^^rdf:string,
        "https://osf.io/n2dg3"^^rdf:string,
        "https://sites.google.com/site/erkevers/"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-8667-3083> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Evers"^^rdf:string ;
    foaf:givenName "Ellen"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/0779b3b9-2884-42ce-8fa4-b6fb02bf15f8> ;
    foaf:name "Ellen Evers"^^rdf:string .