@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<https://osf.io/pnyji> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "http://github.com/lolnickfox"^^rdf:string,
"http://nickfox.netlify.com"^^rdf:string,
"https://osf.io/pnyji"^^rdf:string ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Fox"^^rdf:string ;
foaf:givenName "Nicholas"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/02ec6e00-72ac-454e-adeb-9213e43cd562> ;
foaf:name "Nicholas Fox [SCORE]"^^rdf:string ;
ns1:affiliation <https://ror.org/05d5mza29> .
<https://ror.org/05d5mza29> a dcterms:Agent,
foaf:Organization ;
dcterms:identifier "https://ror.org/05d5mza29"^^rdf:string ;
foaf:name "Center For Open Science"^^rdf:string .