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

<http://data.bibliotheken.nl/id/thes/p340518677> a schema1:Person ;
    rdfs:label "Bron, Mattijs" ;
    schema1:familyName "Bron" ;
    schema1:givenName "Mattijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a81264a499706edca34d1546cbb2de49> ;
    schema1:name "Mattijs Bron" ;
    schema1:sameAs <http://viaf.org/viaf/286778523>,
        <https://isni.org/isni/0000000392661764> .

