@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p26907905X> a schema1:Person ;
    rdfs:label "Loman, Samantha (1983-)" ;
    schema1:alternateName "Loman, Sam" ;
    schema1:birthDate "1983" ;
    schema1:description "ill." ;
    schema1:familyName "Loman" ;
    schema1:givenName "Samantha" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1614df2c365e46a7fc8215cec3788c59> ;
    schema1:name "Samantha Loman" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/285184888>,
        wd:Q48804996,
        <https://isni.org/isni/0000000368987270> .

