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

<http://data.bibliotheken.nl/id/dbnla/stum001> a schema1:Person ;
    rdfs:label "Stumpel, Bob  (-)" ;
    schema1:alternateName "Bob Stumpel" ;
    schema1:familyName "Stumpel" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Bob" ;
    schema1:identifier "stum001" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6c40494d6cd213897d200faacd1552a4> ;
    schema1:name "Bob Stumpel" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=stum001> .

