@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<https://osf.io/fqku6> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "http://github.com/BartlettJE"^^rdf:string,
"http://scholar.google.com/citations?user=i63C4yUAAAAJ"^^rdf:string,
"https://bartlettje.github.io/"^^rdf:string,
"https://orcid.org/0000-0002-4191-5245"^^rdf:string,
"https://osf.io/fqku6"^^rdf:string,
"https://researchgate.net/profile/James_Bartlett6"^^rdf:string,
"https://www.linkedin.com/in/james-bartlett-86b06b121/"^^rdf:string ;
owl:sameAs <https://orcid.org/0000-0002-4191-5245> ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Bartlett"^^rdf:string ;
foaf:givenName "James"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/a9d26ac4-2d83-4384-b781-80697a5ee2c9> ;
foaf:name "James E Bartlett"^^rdf:string .