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

<http://data.bibliotheken.nl/id/thes/p159824125> a schema1:Person ;
    rdfs:label "Fleischmann, Moritz (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:familyName "Fleischmann" ;
    schema1:givenName "Moritz" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/99a91f67721fc46c030f16191745221c> ;
    schema1:name "Moritz Fleischmann" ;
    schema1:sameAs <http://viaf.org/viaf/243372849>,
        wd:Q102217200,
        <https://isni.org/isni/0000000039159335> .

