@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/p069102740> a schema1:Person ;
    rdfs:label "Tillieux, Maurice Jules Alexandre Florent (1921-1978)" ;
    schema1:alternateName "Tillieux, ....",
        "Tillieux, Maurice Jules Alexandre Florent" ;
    schema1:birthDate "1921" ;
    schema1:deathDate "1978" ;
    schema1:familyName "Tillieux" ;
    schema1:givenName "Maurice Jules Alexandre Florent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d56e01fd84cc209e02018d74acd84400> ;
    schema1:name "Maurice Jules Alexandre Florent Tillieux" ;
    schema1:sameAs wd:Q1390636,
        <https://isni.org/isni/0000000071406607> .

