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

<http://data.bibliotheken.nl/id/thes/p067687245> a schema1:Person ;
    rdfs:label "Borchardt, G.M." ;
    schema1:familyName "Borchardt" ;
    schema1:givenName "G.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bcc108dfff0bc9079f96b7b640fad6ca> ;
    schema1:name "G.M. Borchardt" ;
    schema1:sameAs <http://viaf.org/viaf/282450826> .

