@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/gpsxq> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/gpsxq"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Sittaramane"^^rdf:string ;
    foaf:givenName "Vinoth"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/36d9b0fa-d5a9-43b7-8839-94c97ca3306a> ;
    foaf:name "Vinoth Sittaramane"^^rdf:string .