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

<http://data.bibliotheken.nl/id/thes/p110580397> a schema1:Person ;
    rdfs:label "Dohmen, Jos (vertaler)" ;
    schema1:familyName "Dohmen" ;
    schema1:givenName "Jos" ;
    schema1:hasOccupation "vertaler" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1cbb09de6942950e529d9195abd1bd8c> ;
    schema1:name "Jos Dohmen" ;
    schema1:sameAs <http://viaf.org/viaf/288243044>,
        <https://isni.org/isni/0000000369189684> .

