@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/3f9vc> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "http://github.com/waynegraham"^^rdf:string,
"https://osf.io/3f9vc"^^rdf:string ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Graham"^^rdf:string ;
foaf:givenName "Wayne"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6600e554-89bf-4077-931c-f10f67724d2e> ;
foaf:name "Wayne Graham"^^rdf:string .