@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/8ws96> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "https://osf.io/8ws96"^^rdf:string ;
dcat:accessService <https://osf.io> ;
foaf:familyName "amroyan"^^rdf:string ;
foaf:givenName "ans"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6e36f680-37c2-4f2a-835a-62280ce5d6d4> ;
foaf:name "ans syafrie amroyan"^^rdf:string .