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

<http://data.bibliotheken.nl/id/thes/p151205000> a schema1:Person ;
    rdfs:label "ex-schoolmeester, een (1789-1868)" ;
    schema1:birthDate "1789" ;
    schema1:deathDate "1868" ;
    schema1:description "is: Jacob Theodoor Büser",
        "zie ook: Jacob Theodoor Büser" ;
    schema1:familyName "een ex-schoolmeester" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5723033fca337d1e0d38833afcb891b0> ;
    schema1:name "een ex-schoolmeester" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p070654980>,
        <http://viaf.org/viaf/286042801> .

