@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/px5cw> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/px5cw"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Rabinovich"^^rdf:string ;
    foaf:givenName "Yoav"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/76e72ef8-5f23-42d9-a301-141686cc25f1> ;
    foaf:name "Yoav Rabinovich"^^rdf:string .