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

<http://data.bibliotheken.nl/id/thes/p069366632> a schema1:Person ;
    rdfs:label "Du Boys, Johannes" ;
    schema1:alternateName "Boys, Johannes du",
        "Dubois, Jean",
        "Silvius, Jo." ;
    schema1:familyName "Du Boys" ;
    schema1:givenName "Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e741b680569eb8bb03b9138e0e3e5f13> ;
    schema1:name "Johannes Du Boys" ;
    schema1:sameAs <http://viaf.org/viaf/36788567>,
        <https://isni.org/isni/0000000048889612> .

