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

<http://data.bibliotheken.nl/id/dbnla/sell002> a schema1:Person ;
    rdfs:label "Sellin, Paul R.  ((20ste eeuw)-)" ;
    schema1:alternateName "Paul R. Sellin" ;
    schema1:birthDate "19xx" ;
    schema1:familyName "Sellin" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Paul R." ;
    schema1:identifier "sell002" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0ed759c17e98e8a3a8c11ce9e1cd9fa7> ;
    schema1:name "Paul R. Sellin" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=sell002> .

