@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/uwr56> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=f_E1Za4AAAAJ&amp;hl=en&amp;oi=ao"^^rdf:string,
        "https://orcid.org/0000-0002-6755-4986"^^rdf:string,
        "https://osf.io/uwr56"^^rdf:string,
        "https://wordpress.lehigh.edu/littlelearnerslab/"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-6755-4986> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Smith-Flores"^^rdf:string ;
    foaf:givenName "Alexis"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/0e1ac6eb-212c-4f51-9f56-c05e82dbc07a> ;
    foaf:name "Alexis S. Smith-Flores"^^rdf:string .