@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/p070406170> a schema1:Person ;
    rdfs:label "Coster, David Jacob (1828-1892)" ;
    schema1:alternateName "Coster, David Jacobus" ;
    schema1:birthDate "1828" ;
    schema1:deathDate "1892" ;
    schema1:familyName "Coster" ;
    schema1:givenName "David Jacob" ;
    schema1:hasOccupation "botanicus",
        "farmacoloog",
        "medicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/25e796592b50f320e440833d3e38e8b4> ;
    schema1:name "David Jacob Coster" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/286506792>,
        wd:Q112123877,
        <https://isni.org/isni/0000000392417008> .

