@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p071005692> a schema1:Person ;
    rdfs:label "Bos, Dirk (1862-1916)" ;
    schema1:birthDate "1862" ;
    schema1:deathDate "1916" ;
    schema1:description "Politicus. Vrijzinnig-Democratische Bond" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Dirk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/feefe0c75915874dc52b99d955af3831> ;
    schema1:name "Dirk Bos" ;
    schema1:sameAs <http://viaf.org/viaf/207170615>,
        wd:Q2584154,
        <https://isni.org/isni/0000000358281485> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/bos_067> .

