@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/p100670660> a schema1:Person ;
    rdfs:label "Rijkers, Theodorus (1847-1928)" ;
    schema1:alternateName "Rijkers, Dorus" ;
    schema1:birthDate "1847" ;
    schema1:deathDate "1928" ;
    schema1:familyName "Rijkers" ;
    schema1:givenName "Theodorus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/183cd7b5f5ccc45677ee3d9a43b6394c> ;
    schema1:name "Theodorus Rijkers" ;
    schema1:sameAs <http://viaf.org/viaf/284502548>,
        wd:Q593372 .

