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

<http://data.bibliotheken.nl/id/thes/p068247400> a schema1:Person ;
    rdfs:label "Creutzberg, Piet (1904-1984)" ;
    schema1:birthDate "1904" ;
    schema1:deathDate "1984" ;
    schema1:familyName "Creutzberg" ;
    schema1:givenName "Piet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ea5a9619492e1a6a70afe4c06eaf348> ;
    schema1:name "Piet Creutzberg" ;
    schema1:sameAs <http://viaf.org/viaf/57925209>,
        wd:Q82570815,
        <https://isni.org/isni/0000000082403735> .

