@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/p06747554X> a schema1:Person ;
    rdfs:label "Michotte, Albert (1881-1965)" ;
    schema1:alternateName "Berck, Albert Edouard Michotte van den",
        "Michotte van den Berck, Albert Edouard" ;
    schema1:birthDate "1881" ;
    schema1:deathDate "1965" ;
    schema1:familyName "Michotte" ;
    schema1:givenName "Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6a76dc82ef6d98e4cdc975b876b47c48> ;
    schema1:name "Albert Michotte" ;
    schema1:sameAs <http://viaf.org/viaf/52494182>,
        wd:Q1838909,
        <https://isni.org/isni/000000008131735X> .

