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

<http://data.bibliotheken.nl/id/thes/p068442742> a schema1:Person ;
    rdfs:label "Krüger, Michael (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:description "bron: https://en.wikipedia.org/wiki/Michael_Krüger_(writer)",
        "mb" ;
    schema1:familyName "Krüger" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a0a87d1802816205ac48eb72cd41291d> ;
    schema1:name "Michael Krüger" ;
    schema1:nationality "de" ;
    schema1:sameAs <http://viaf.org/viaf/102478012>,
        <https://isni.org/isni/0000000108042000> .

