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

<http://data.bibliotheken.nl/id/thes/p43513339X> a schema1:Person ;
    rdfs:label "Mooiman, Ben (1941-)" ;
    schema1:birthDate "1941" ;
    schema1:description "Voormalig directeur van de Helderse Rijkswerf" ;
    schema1:familyName "Mooiman" ;
    schema1:givenName "Ben" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5a34f809fd45afda5eece42b28f82e42> ;
    schema1:name "Ben Mooiman" .

