@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/u97k3> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/ltiokhin"^^rdf:string,
        "http://scholar.google.com/citations?user=wRgdEdcAAAAJ&amp;hl=en"^^rdf:string,
        "https://orcid.org/0000-0001-7333-0383"^^rdf:string,
        "https://osf.io/u97k3"^^rdf:string,
        "https://researchgate.net/profile/Leonid_Tiokhin"^^rdf:string,
        "https://www.linkedin.com/in/leo-tiokhin-phd"^^rdf:string,
        "https://www.linkedin.com/in/leo-tiokhin-phd/"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-7333-0383> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Tiokhin"^^rdf:string ;
    foaf:givenName "Leo"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/f914ca97-f1d2-4b1f-9685-3862d349d3ab> ;
    foaf:name "Leo Tiokhin"^^rdf:string .