@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://osf.io/vocab/2022/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://osf.io/ckvgt> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=xICAJIkAAAAJ&amp;hl=en"^^rdf:string,
        "http://yoonjeonkim.net"^^rdf:string,
        "https://orcid.org/0000-0002-3467-1238"^^rdf:string,
        "https://osf.io/ckvgt"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-3467-1238> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Kim"^^rdf:string ;
    foaf:givenName "YJ"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/86003c2d-5ca8-4ffa-9bc1-170ab86d3efe> ;
    foaf:name "YJ Kim"^^rdf:string ;
    ns1:affiliation <https://ror.org/042nb2s44> .

<https://ror.org/042nb2s44> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/042nb2s44"^^rdf:string ;
    foaf:name "Massachusetts Institute of Technology"^^rdf:string .