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

<http://data.bibliotheken.nl/id/thes/p186643829> a schema1:Person ;
    rdfs:label "Tukker, Alex (1977-)" ;
    schema1:birthDate "1977" ;
    schema1:description "geschiedenis brandweer" ;
    schema1:familyName "Tukker" ;
    schema1:givenName "Alex" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ab9a3bd7e896c2e2bdc72e4d3df62a41> ;
    schema1:name "Alex Tukker" ;
    schema1:sameAs <http://viaf.org/viaf/284097712> .

