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

<http://data.bibliotheken.nl/id/thes/p114585237> a schema1:Person ;
    rdfs:label "Herb, Michael" ;
    schema1:familyName "Herb" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1ca4f208a4dd5d91c54097f98b4874f> ;
    schema1:name "Michael Herb" ;
    schema1:sameAs <http://viaf.org/viaf/22225211>,
        <https://isni.org/isni/0000000032870036> .

