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

<http://data.bibliotheken.nl/id/thes/p073333328> a schema1:Person ;
    rdfs:label "Berkel, Ed van (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:description "NIAM TMS",
        "Ook schrijvend over Hoek van Holland, dichter" ;
    schema1:familyName "van Berkel" ;
    schema1:givenName "Ed" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7aa7eb96de385343c4c7a24fc04e84a2> ;
    schema1:name "Ed van Berkel" ;
    schema1:sameAs <http://viaf.org/viaf/282359340>,
        <https://isni.org/isni/0000000389020720> .

