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

<http://data.bibliotheken.nl/id/thes/p070304750> a schema1:Person ;
    rdfs:label "Brose, Reinhard" ;
    schema1:familyName "Brose" ;
    schema1:givenName "Reinhard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b8170b1f87297b648eac3a50fc75facb> ;
    schema1:name "Reinhard Brose" ;
    schema1:sameAs <http://viaf.org/viaf/1344148947848454950005>,
        <https://isni.org/isni/000000039100333X> .

