@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/p068916345> a schema1:Person ;
    rdfs:label "Bischoff, Georges (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:familyName "Bischoff" ;
    schema1:givenName "Georges" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/10882961b414f58162e45452cd6feaa2> ;
    schema1:name "Georges Bischoff" ;
    schema1:sameAs <http://viaf.org/viaf/65169196>,
        wd:Q3102304,
        <https://isni.org/isni/0000000121369972> .

