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

<http://data.bibliotheken.nl/id/thes/p185939600> a schema1:Person ;
    rdfs:label "Vogel, Birgit" ;
    schema1:familyName "Vogel" ;
    schema1:givenName "Birgit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a26297e9925d3f6cd8de0a8569a5968> ;
    schema1:name "Birgit Vogel" ;
    schema1:sameAs <http://viaf.org/viaf/3301094> .

