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

<http://data.bibliotheken.nl/id/thes/p075005611> a schema1:Person ;
    rdfs:label "Senstius, Bas (1957-2015)" ;
    schema1:birthDate "1957" ;
    schema1:deathDate "2015" ;
    schema1:description "werkz. bij Athenaeumboekhandel Amsterdam" ;
    schema1:familyName "Senstius" ;
    schema1:givenName "Bas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d4e185dc2dbdf6c3ed3ba30966354a4d> ;
    schema1:name "Bas Senstius" ;
    schema1:sameAs <http://viaf.org/viaf/68247386>,
        <https://isni.org/isni/000000003423827X> .

