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

<http://data.bibliotheken.nl/id/thes/p068618409> a schema1:Person ;
    rdfs:label "Mil, Michiel van (1951-)" ;
    schema1:birthDate "1951" ;
    schema1:familyName "van Mil" ;
    schema1:givenName "Michiel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b67ca8b44c60a905997f0cf90149fd99> ;
    schema1:name "Michiel van Mil" ;
    schema1:sameAs <http://viaf.org/viaf/285994515>,
        <https://isni.org/isni/0000000392014196> .

