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

<http://data.bibliotheken.nl/id/thes/p24066826X> a schema1:Person ;
    rdfs:label "Elzinga, Gert (skaten)" ;
    schema1:familyName "Elzinga" ;
    schema1:givenName "Gert" ;
    schema1:hasOccupation "skaten" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/387edc091540840724396f163b5ebe7e> ;
    schema1:name "Gert Elzinga" ;
    schema1:sameAs <http://viaf.org/viaf/286171917> .

