@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/xh4as> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://scholar.google.com/citations?user=PjeAr-kAAAAJ&amp;hl=en"^^rdf:string,
        "https://go.umd.edu/LanguageScienceStationAtPlanetWord"^^rdf:string,
        "https://orcid.org/0000-0003-0528-6899"^^rdf:string,
        "https://osf.io/xh4as"^^rdf:string,
        "https://www.charlottevaughn.com/"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-0528-6899> ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Vaughn"^^rdf:string ;
    foaf:givenName "Charlotte"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/85d80bd2-6c1e-4ba0-9900-d87e2cebe796> ;
    foaf:name "Charlotte Vaughn"^^rdf:string .