@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/xec3q> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://University of Plymouth.academia.edu/Prof.Dr.Sumanth Kumbargere N"^^rdf:string,
        "https://orcid.org/0000-0003-1798-3245"^^rdf:string,
        "https://osf.io/xec3q"^^rdf:string,
        "https://researchgate.net/profile/Sumanth Kumbargere Nagraj"^^rdf:string,
        "https://www.linkedin.com/Sumanth Kumbargere N Dr"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-1798-3245> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Kumbargere Nagraj"^^rdf:string ;
    foaf:givenName "Sumanth"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/deca3803-44cf-4d6a-b6f8-05deeb2c51c2> ;
    foaf:name "Sumanth Kumbargere Nagraj"^^rdf:string .