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

<http://data.bibliotheken.nl/id/thes/p07175797X> a schema1:Person ;
    rdfs:label "Mast, H.A. van der (1857 of 1858-1930)" ;
    schema1:birthDate "1857 of 1858" ;
    schema1:deathDate "1930" ;
    schema1:description "Onderwijzer",
        "Overleden op 72-jarige leeftijd, bron: Haagsche courant (22-03-1930)" ;
    schema1:familyName "van der Mast" ;
    schema1:givenName "H.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/331f0f2b366261ae950be3c51225497f> ;
    schema1:name "H.A. van der Mast" ;
    schema1:sameAs <http://viaf.org/viaf/284772580> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/mast016> .

