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

<http://data.bibliotheken.nl/id/thes/p171377532> a schema1:Person ;
    rdfs:label "Strobel, Martin" ;
    schema1:familyName "Strobel" ;
    schema1:givenName "Martin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b0d2e35d6fef0e1f2dad31393f256837> ;
    schema1:name "Martin Strobel" ;
    schema1:sameAs <http://viaf.org/viaf/207291223>,
        <https://isni.org/isni/0000000055335570> .

