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

<http://data.bibliotheken.nl/id/thes/p075176041> a schema1:Person ;
    rdfs:label "Broeke, Johan ten (tegels)" ;
    schema1:familyName "ten Broeke" ;
    schema1:givenName "Johan" ;
    schema1:hasOccupation "tegels" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9036c53bc1a07fc644d6c27b1f299e42> ;
    schema1:name "Johan ten Broeke" ;
    schema1:sameAs <http://viaf.org/viaf/282809829>,
        <https://isni.org/isni/000000038943195X> .

