@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/uksjr> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "https://osf.io/uksjr"^^rdf:string ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Sandre"^^rdf:string ;
foaf:givenName "Aislinn"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/c4a24a7c-0a5c-4d0a-a64c-379c77607e8e> ;
foaf:name "Aislinn Sandre"^^rdf:string .