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

<http://data.bibliotheken.nl/id/thes/p370912160> a schema1:Person ;
    rdfs:label "Broere, Inge" ;
    schema1:description "SDW" ;
    schema1:familyName "Broere" ;
    schema1:givenName "Inge" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1bb08aa405f08456132a127cab5dfb56> ;
    schema1:name "Inge Broere" ;
    schema1:sameAs <http://viaf.org/viaf/309885439> .

