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

<http://data.bibliotheken.nl/id/thes/p067668542> a schema1:Person ;
    rdfs:label "Nelemans, Frans Adolf (1916-1995)" ;
    schema1:birthDate "1916" ;
    schema1:deathDate "1995" ;
    schema1:description "farmacologie/farmacie",
        "geb. Rotterdam 13-2-1916, overl. Duivendrecht 9-3-1995" ;
    schema1:familyName "Nelemans" ;
    schema1:givenName "Frans Adolf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/494ff60128190f56b3df53df8857323a> ;
    schema1:name "Frans Adolf Nelemans" ;
    schema1:sameAs <http://viaf.org/viaf/12043667>,
        <https://isni.org/isni/0000000042755226> .

