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

<http://data.bibliotheken.nl/id/thes/p070146403> a schema1:Person ;
    rdfs:label "Breda, J." ;
    schema1:familyName "Breda" ;
    schema1:givenName "J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d96261bb2959050dc9a1d6cd47d30ec> ;
    schema1:name "J. Breda" ;
    schema1:sameAs <http://viaf.org/viaf/283217673>,
        <https://isni.org/isni/0000000389752745> .

