@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/cern2> a dcterms:Agent,
foaf:Person ;
dcterms:identifier "http://github.com/saulalbert"^^rdf:string,
"http://saulalbert.net"^^rdf:string,
"https://orcid.org/0000-0003-1043-1237"^^rdf:string,
"https://osf.io/cern2"^^rdf:string,
"https://qmul.academia.edu/SAlbert"^^rdf:string,
"https://researchgate.net/profile/Saul_Albert"^^rdf:string ;
owl:sameAs <https://orcid.org/0000-0003-1043-1237> ;
dcat:accessService <https://osf.io> ;
foaf:familyName "Albert"^^rdf:string ;
foaf:givenName "Saul"^^rdf:string ;
foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/c60512d8-97ff-46b6-81d2-17ba8996a987> ;
foaf:name "Saul Albert"^^rdf:string .