@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/p068257643> a schema1:Person ;
    rdfs:label "Tilanus, Christiaan Bernhard (1796-1883)" ;
    schema1:birthDate "1796" ;
    schema1:deathDate "1883" ;
    schema1:familyName "Tilanus" ;
    schema1:givenName "Christiaan Bernhard" ;
    schema1:hasOccupation "hoogleraar",
        "medicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/782c609402e70a3619f41d36a9a0dfd7> ;
    schema1:name "Christiaan Bernhard Tilanus" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/27931254>,
        wd:Q2327559,
        <https://isni.org/isni/0000000016052121> .

