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

<http://data.bibliotheken.nl/id/thes/p069029792> a schema1:Person ;
    rdfs:label "Liemburg, Andries" ;
    schema1:familyName "Liemburg" ;
    schema1:givenName "Andries" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7b8118cf7671521fc0d2c720dcc07c16> ;
    schema1:name "Andries Liemburg" ;
    schema1:sameAs <http://viaf.org/viaf/291463246> .

