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

<http://data.bibliotheken.nl/id/thes/p133553450> a schema1:Person ;
    rdfs:label "Westhoff, Carl Ludwig Wilhelm (1838-1887)" ;
    schema1:birthDate "1838" ;
    schema1:deathDate "1887" ;
    schema1:familyName "Westhoff" ;
    schema1:givenName "Carl Ludwig Wilhelm" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/af09b2d4f6ea56911434baca3781320a> ;
    schema1:name "Carl Ludwig Wilhelm Westhoff" ;
    schema1:sameAs <http://viaf.org/viaf/284464261>,
        <https://isni.org/isni/0000000390791565> .

