@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/vnfw8> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/corinaen"^^rdf:string,
        "http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=3148640"^^rdf:string,
        "https://orcid.org/0000-0002-8971-0812"^^rdf:string,
        "https://osf.io/vnfw8"^^rdf:string,
        "https://www.linkedin.com/in/corinaniculaescu/"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-8971-0812> ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/f7f369b4-5093-488e-828e-bce985c1da39> ;
    foaf:name "Corina-Elena Niculaescu"^^rdf:string .