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

<http://data.bibliotheken.nl/id/thes/p110373448> a schema1:Person ;
    rdfs:label "Luinstra, A.G." ;
    schema1:familyName "Luinstra" ;
    schema1:givenName "A.G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b9906ea7a75d4827fdd14d71227ea383> ;
    schema1:name "A.G. Luinstra" ;
    schema1:sameAs <http://viaf.org/viaf/287875735> .

