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

<http://data.bibliotheken.nl/id/thes/p357426010> a schema1:Person ;
    rdfs:label "Westphal, Sarah Katharina (1984- ; socioloog)" ;
    schema1:alternateName "Westphal, Sarah" ;
    schema1:birthDate "1984" ;
    schema1:familyName "Westphal" ;
    schema1:givenName "Sarah Katharina" ;
    schema1:hasOccupation "socioloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/272b508e2bf0da0bfe532a7edc5a815a> ;
    schema1:name "Sarah Katharina Westphal" ;
    schema1:sameAs <http://viaf.org/viaf/305812999> .

