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

<http://data.bibliotheken.nl/id/thes/p336285302> a schema1:Person ;
    rdfs:label "Floor, Alberthus Adrianus (1955-2021)" ;
    schema1:birthDate "1955" ;
    schema1:deathDate "2021" ;
    schema1:familyName "Floor" ;
    schema1:givenName "Alberthus Adrianus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c08c002248b8ab9601161e65a8718e85> ;
    schema1:name "Alberthus Adrianus Floor" ;
    schema1:sameAs <http://viaf.org/viaf/290929564>,
        <https://isni.org/isni/0000000396110329> .

