@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/qjkpd> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "http://github.com/icostatistics"^^rdf:string,
"http://scholar.google.com/citations?user=hi2hlGoAAAAJ&hl=no"^^rdf:string,
"https://orcid.org/0000-0001-6889-5873"^^rdf:string,
"https://osf.io/qjkpd"^^rdf:string,
"https://researchgate.net/profile/Inge_Olsen"^^rdf:string,
"https://www.icostatistics.no"^^rdf:string,
"https://www.linkedin.com/in/inge-christoffer-olsen-6674292"^^rdf:string ;
owl:sameAs <https://orcid.org/0000-0001-6889-5873> ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Olsen"^^rdf:string ;
foaf:givenName "Inge"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/bdfe2a95-7563-4fca-a7ed-b979385d7153> ;
foaf:name "Inge Christoffer Olsen"^^rdf:string .