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

<http://data.bibliotheken.nl/id/thes/p383476933> a schema1:Person ;
    rdfs:label "Broeder, Charlotte" ;
    schema1:description "leermiddelen biologie" ;
    schema1:familyName "Broeder" ;
    schema1:givenName "Charlotte" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fed7772adab140029ef40202e540a8ad> ;
    schema1:name "Charlotte Broeder" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/311831083> .

