@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/z9vth> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/khoeberling"^^rdf:string,
        "http://openenvironmentaldata.org"^^rdf:string,
        "https://osf.io/z9vth"^^rdf:string,
        "https://www.linkedin.com/in/katherine-hoeberling-05b62856/"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:familyName "Hoeberling"^^rdf:string ;
    foaf:givenName "Katie"^^rdf:string ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/90b3a55a-580d-40f7-9623-ec4a62cef1e8> ;
    foaf:name "Katie Hoeberling"^^rdf:string .