@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/4dj3x> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/4dj3x"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Wacharamanotham"^^rdf:string ;
    foaf:givenName "Chat"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/fd9eb0ad-da95-46ab-b374-0eff21803c36> ;
    foaf:name "Chat Wacharamanotham"^^rdf:string .