@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/p069302790> a schema1:Person ;
    rdfs:label "Fleischmann, Ulrich" ;
    schema1:familyName "Fleischmann" ;
    schema1:givenName "Ulrich" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8dfa3cbb231bb787924c54cbcec3e834> ;
    schema1:name "Ulrich Fleischmann" ;
    schema1:sameAs <http://viaf.org/viaf/17222531>,
        wd:Q1559157,
        <https://isni.org/isni/0000000108744037> .

