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

<http://data.bibliotheken.nl/id/thes/p072848650> a schema1:Person ;
    rdfs:label "Cooth, Carl Joseph van (1810-1847)" ;
    schema1:alternateName "Cooth, Carolus Josephus van" ;
    schema1:birthDate "1810" ;
    schema1:deathDate "1847" ;
    schema1:familyName "van Cooth" ;
    schema1:givenName "Carl Joseph" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fcc15e25bfee93d685ad0fb48a918b8f> ;
    schema1:name "Carl Joseph van Cooth" ;
    schema1:sameAs <http://viaf.org/viaf/22484979>,
        <https://isni.org/isni/0000000397460064> .

