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

<http://data.bibliotheken.nl/id/thes/p074847740> a schema1:Person ;
    rdfs:label "Korthals Altes, Willem Frederik (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:description "geb. Amsterdam 30-12-1949",
        "mr.; advocaat" ;
    schema1:familyName "Korthals Altes" ;
    schema1:givenName "Willem Frederik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3afe10676ed8aaab2184b86979089c5f> ;
    schema1:name "Willem Frederik Korthals Altes" ;
    schema1:sameAs <http://viaf.org/viaf/18861872>,
        <https://isni.org/isni/000000004029215X> .

