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

<http://data.bibliotheken.nl/id/thes/p075107589> a schema1:Person ;
    rdfs:label "Brounts, Louis (1882-1948)" ;
    schema1:alternateName "Brounts, L." ;
    schema1:birthDate "1882" ;
    schema1:deathDate "1948" ;
    schema1:familyName "Brounts" ;
    schema1:givenName "Louis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6ec9631b444d31dcb365b16ae1939561> ;
    schema1:name "Louis Brounts" ;
    schema1:sameAs <http://viaf.org/viaf/306176451>,
        <https://isni.org/isni/0000000398231044> .

