@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/6ydjz> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "http://github.com/mattnw"^^rdf:string,
"http://researcherid.com/rid/529029"^^rdf:string,
"http://scholar.google.com/citations?user=-6cd7NQAAAAJ"^^rdf:string,
"https://mattwilliams.netlify.app/"^^rdf:string,
"https://osf.io/6ydjz"^^rdf:string,
"https://researchgate.net/profile/Matt-Williams-15"^^rdf:string,
"https://www.linkedin.com/matt-williams-81035342/"^^rdf:string ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Williams"^^rdf:string ;
foaf:givenName "Matt"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/0a5471a3-1f60-44ab-a916-f0f432a16569> ;
foaf:name "Matt Williams"^^rdf:string .