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

<http://data.bibliotheken.nl/id/thes/p074202154> a schema1:Person ;
    rdfs:label "Dijkerman, Joost" ;
    schema1:description "ANWB VVV fietsgidsen",
        "bodemkundige" ;
    schema1:familyName "Dijkerman" ;
    schema1:givenName "Joost" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/169d7e7dad4f3a40df08a503fe19c055> ;
    schema1:name "Joost Dijkerman" ;
    schema1:sameAs <http://viaf.org/viaf/47873984>,
        <https://isni.org/isni/0000000027036741> .

