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

<http://data.bibliotheken.nl/id/thes/p067684327> a schema1:Person ;
    rdfs:label "Dijk, Gerrit van (1953- ; kerncentrales)" ;
    schema1:birthDate "1953" ;
    schema1:description "THT",
        "ongelukken met kerncentrales" ;
    schema1:familyName "van Dijk" ;
    schema1:givenName "Gerrit" ;
    schema1:hasOccupation "kerncentrales" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a27de4445c7b958abdf16a95a0bf2653> ;
    schema1:name "Gerrit van Dijk" ;
    schema1:sameAs <http://viaf.org/viaf/288584320>,
        <https://isni.org/isni/0000000394128701> .

