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

<http://data.bibliotheken.nl/id/thes/p069244723> a schema1:Person ;
    rdfs:label "Brood, Hans" ;
    schema1:familyName "Brood" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f16210ac861c5c7a8936be49e4796beb> ;
    schema1:name "Hans Brood" ;
    schema1:sameAs <http://viaf.org/viaf/74572189>,
        <https://isni.org/isni/0000000010604220> .

