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

<http://data.bibliotheken.nl/id/thes/p074832379> a schema1:Person ;
    rdfs:label "Borkent, Hans (1947-2011 ; indonesië)" ;
    schema1:birthDate "1947" ;
    schema1:deathDate "2011" ;
    schema1:description "Ook tekenaar" ;
    schema1:familyName "Borkent" ;
    schema1:givenName "Hans" ;
    schema1:hasOccupation "indonesië" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/02b8a3b4e375f6d26b8ccc9c252ea285> ;
    schema1:name "Hans Borkent" ;
    schema1:sameAs <http://viaf.org/viaf/53206096>,
        wd:Q108416357,
        <https://isni.org/isni/000000008234259X> .

