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

<http://data.bibliotheken.nl/id/thes/p074093010> a schema1:Person ;
    rdfs:label "Bogaerts, Jan (fl. 1978-1991 ; vertaler)" ;
    schema1:description "fl. 1978-1991",
        "vooral Zweeds" ;
    schema1:familyName "Bogaerts" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "vertaler" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/598581dd86a64a00f04b34e0e1ac4b04> ;
    schema1:name "Jan Bogaerts" ;
    schema1:sameAs <http://viaf.org/viaf/280430977>,
        <https://isni.org/isni/0000000369141963> .

